【发布时间】:2021-02-15 18:41:12
【问题描述】:
可能的重复:
- Google Analytics Consent mode (beta) - Sends data but is not reflected on dashboard
- Google Consent Mode from GTM
我已关注official documentation,但在 Google Analytics(分析)仪表板上,我在实时模式下看不到任何数据。
<head>
<script type="text/javascript>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
'analytics_storage': 'denied',
'wait_for_update': 500
});
gtag('js', new Date());
gtag('config', 'UA-1XXXXXXXX-');
</script>
</head>
如果“拒绝”值更新为“允许”,则数据会显示在 Google Analytics(分析)仪表板上。我在这里错过了什么?
【问题讨论】:
标签: google-analytics google-tag-manager gdprconsentform