Cross-domain measurement makes it possible for Analytics to see sessions on two related sites (such as an ecommerce site and a separate shopping cart site) as a single session. This is sometimes called site linking.
In this article:Standard Analytics tag behavior
The standard Analytics tag records traffic to a given URL as a group. For example, if you set up Analytics on your blog "myexampleblog.example.com", traffic to all pages and subdirectories to your site is collected and tallied as a unit. That way, when a user goes from one page on your site to another page on that same site, Analytics reports show the following relationships:
- navigation path between pages
- total time on site—as a cumulation of time on pages
- number of individual sessions and unique sessions
- number of unique users
In addition, Analytics treats traffic to separate URLs as unique and unrelated (except for referring links). This is how you would expect Analytics to work, since you would not want data from one website to appear in the Analytics report for a separate, unrelated website.
Cross-domain measurement
Suppose you have an online store and a 3rd-party shopping cart hosted on another domain, such as:
- example-petstore.com
- example-commerce-host.com/example-petstore/
Without cross-domain measurement, a user who arrives to your online store and then proceeds to your 3rd-party shopping cart is counted as two separate users, with two separate sessions of different durations.
Cross-domain measurement makes it possible for Analytics to see this as a single session by a single user. This is sometimes called site linking. A user to your online store who proceeds to your shopping cart is counted as one user, instead of two users, and the session they started on the store site is continued through to the time spent on the shopping cart site.
Related Resources
analytics.js
- Cross-Domain Measurement (analytics.js developer documentation)
- Cross-domain measurement with Google Tag Manager