Google 代码不会将数据发送到分析信息中心



我正在尝试通过谷歌跟踪代码管理器在两个网站上安装跟踪代码。我已将Google代码片段添加到两个站点:legalthree.com 和 bitcoinattorney.info 当我拉起调试控制台时,脚本似乎正在正确加载Google Analytics跟踪。但是,没有数据到达任一站点的 GA 仪表板。知道为什么吗?

Initializing Google Analytics.
analytics_debug.js:10 Running command: ga("create", "UA-2918890-12", {name: "gtm1416506655031", allowLinker: true})
analytics_debug.js:10 Creating new tracker: gtm1416506655031
analytics_debug.js:10 Running command: ga("gtm1416506655031.set", "&gtm", "GTM-MD7KQB")
analytics_debug.js:10 Running command: ga("gtm1416506655031.set", "anonymizeIp", undefined)
analytics_debug.js:10 Running command: ga("gtm1416506655031.set", "hitCallback", [function])
analytics_debug.js:10 Running command: ga("gtm1416506655031.send", "pageview")
analytics_debug.js:10 Setting throttling cookie: "_gat_UA-2918890-12"
analytics_debug.js:10 
Sent beacon:
v=1&_v=j31d&a=1654099982&t=pageview&_s=1&dl=http%3A%2F%2Fbitcoinattorney.info%2F&ul=en-us&de=UTF-8&dt=Bitcoin%20Attorney%20.info%20-%20Find%20A%20Bitcoin%20Lawyer%20%26%20Lawyers%20Who%20Accept%20Bitcoin&sd=24-bit&sr=1920x1080&vp=1564x801&je=1&fl=15.0%20r0&_u=cACAAAQBI~&jid=1482409291&cid=1927275151.1416501517&tid=UA-2918890-12&_r=1&gtm=GTM-MD7KQB&z=413516838

analytics_debug.js:10 <unknown>        (&gtm) GTM-MD7KQB
analytics_debug.js:10 _j1              (&jid) 1482409291
analytics_debug.js:10 adSenseId        (&a)   1654099982
www.google-analytics.com/analytics_debug.js:10 apiVersion       (&v)   1
www.google-analytics.com/analytics_debug.js:10 clientId         (&cid) 1927275151.1416501517
www.google-analytics.com/analytics_debug.js:10 encoding         (&de)  UTF-8
www.google-analytics.com/analytics_debug.js:10 flashVersion     (&fl)  15.0 r0
www.google-analytics.com/analytics_debug.js:10 hitType          (&t)   pageview
www.google-analytics.com/analytics_debug.js:10 javaEnabled      (&je)  1
www.google-analytics.com/analytics_debug.js:10 language         (&ul)  en-us
www.google-analytics.com/analytics_debug.js:10 location         (&dl)  http://bitcoinattorney.info/
www.google-analytics.com/analytics_debug.js:10 screenColors     (&sd)  24-bit
www.google-analytics.com/analytics_debug.js:10 screenResolution (&sr)  1920x1080
www.google-analytics.com/analytics_debug.js:10 title            (&dt)  Bitcoin Attorney .info - Find A Bitcoin Lawyer & Lawyers Who Accept Bitcoin
www.google-analytics.com/analytics_debug.js:10 trackingId       (&tid) UA-2918890-12
www.google-analytics.com/analytics_debug.js:10 viewportSize     (&vp)  1564x801
www.google-analytics.com/analytics_debug.js:10 Running command: ga("gtm1416506655031.require", "linker")
www.google-analytics.com/analytics_debug.js:10 Plugin "linker" intialized on tracker "gtm1416506655031".
www.google-analytics.com/analytics_debug.js:10 Running command: ga("gtm1416506655031.linker:autoLink", ["legalthree.com", "bitcoinattorney.info"], false, true)

该命中看起来是正确的。

您可以在查看实时报告时尝试刷新页面吗?

此外,请确保您的过滤器/视图排除了匹配,并且您查看的是正确的属性。

最新更新