Google Optimize Audience Targeting on dataLayer 变量 -(未找到实际值)

发布于 2025-01-14 14:47:53 字数 615 浏览 1 评论 0原文

我的代码中有一个用于此变量的 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:
enter image description here

enter image description here

But when I debug in live mode, it says :
Enter Test 2 equals enter (actual value not found)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

林空鹿饮溪 2025-01-21 14:47:53

我遇到了同样的问题,发现 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文