UTM Links
-
It looks like in version 8.21.0 when you made the change “Exclude query parameters from GA4 data stream.” this now strips utm links from showing up in GA4 as there is now this line in your code…
var MonsterInsightsDefaultLocations = {"page_location":"https://example.com/"};
which sends this to GA4__gtagTracker('set', MonsterInsightsLocations);
__gtagTracker('config', 'G-XXXXXXXXXX', {"forceSSL":"true","link_attribution":"true"});
Is there a way round this so I can still see utm links in my GA4 property?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘UTM Links’ is closed to new replies.