Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Content Impressions" and "Content Interactions" metrics to Graph metric picker #6504

Open
mauserrifle opened this issue Oct 23, 2014 · 3 comments
Labels
c: Consistent Reports & Analytics UX For bugs and features that make Analytics reporting UI behave more consistently. c: Graphs and charts For bugs and features related to functional graphs & charts. c: Usability For issues that let users achieve a defined goal more effectively or efficiently. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@mauserrifle
Copy link

It is useful to request the columns nb_impressions and nb_interactions when using VisitsSummary widgets. Especially for Content Tracking to show the same stats within other platforms. This is currently not working and now not possible to show Content stats the way the Piwik admin shows them.

My CMS shows actions:

screenshot - 10232014 - 10 08 45 am

Piwik shows impressions:

screenshot - 10232014 - 10 09 14 am

There seems to be a difference between action and impression. Duplicates are probably filtered out (we process server side and some bots are processed too, is our own issue, not piwik).

The URL to request for nb_impression could look like:

https://demo.piwik.org/index.php?module=Widgetize&action=iframe&columns[]=nb_impressions&widget=1&moduleToWidgetize=VisitsSummary&actionToWidgetize=getEvolutionGraph&idSite=7&period=day&date=today&disableLink=1&widget=1

With possible content params &segment=contentName==Banner_12582 ofcourse but left out due to the demo site not containing this segment.

I have not used Events yet, but I think this feature would be useful for that too. Correct if wrong.

@mauserrifle
Copy link
Author

Hmm I managed to reproduce the same (impression) graph from the Piwik panel using the following:

index.php?module=Widgetize&
action=iframe&
columns[]=nb_impressions&
columns[]=nb_interactions&
widget=1&
moduleToWidgetize=CoreHome&
actionToWidgetize=getRowEvolutionGraph&
apiMethod=Contents.getContentNames&
label=Banner_319&
idSite=8&
period=day&
date=today&
disableLink=1&
widget=1&
filter_offset=0&
viewDataTable=graphEvolution&
token_auth=XXXXX

I came to these params by inspecting the JSON code params within Piwik.

Is this feature request is still useful?

@mattab
Copy link
Member

mattab commented Nov 3, 2014

Thanks for the suggestion!

  • It would be very useful to display the "Content Impressions" and "Content clicks" in the Visits overview Graphs Metrics selector 👍

  • we would also want to see the metrics with a sparklines below the graph.

@mattab mattab changed the title Add nb_impressions and nb_interactions metrics to VisitsSummary Add nb_impressions and nb_interactions metrics to Graph metric picker Nov 3, 2014
@mattab mattab added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. c: Usability For issues that let users achieve a defined goal more effectively or efficiently. labels Nov 3, 2014
@mattab mattab added this to the Short term milestone Nov 3, 2014
@mattab mattab changed the title Add nb_impressions and nb_interactions metrics to Graph metric picker Add "Impressions" and "Interactions" metrics to Graph metric picker Apr 8, 2015
@mattab
Copy link
Member

mattab commented Apr 8, 2015

Related / similar to Add metrics "Sales" and "Abandoned carts" in the graphs metrics picker #6973

@mattab mattab modified the milestones: Backlog (Help wanted), 3.12.0 Jul 2, 2019
@mattab mattab changed the title Add "Impressions" and "Interactions" metrics to Graph metric picker Add "Content Impressions" and "Content Interactions" metrics to Graph metric picker Oct 18, 2019
@mattab mattab added c: Consistent Reports & Analytics UX For bugs and features that make Analytics reporting UI behave more consistently. c: Graphs and charts For bugs and features related to functional graphs & charts. labels Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Consistent Reports & Analytics UX For bugs and features that make Analytics reporting UI behave more consistently. c: Graphs and charts For bugs and features related to functional graphs & charts. c: Usability For issues that let users achieve a defined goal more effectively or efficiently. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants