Useful for preventing PII from being tracked.
Usage:
- In GA4 config tag set
page_location
={{Page URL (PII Stripped)}}. - In UA's GA Settings, set
page
={{UA Pageview URL (PII Stripped)}} andlocation
={{Page URL (PII Stripped)}}.
span.alpha { | |
background-position: 0px 0px; | |
content: "alpha is the awesome"; | |
border-top: 0px ; | |
} | |
span.beta { | |
background-position: 50px 0px; | |
content: "beta is the awesome"; | |
} | |
span.theta { |
document.querySelector('iframe[src*="about"]').contentWindow.angular.element(document.querySelector('iframe[src*="about"]').contentWindow.document.querySelector('[ng-app]')).injector().get("$log").debug = function(){}; |
var h, aa = this, | |
k = function(a) { | |
return void 0 !== a | |
}, | |
ba = function(a) { | |
a.R = function() { | |
return a.kb ? a.kb : a.kb = new a | |
} | |
}, | |
ca = function(a) { |
Useful for preventing PII from being tracked.
Usage:
page_location
={{Page URL (PII Stripped)}}.page
={{UA Pageview URL (PII Stripped)}} and location
={{Page URL (PII Stripped)}}.