[ad_1]
Hi, If I set double tracking (ga3 and ga4) with anonymize ip only the ga3 tag is anonymize ip. Do you know how we can fix this?
I look forward to hearing from you.
<!-- BEGIN AIWP v5.8.1 Global Site Tag - -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-..-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-..-1', {
'allow_display_features': false,
'anonymize_ip': true
});
gtag('config', 'G-..');
if (window.performance) {
var timeSincePageLoad = Math.round(performance.now());
gtag('event', 'timing_complete', {
'name': 'load',
'value': timeSincePageLoad,
'event_category': 'JS Dependencies'
});
}
</script>
<!-- END AIWP Global Site Tag -->
