google analytics - How to get the stats for an individual website in addition to combined stats? -


i have 2 websites:

http://unit.example.edu

and

http://m.unit.example.edu

the second website smartphone version (simplified, few pages of basic information) of first website.

i have add following code on both websites:

var pagetracker = _gat._gettracker("ua-12345-6"); pagetracker._setdomainname('unit.example.edu'); pagetracker._trackpageview(); 

i able see combined stats both websites, want.

now want able see stats such pageviews each individual website. how can conveniently within google analytics?

regards.

set "hostname" secondary dimension in standard reports (you can add hostname site url via view filter, won't work data collected).

"secondary domain" dropdown in standard reports data tables (a dropdown in table header). problem setting lost when navigate page (you can create shortcut keep setting). secondary dimension cannot set on overview pages (only data tables).

alternatively can create custom segment. expand segments (downwards arrow in upper left), click "new segment", goto "conditions", select "hostname", enter name of domain value, assign name segment , click "save". can @ data distinct domain selected in conditions. can create (for practical purpose) many segments want , compare 4 segments side side in standard reports.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -