Google Analytics Experts

From EpikOne

How does the UTM identify the referring site?

Rating: +1

Positive Negative

The UTM extracts the referring site from the document.referrer value in JavaScript. The value is stored in the _utmz cookie. If the URL contains the utm_source variable then the value extracted from document.referrer is overwritten with the utm_source value.

Go Back