GA Subdomain Setup
-
Hi Mozzers,
Can someone show me how to add a subdomain profile (sub.example.com) under the master profile (www.example.com) on Google Analytics.
I am not sure on how to set it up.
Thanks
-
Yep, it should be /$A1$B1. Sorry about that!
-
Thanks ... DId you mean to say /$A$B1for Output To -> Constructor
In your comment yesterday you omitted the 1 after the B so I just wanna be sure I got this correct. I put /$A$B1 in my filter.
I very much appreciate the help.
-
Yep. I think that you need to select "Request URI" and then enter /$A$B (which is the same as above, but with a slash before it).
By the way, all of this info came from a great post I found: http://www.bigdaylight.com/analytics/filtering-subdomains-in-google-analytics/. You can also look there and check in the comments for other updates.
-
Thanks so much for the info. Getting everything set up and just want to check with you regarding the dropdowns in filter setup.
In your instructions you wrote -->
6. Field B -> Extract B:
Select “Request URL” from the drop down.
Enter (.*) in the text box.
7. Output to Constructor:
Select “Request URL” from the drop down.Enter $A1$B1 in the text box.
but there isn't a Request URL in the dropdown choices. Only Request URI which I assume is the correct choice since we're talking about filtering URI's and not URL for main domain and subdomain.
Can you verify that choosing 'Request URI' is what you meant to write or let me know if there is a different selection that I should make?
I've attached a screen cap of my dropdown options.
Thanks in advance -- you've been a great help.
-
The picture that you showed tells Google to track the subdomain support.yoursite.com along with www.yoursite.com. However, if you have these two pages:
support.yoursite.com/your-product/
www.yoursite.com/your-product/
They will both be recorded as /your-product/ in the Google Analytics data. The (unfortunately very complicated) filter that I listed earlier is to add /subdomain/ in the folder structure, so that:
support.yoursite.com/your-product/ will be tracked as /support/your-product/
www.yoursite.com/your-product/ will be tracked as /your-product/
Is that a little clearer?
-
-
Hi Kristina,
I created that profile combining the main domain and subdomain but what I don't understand is that never when creating the filter I am inserting the name of this subdomain.
So are you saying that the name of the subdomain is not necessary and GA will still track the subdomain in question?
Thanks
-
The way I recommended originally is to have one profile that has both your main domain and your subdomain mixed together, and the filter that I described would append the subdomain as a /folder/ in the URLs that Google is tracking. The filter should automatically populate that /folder/.
Best,
Kristina
-
Hi Kristina,
Sorry to bother you again but I still have an interrogation regarding the Reg ex you gave me. My concern is that no Reg expression is emphasizing on the subdomain i am trying to track.
I think in order to do that I would have to go under the "profile settings" and insert sub.example.com as the website's URL, right?
thanks
-
Nope, sorry, I wasn't very specific about when you add +New Property. When you're at the highest level, click on the account that you want to add the main domain and subdomain tracking to, and the next level down should have a button that says +New Property.
I believe that you'll have to have two codes on your site, since they're slightly different. If anyone knows a way to just have one code but track on multiple properties, chime in!
-
Thank you for this in depth answer
Did you mean by +new property= +new account
If it is so, my question is: is it ok to have 2 GATC codes on all the pages since you are saying we should a get a new property?
Thanks
Ty
-
Hi Ty,
Google recommends that you keep your original profile for the main site running and create a separate profile for the combined main domain and subdomain tracking, so to get things going, you should:
- Go under "Admin," like you had seen before
- Click +New Property
- Fill out the setup information (name it something that'll remind you that you're combining the main domain and subdomain here
- Then choose select "one domain with multiple subdomains" for the tracking code.
The, yes, you're going to put that code on both the subdomain and the main domain pages.
The filter is to distinguish between the main domain and subdomains while you're in Google Analytics. GA only reports everything after the domain, so if you have two pages, www.main-site.com/page1/ and subdomain.main-site.com/page1/, they're going to be reported as /page1/, and their data will be combined.
http://www.bigdaylight.com/analytics/filtering-subdomains-in-google-analytics/ tells you how to set up a filter to distinguish between the two:
1. Select “Add new Filter for Profile”
2. Filter Name: “Show Full URLs” (or your own description)
3. Filter Type: Custom Filter
4. Select “Advanced”
5. Field A -> Extract A:
Select “Hostname” from the drop down.
Enter (.*) in the text box.
6. Field B -> Extract B:
Select “Request URL” from the drop down.
Enter (.*) in the text box.
7. Output to Constructor:
Select “Request URL” from the drop down.
Enter $A1$B1 in the text box.
8. Field A Required: Yes
Field B Required: No
Override Output Field: Yes
Case Sensitive: NoAfter that, you should be set.
-
Hi Kristina
thanks for the doc. From my understanding:
Step 1: I would go under "admin", then "tracking code", select "one domain with multiple subdomains", then save
Step 2: Copy and paste the new GATC on sub domain to sub.example.com. Should I capy and paste this new GATC under the main domain too?
Step 3: go to "Profile", then click "+new profile" , create a profile
Step4: add a filter but then I am not sure what to do? There is an advanced setting i have to go to as well?
Anything eles i should do too?
Thanks
Ty
-
Hi Taysir,
It's not a simple process, and you're going to have to modify your GA code on your subdomain pages for it to work. Google has the instructions here: https://support.google.com/analytics/bin/answer.py?hl=en&answer=55524.
Let us know if you have problems with any of Google's steps,
Kristina
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
GA 4 Question
What differences are you typically seeing in Google Analytics 4 compared to UA? For one site I have, UA says there were 2,342 new users. GA4 says there were 1,899 new users for the same time period. Does that seem like a normal amount of difference between the two platforms?
Reporting & Analytics | | emilycarimus1 -
Track subdomains in the same analytics property/view
Hello to everyone, this is my first question (kind of a newbie here :-D). I have a website that spans over 4 subdomains + the main domain and I'd like to have a place where I can see the total page views, events and goal completions. Main domain is langhe.net, and subdomains are eventi.langhe.net, servizi.langhe.net, shop.langhe.net, about.langhe.net. The website is based on wordpress and I'm using google analytics for wordpress by yoast as analytics plugin. The configuration of the plugin is as follows: all the website have the same UA-XXXXXXXX code The Subdomain Traking field (setDomainName) is filled with .langhe.net Cross-Domain tracking is enabled Cross-Domain Primary Domain (setDomainName) is langhe.net Cross-Domain Tracking, Other Domains field is filled with: about.langhe.net, eventi.langhe.net, servizi.langhe.net, shop.langhe.net. In the GA property I've created an Advanced Custom Filter configured this way: Field A -> Extract A = hostname (.*) Field B -> Extract B = request URI (.*) Output To -> Constructor = request URI $A1$B1 Field A Required: yes Field B Required: No Override Output Field: yes Case Sensitive: no I was wondering it this is the best way of doing it, or if there are other "best practice" ways to obtain what I'm looking for (for example with this configuration it's become quite difficult to separate the traffic sources for each website). Thank you in advance 🙂
Reporting & Analytics | | Enrico_Cassinelli
Cheers!0 -
Google Analytics and Webmaster Tools Setup for Agencies
Hi, As agencies, what are people finding to be the best practices for allowing multiple members of the agency's team to access client WMT and GA data? Have a generic "analytics@myagency.com" account that's used for the shares, that anyone in the agency can use as needed (limited, of course, not admin). Have the individual person at the company use their company email for the share for each particular client? employee@agency.com. Yet what happens when we need someone else to check the GA or WMT data? Any advice is much appreciated.
Reporting & Analytics | | Titan552
Thank you!0 -
Tracking Social Interactions with GA and WordPress
Hi, One of the things I'm looking to do is to track clicks on my social follow buttons. I know I can try to add GA events for each button and go from there. But in order to simplify the process, I'm looking for a WP plugin that can help. Currently I've only come across AddThis and Share This as viable options, though Add This has very mixed reviews, and Share This isn't updated for WP 3.6.1. For my social shares at the end of blog posts I'm wondering the same thing about tracking shares. I've used AddThis in the past with success in tracking shares, but I wanted to see what other are doing or if there's a newer technique. The bottom line is that I want to try to see as much of the "social" as I can in GA. Thank you in advance!!
Reporting & Analytics | | Titan5520 -
My GA code is on my site but Google Analytics isn't being pulled into SEOMoz...why?
The CEO wants me to present an SEO plan next week for three of our sites; however, I got this message when I went to campaign overview tab: "It appears there's a problem with our connection to your Google Analytics account. Please go to your Settings page to update your connection." I double-checked the GA code and it's the same on both our site and in SEOMoz...what gives? I clicked on Choose Your GA Profile->Set GA Account and Profile then got this warning: "Are you sure you want to change your Google Analytics connection? Changing your connection will reset our cache of your historical GA traffic data." I need this data pronto so I can set strategy for three sites; any help would be greatly appreciated! Darrell
Reporting & Analytics | | AdviceElle0 -
Keyword referrals in GA
Hi chaps, Quick question for you. I'm drilling down in GA to one of our eCommerce pages which has a pretty high bounce rate. I'm looking at referring keywords and they don't seem to make much sense. The page I'm looking at is a pretty deep page but the top referring keywords are all branded terms. The page isn't included in our site links. To explain a little further, this is the scenario I think is happening: User searches using "Brand term". They then click through to our homepage and eventually land on the deep shopping page (on a different subdomain) In GA Content > Site Content > Pages > Primary dimension set to keyword - "Brand term" shows as the referring keyword. Does this sound right? We have a custom GA script set up to track multiple subdomains.
Reporting & Analytics | | Confetti_Wedding0 -
GA Regular Expression
Can anyone tell me how to do a regular expression in the new version of GA? I want to remove specific keywords from organic reports. In the previous version of GA I used the following (phrase1|phrase2|phrase3) but that doesn't work anymore.
Reporting & Analytics | | SoulSurfer80 -
Problem with Redirects and GA
We redirect our banner ads and our customers GA's don't register. What is a solution to help our customers see our traffic to them?
Reporting & Analytics | | KenPiech0