Grouping visits by a number ID
I want to group visits by certain id number because every id represents a different client (think of a subdomain or something like that), for example:
http://site.com/234/home
http://site.com/234/search/something
are URL's for client 234, while...
http://site.com/155/home
http://site.com/155/search/something
开发者_JS百科
are URL's for client 155.
I'm a total noob on this, thx!
Well one way permanent way to do this that that doesn't require you to change the tracking code in your markup is Advanced Segments.
Advantages of this technique in your case:
You can create each segment and given them descriptive names (e.g., client id);
Unlike, for instance, using an Advanced Filter, the Advanced Segments are active immediately (as soon as you create them) and they don't permanently alter your data.
Advanced Segments are simple to configure. This Post by the GA Team is an excellent step-by-step guide, or you can follow these two consecutive screen shots below:
Step 1: click Advanced Segments in the upper right-hand corner from the Dashboard view then click Create a new advanced segment when you see the view below:
There are a number of ways to configure your Advanced Segment; here i've chosen the Page Dimension from Content then selected Condition Contains then just key in a value for a path that distinguishes each client ID.
No exactly what you asked, but you can go to:
- Content
- Content Drilldown
- See the aggregated unique pageviews and other info for each client /id/
精彩评论