Hi, I am using server-side integration to record pageviews with custom tags.
Let’s say one of those tags is color which can be blue, red or yellow.
I was hoping to click on the Tags section, choose the color tag and then it would give a stacked bar graph of all pageviews with the color tag as well as a breakdown by the different colors. Something like Template:Graph:Stacked - Wikipedia
Is this possible?
It appears I can only view at one color at a time. So I have to choose blue, red or yellow and then create a bookmark of each one for quick access.
Unfortunately, that’s currently not supported. I think we have it on our backlog however, and you could use the API to extract the data and build a graph like that, if that’s an option for you.
Our general plan is to implement the reporting API v2, which will be way more flexible than our current system. This should allow us to add multi-report comparisons to the dashboard.