Blog

RSS

Distinguish between your subdomains in Google Analytics

Thursday, 14th February, 2008 Add Comments

If you’d like to distinguish between your subdomains, you can create an Advanced filter for your profile with the following settings:

Filter Type: Custom filter > Advanced
Field A: Hostname
Extract A: (.*)
Field B: Request URI
Extract B: (.*)
Output To: Request URI
Constructor: /$A1$B1

With this filter in place, the previous examples would appear with the subdomain attached:

www.example.com/index.html
help.example.com/more.html

Tags:

Comments

POST A COMMENT