项目对象内的价格不正确

发布于 2025-01-16 15:46:58 字数 824 浏览 1 评论 0原文

我刚刚从 Universal-Analytic 切换到 Analytic 4,我想通过使用此代码使用“view_item”事件来跟踪产品详细信息视图。正确的价格是 605。

gtag("event", "view_item", {
        currency: "JPY",
        value: {{ product_price }},
        items: [
            {
            item_id: "{{ Product.jan }}",
            item_name: "{{ Product.name }}",
            currency: "JPY",
            price: {{ product_price }},
            }
        ]
    });

除了“items”对象内的“price”属性之外,一切都工作正常。它在我的价格上添加了 6 个零 (000000)

请检查调试视图屏幕截图以了解更多详细信息 值属性的值正确

在此处输入图像描述

您能告诉我我的代码有什么问题吗?感谢您的帮助!!!!

I'm just switching from Universal-Analytic to Analytic 4 and I want to track the product detail view by using "view_item" event by using this code. The correct price is 605.

gtag("event", "view_item", {
        currency: "JPY",
        value: {{ product_price }},
        items: [
            {
            item_id: "{{ Product.jan }}",
            item_name: "{{ Product.name }}",
            currency: "JPY",
            price: {{ product_price }},
            }
        ]
    });

Everything is working fine except the "price" property inside the "items" object. it add 6 zero (000000) to my price

Please check the debug view screenshot for more detail
Value property's value is correct

enter image description here

Could you please tell me what's wrong with my code? Thanks for your help!!!!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文