Mobile app version of vmapp.org
Login or Join
Miguel251

: Segment subdomains with Google Analytics? So, when a website has multiple subdomains: www.example.com foo.example.com bar.example.com What is the best way to use Google Analytics to segment the data?

@Miguel251

Posted in: #GoogleAnalytics #Html #Javascript #RubyOnRails

So, when a website has multiple subdomains:
example.com foo.example.com
bar.example.com


What is the best way to use Google Analytics to segment the data? I would prefer have access to 'All Data', 'Data from foo.example.com', and 'Data from bar.example.com'.

I tried setting up 3 different views, and setting a filter on the foo/bar views that says:

Include only traffic from the ISP domain that are equal to foo.example.com.


However, I am not seeing any data collected into that View. I do, however, see all data in the 'All Data' view, but I can't figure out how to segment the data. I am including the analytics.js in the application.haml layout, which is always loaded in this app.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Miguel251

1 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami781

You're so close, instead of using traffic from ISP domain use traffic to the hostname.



To view if it is working, check out your real-time overview report.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme