How does the UTM identify the referring site?
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.


