如何在服务器端 GTM 预览模式下查看测量协议命中情况?
我正在调试对服务器端 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到它:
添加
X-Gtm-Server-Preview
标头以及您可以从“⋮”>中找到的值“手动发送请求”Found it:
Add the
X-Gtm-Server-Preview
header with the value you can find from "⋮" > "Send requests manually"