Cross-Domain Tracking Urgent Query :-(
-
Hi Mozzers!
One of my clients is having an issue with cross-domain tracking, in other words their own domain is seen as a huge referrer.
When you land on their site, which is www.sunway.ie, and then choose a holiday to book it then takes you to another domain which is www.sunwayholidays.ie, during the booking process.
I'm just wondering if there is a Google Analytics genius out there who may be able to take a quick look and let me know if there is any obvious solution to this within the Google Analytics code?
Thanks in advance everyone!
Gavin
-
Hi everyone,
Many thanks for all of your valuable input, and I think that i might be getting close to a solution!
Would there be anyone out there kind enough to actually take a look at the web sites code for me (even just very quickly) to see if there is anything to suggest, or if I am missing anything?
The issue occurs when you got from this page:
to this page:
Kind regards,
Gavin
-
Hi Gavin,
Chris is right in that what you want to do is set up cross-domain tracking with GA, to pass the referral information between these domains and "close the gap" with your data.
The instructions Chris linked to will help.
I'd just add this: with the combination of the new version of Google Analytics (Universal Analytics) and Google Tag Manager, cross-domain tracking is simple and easy. I highly recommend this implementation, with the caveat that if you have any custom event tracking or other customizations to Google Analytics tracking code, it may break when you move to Universal Analytics and GTM. Instructions are on this page.
The added benefit here: setting up event tracking is also very easy once you're working with the combination of Universal Analytics and GTM.
Best of Luck,
Mike -
Hi Gavin,
that's removing the referral data, what did you want the traffic to be attributed to?
Have you taken a good look through -
https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingSite
or
https://support.google.com/analytics/answer/1033876?hl=en-GB
&
https://support.google.com/analytics/answer/1034342?hl=en-GB
and a walk through if your stuck-
http://www.seotakeaways.com/cross-domain-tracking-google-analytics-works/
hope some of that is helpful.
-
Hi Chris,
Many thanks for that... sounds good BUT I do not want to filter this traffic out altogether. So if I do this then from this point on will referral traffic be re-attributed to their correct sources?
Gavin
-
https://support.google.com/analytics/answer/2795830?hl=en-GB
TA DA!
Add or remove referral traffic sources
This setting is controlled applied in the admin settings of each property in your account. To exclude traffic from specific domains as referral traffic:
Any hostname that contains the string that you add will be excluded. For example, if you add example.com to the list of referral exclusions, another-example.com will also be excluded from your referral traffic.
- Navigate to a property. If you're not in the settings screen, then click Admin.
- Click Tracking Info then Referral Exclusion List.
- Enter the Domain.
- Click Apply to save.
You can also remove domains from the list of exclusions, reintroducing that traffic as a referring source in your reports, by following these steps.
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
-
Multiple Pages get rank for one query
Hi to all experts, In google search console , I've found that multiple pages get rank for my main query. How can I solve that? aoi59
Reporting & Analytics | | tarahshiiid0 -
Do lots of event tracking via tag manager will it slow down my site?
Hi All, For my Ecommerce site I have done lots of tracking total I do have total 45 event tracking but many times one event, track many pages. So if visitors click on url or button then do my site speed affect because of these trackings? Thanks!
Reporting & Analytics | | pragnesh96390 -
How to Track Button Clicks as Events in Universal Analytic using New Interface of GTM?
Hello Experts, How to Track Button Clicks as Events in Universal Analytic using New Interface of GTM? Also is there anything code we have to do on website also to track buttons? Sorry to say request please don't just share any post, please give specific answer or share very relevant post. Your input is really very valuable to me. Regards, Mitesh
Reporting & Analytics | | bkmitesh0 -
Tracking in Google Analytics
My site has just recently (or maybe not so recently...) had a great deal of https URL's indexed (I was really only able to find this out thanks to the recent update to the GWT Index Status). It appears that Googlebot picked up an ssl somewhere (I already know where) on my site and then proceeded to crawl and index pages with https rather than http. Since I understand the issue, it should be an easy fix. My question is, does Google Analytics support (track) both http AND https for one site, or would I need to set up two different tracking codes for http and https? I figured that I might as well grab some data from the https pages that are indexed before I try and remove them. I've done a little research on using Groupings/Groups but I figured I would reach out to the MOZ community to see if anyone else has worked with a similar issue. Thanks!
Reporting & Analytics | | GalcoIndustrial0 -
GA: Want to have a profile tracking only 3 out of 4 subdomains only?
Hi Mozzers, I would like to track 3 out of 4 subdomains in a profile on GA. I have 4 subdomains: www.example.com m.example.com subdomain1.example.com subdomain2.example.com I would like to create a profile with only the first 3 subdomains without subdomain2.example.com. Can someone tell me what to do to get this? I also have a profile called combined profile that includes all of them with this filter(attached). Can I add another filter to this profile? if it is the case what should I add and how? if not, creating another profile would be the only other way, right? if it is the case how can I filter it to get Thanks a lot! u4HxY06
Reporting & Analytics | | Ideas-Money-Art0 -
Yikes..what is this? "We have detected that the root domain xxxxxx.com does not repsond to web requests"!!!
Can anyone tell me what this means? "We have detected that the root domain xxxxxx.com does not repsond to web requests. Using this domain, we will be unable to crawl your site or present accurate SERP information"
Reporting & Analytics | | MannixSEO0 -
Ways to analyze a 1M rows dataset of search queries
Hi, I have this large dataset, about 1 million search queries with visits, bounce rate and a few other metrics. I'm trying to explore this data to find keyword "buckets" (such as include product name, location name, transactional objective, informational, etc.), as well as explore the density of certain keywords (keywords as in instances of a single word amongst all queries) My idea was to use Excel and a macro to split all queries in separate words (also clearing punctuation and uppercase/lowercase), then storing this word in a new worksheet, adding to another column the visit counts from the row where the word was extracted (as to give a sense of weight). Before adding the word to the new worksheet, the script will look if the word already existed, if so it would just add the current value of visits to the existing visit counts etc. In the end it will create sort of a "dictionary" of all the keywords in all search queries ranked by weight (= visits from search query including this keyword) This would help me get started I believe, because I can't segment and analyze 1M raw search queries... My issue is: this VBA has been running on my (fast) PC for the last 24hr and it doesn't seem to get to an end. Obviously excel+VBA is not the best way to do text mining and manipulation in such a large dataset (although it's just a 30mb file) What would you do if you had this dataset and would like to mine the text/semantic as I am doing? Any idea of tools? process? I'm considering dumping this data into a MySQL db and doing the processing through PHP (the only backend language I'm versed in), and getting the "summified" data stored into another table, which I'll then be able to export to a Excel for analysis. But I'm afraid that I'll be facing memory limit issues and such... In the meantime, I'm definitely interested into knowing what you guys would do if you had this data and wanted to simply start exploring its constituencies Thanks!
Reporting & Analytics | | briacg0 -
What is domain authority?
Hi, I am very new to SEOMoz and just getting to know the terms in the thrown up in the results. Can you tell me what domain authority actually is and how can I increase it? thank you louandel15
Reporting & Analytics | | louandel150