简体   繁体   English

Google Analytics-分析数据和核心平台数据之间的区别

[英]Google analytics - difference between analytics data and the data from the core platform

We use Google analytics with Google Tag manager for our ecommerce platform based to track the conversion, etc., In the thank you page, its used to track the order value and the revenues. 我们将Google Analytics(分析)与Google跟踪代码管理器一起用于我们的电子商务平台,以跟踪转化等。在感谢页面中,其用于跟踪订单价值和收入。

Consistently we see a difference of about 15 to 20 % difference between GA data and the data from the core platform. 一致地,我们看到GA数据与核心平台数据之间存在大约15%到20%的差异。

Tried to find a pattern among the missed orders but couldn´t ascertain one easily. 试图在错过的订单中找到一种模式,但无法轻松确定。 The GA recorded orders include devices like Desktop, tablet and mobile and we see different browsers too. GA记录的订单包括台式机,平板电脑和移动设备,我们也看到了不同的浏览器。

Need inputs to analyze this better. 需要输入以更好地对此进行分析。

Note: Thank you page is loaded by a redirect from the payment gateway system 注意:“谢谢”页面是通过付款网关系统中的重定向加载的

15-20% difference is not good at all. 15-20%的差异根本不好。 Google says you should expect better than 95% accuracy, and to keep at it if you're not getting those numbers. Google表示,您应该期望其准确率超过95%,如果没有得到这些数字,请保持这一精度。

Note: The more "techy" crowd that your website has, the more folks you'll run into "Do not track" or with Ad-Blocking tech in their browser. 注意:您的网站拥有的“技术含量高”的人群越多,就会有更多的人遇到“不追踪”或在其浏览器中使用广告拦截技术。 Normally, you'd want to try to baseline that difference using device category filters to see if the gap is bigger for desktop (most phones/tablets don't use ad-blocking). 通常,您希望尝试使用设备类别过滤器将此差异作为基准,以查看台式机之间的差距是否更大(大多数手机/平板电脑不使用广告屏蔽功能)。

First, question. 首先,问题。 If the user lands on the thankyou page, and hits the refresh button, does it send another "conversion" to GA? 如果用户登陆了thankyou页面,并点击了刷新按钮,它是否会向GA发送另一个“转化”? IF so, you want to make sure that you build in logic that prevents duplicate conversions to be sent if the user was not making duplicate purchases. 如果是这样,您要确保您建立了一个逻辑,该逻辑可以防止在用户未进行重复购买的情况下发送重复的转化。 A browser refresh is not a purchase, don't record it as such. 浏览器刷新不是购买,请勿将其记录下来。

Second, if the page takes forever to load, or you have users that have bad internet, then that could increase the difference. 其次,如果页面需要永久加载,或者您的用户的互联网状况不佳,那么这可能会增加差异。 They might be closing the browser or exiting site before GA client has a chance to send the final conversion to the server. 在GA客户有机会将最终转化发送到服务器之前,他们可能正在关闭浏览器或退出网站。 So how is the performance of your thankyou page? 那么,您的Thankyou页面的效果如何?

Are you sure you're looking at the correct business data? 您确定要查看正确的业务数据吗? I've been told GA numbers are off by the business before and it turned out they messed up their own query in the transaction system (and they had been doing so for years!). 有人告诉我,GA编号以前是由业务部门关闭的,事实证明,它们在交易系统中弄乱了自己的查询(而且这样做已经有很多年了!)。 It is a long shot, but if you feel super confident about your GA measurement setup, then run it by the folks giving you the transaction numbers. 这是一个很长的路要走,但是如果您对GA度量设置感到超级有信心,那么请由人们来提供它的交易号。

Finally, if you can't get the difference down then move to the Measurement Protocol server-side implementation of GA. 最后,如果您无法找到差异,请转到GA的Measurement Protocol服务器端实现。 You simply need to record the IP address of the user and their GA client id, and then construct an HTTPS GET request using the Measurement Protocol fields for a valid hit. 您只需要记录用户的IP地址及其GA客户ID,然后使用Measurement Protocol字段构造HTTPS GET请求即可获得有效匹配。 Server side measurement is the most accurate way to do this, but requires code updates in the ecommerce platform itself. 服务器端测量是执行此操作的最准确方法,但是需要在电子商务平台本身中更新代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM