thatsIT
thatsIT

Reputation: 2175

Setup google analytics

I'm new to google analytics. And I need some help to set it up.

I'll explain all parts of this application.

For an example. www.myCompany.com

Customers:

    • www.customer1.myCompany.com

    • www.subApplication1.customer1.myCompany.com

    • www.customer2.myCompany.com

    • www.subApplication1.customer2.myCompany.com

    • www.subApplication2.customer2.myCompany.com
    • www.customer3.myCompany.com

    • www.subApplication1.customer3.myCompany.com

    • www.subApplication2.customer3.myCompany.com

What I don't want to:

I don't want myCompany.com to share any data with any customers/subdomains.

I don' want customer.myCompany.com to share any data with subApplication.customer.myCompany.com

I don' want subApplication1.customer1.myCompany.com, subApplication2.customer1.myCompany.com, subApplication3.customer1.myCompany.com to share any data.

What I want to:

What I understands I'll use filter and views for this. But should I generate different tracking code's for each application (main application, subapplication1, subapplication 2....)? At least myCompany should have it's own? Because that homepage have nothing to do with the customers.

Or should I use tag for this?

Upvotes: 0

Views: 38

Answers (1)

Bianca S.
Bianca S.

Reputation: 84

Here goes my suggestion:
You can use different Properties to separate your domain from your subdomains. So the first property would get data just from www.myCompany.com and would have it's own tracking code.
The second one, with its own tracking code as well, would have data from all of your sub domais. To separate the data, you can create views with the following filters:
- the first view would include just the subdomain customer[1-9].myCompany.com
- the following views could have filters to separate the applications from each other or to include all of them in one, remember that you can create just 50 views for Property.
Hope I've helped.

Upvotes: 1

Related Questions