Reputation: 5129
I have added a custom var to my google analytcs tracking to group pages, for example:
_gaq.push(['_setCustomVar', 1, 'page-group', 'cat-technology', 3]);
Now I'm able to view customvar's analytics, but it only shows me visitors.
How can I display pageviews for a customvar?
Upvotes: 0
Views: 180
Reputation: 220
If you are looking to see the results specific to those custom vars in any report, you can also se a Advanced Segment and apply it to the reports:
There you go, you can now see almost all reports containing only information about the visits marked with that Custom Var.
Upvotes: 1
Reputation: 13115
You should be able to see a lot more than visitors in the Standard Reporting => Audience => Demographics => Custom Variables report.
This is what I see (new interface)
Upvotes: 0