anonymize and opt-out cookie
-
Where/How do I set the opt-out and anonymize ga?
ga(‘set’, ‘anonymizeIp’, true);
function gaOptout() {
document.cookie = disableStr + ‘=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/’;
window[disableStr] = true;
}
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘anonymize and opt-out cookie’ is closed to new replies.