如何在服务器端 GTM 预览模式下查看测量协议命中情况?

发布于 2025-01-17 18:08:37 字数 310 浏览 2 评论 0原文

我正在调试对服务器端 GTM 容器的测量协议命中(来自 Insomnia,但也使用curl 进行了测试),但没有看到它们显示在容器的预览模式中。我怎样才能看到这些?

例如:

curl -X POST -H 'Content-Type: application/json' -d '{"client_id": "1234.5678", "events": [{"name": "test"}]}' 'https://gtm.example.com/mp/collect'

I'm debugging measurement protocol hits to a server-side GTM container (from Insomnia, but tested with curl as well), but don't see them showing up in the container's preview mode. How can I see these?

For example:

curl -X POST -H 'Content-Type: application/json' -d '{"client_id": "1234.5678", "events": [{"name": "test"}]}' 'https://gtm.example.com/mp/collect'

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

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

发布评论

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

评论(1

深海不蓝 2025-01-24 18:08:37

找到它:

添加 X-Gtm-Server-Preview 标头以及您可以从“⋮”>中找到的值“手动发送请求”

Found it:

Add the X-Gtm-Server-Preview header with the value you can find from "⋮" > "Send requests manually"

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