Show correct URL for Google Analytics subdomain -


i've set new google analytics account client has www. main domain , shop. subdomain. ga tracking interior pages of both domain , subdomain correctly. however, 1 issue tracks 2 home pages same, showing site root forward, /. i'm seeing on real-time overview , in content section (although show page title, can differentiate there).

is there way ga show more specific url instead of / primary domain , subdomains?

thanks - joe

you'll want create filter includes hostname. this:

1) create new filter

2) filter type: custom filter > advanced

3) field -> extract a: hostname (.) field b -> extract b: request uri (.) output -> constructor: request uri $a1$b1

field required: yes field b requered: no override output field: yes case sensitive: no

note: once enable filter, pages starting day forward include both hostname , request uri i.e. it's not retroactive.

enter image description here


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -