You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set anonymize_ip: true, but right now I don't have access to url that is send to GA. Even when I run ga('set', 'anonymizeIp', true); or gtag('config', '<GA_TRACKING_ID>', { 'anonymize_ip': true }); (I use gtm). How can I solve it?
The text was updated successfully, but these errors were encountered:
I need to set
anonymize_ip: true
, but right now I don't have access to url that is send to GA. Even when I runga('set', 'anonymizeIp', true);
orgtag('config', '<GA_TRACKING_ID>', { 'anonymize_ip': true });
(I use gtm). How can I solve it?The text was updated successfully, but these errors were encountered: