Google Analytics(分析)4请求URL(数据保护)
当网站中包含gtm.js脚本时,有时会呼叫 https://www.googletagmanager.com/a?id= [....] (例如,在Google商店中包含的标签中:
在对脚本进行调查期间,似乎大约有1.000次会话触发了这些呼叫(通过采样在脚本中配置:“ 0.005000”)
我试图找出这些调用的原因是什么 - 发生了什么 -通过的数据?不幸的是,我找不到文档,stackoverflow等的解释。
有人知道这些电话是用的吗?
编辑:
示例请求(随后是其他一些带有不同电子Query -parameters的呼叫 - 而不是gtm.init_consent-例如gtm.init或字面上的'*')
GET https://www.googletagmanager.com/a?id=GTM-MX89MJ&cv=760&v=3&t=t&pid=726029121&rv=6f0&es=1&e=gtm.init_consent&eid=-1&tc=385&z=0
响应(状态代码204)
access-control-allow-credentials: true
access-control-allow-methods: *
Access-Control-Allow-Origin: https://store.google.com
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
cache-control: no-cache, no-store, must-revalidate
content-length: 0
content-type: image/gif
cross-origin-resource-policy: cross-origin
date: Tue, 21 Jun 2022 15:24:10 GMT
expires: Fri, 01 Jan 1990 00:00:00 GMT
pragma: no-cache
server: Google Tag Manager
vary: *
x-xss-protection: 0
When the gtm.js script is included in a site, sometimes calls are made to https://www.googletagmanager.com/a?id=[....] (For example in the tag which is included in the Google Store: https://www.googletagmanager.com/gtm.js?id=GTM-MX89MJ - currently in the line 154)
During the investigation of the script, it seems that about 5 out of 1.000 sessions are triggering these calls (Configured in the script via sampleRate:"0.005000")
I tried to figure out whats the reason for these calls - what is happening with the passed data? Unfortunately I couldn't find an explanation in the documentation, stackoverflow etc.
Does anyone know what these calls are for?
Edit:
Sample Request (Followed by some other calls with different e-Query-Parameters - instead of gtm.init_consent - like gtm.init or literally '*')
GET https://www.googletagmanager.com/a?id=GTM-MX89MJ&cv=760&v=3&t=t&pid=726029121&rv=6f0&es=1&e=gtm.init_consent&eid=-1&tc=385&z=0
Response (Statuscode 204)
access-control-allow-credentials: true
access-control-allow-methods: *
Access-Control-Allow-Origin: https://store.google.com
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
cache-control: no-cache, no-store, must-revalidate
content-length: 0
content-type: image/gif
cross-origin-resource-policy: cross-origin
date: Tue, 21 Jun 2022 15:24:10 GMT
expires: Fri, 01 Jan 1990 00:00:00 GMT
pragma: no-cache
server: Google Tag Manager
vary: *
x-xss-protection: 0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论