View Categories

Issue with tracking UTM parameters

< 1 min read

Checkpoints:
1. Tracking Script is installed Successfully and Prospect ID is generated.
2. Prospect ID and Lead ID are the same.

Note:
As per recent Google Chrome updates, there seems to be an issue with Tracking due to the referrer policy. It’s because the referrer policy would by default be: Strict-origin-when-cross-origin in the latest versions of Chrome browsers.
 
Please advise the customer to add the following Meta tag on their website to fix it. 
 
<meta name=”referrer” content=”no-referrer-when-downgrade”> 
 
You can refer to this: Chrome release notes:

OLD Referrer-Policy: Navigate to the Networks Tab>Search for the Tracker.js element

 


NEW Referrer Policy:
Scroll to Top