Google Optimize Audience Targeting on dataLayer 变量 -(未找到实际值)
我的代码中有一个用于此变量的 dataLayer.push
<script>
window.dataLayer.push({
'enterTest': 'enter'
});
</script>
当我在 dataLayer 上运行 console.log 时,它会显示,但在 Google Optimize 中我有以下设置:
但是当我在实时模式下调试时,它说: Enter 测试 2 等于 Enter(未找到实际值)
I have in my code a dataLayer.push for this variable
<script>
window.dataLayer.push({
'enterTest': 'enter'
});
</script>
and when I run the console.log on dataLayer it shows but in Google Optimize I have these settings:
But when I debug in live mode, it says :
Enter Test 2 equals enter (actual value not found)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题,发现 Google Optimize 加载速度比数据层更快。要检查此情况,请使用 Google Tag Assistant 来检查 Google Optimize 在触发时间表中的位置。
I've had the same problem and found out that Google Optimize loads faster than Data Layer. To check this use Google Tag Assistant to check where in the firing schedule did Google Optimize load.