我有一个Android应用程序,我在跟踪点击各种按钮在谷歌分析和我的亚马逊服务器上。 按钮通常会将用户重定向到浏览器以打开网址。 Url是我的服务器重定向跟踪网址,曾经将用户重定向到实际网址。
当用户点击任何按钮时,也会在GA上跟踪事件。
现在已经2-3个月了。没有在我的服务器上获得相同的点击次数在GA。
GA通常比我的服务器跟踪几乎双击一次。有时差异很小而且有时甚至低于我服务器上的跟踪点击次数。
Example stats : Date GA Server 1 FEB 5096 2013 2 FEB 4012 1609 3 FEB 6012 6049
为什么每天跟踪数据存在很大差异? 在我使用单一应用程序的测试中,我获得的几乎相同的点击跟踪GA&在我的服务器上。
Below are some reasons i could think of : - GA is tracking events even if internet is off for a user. On the other hand Our server could not track events without internet. - If user click multiple times fastly then GA might be recording events & our server is not. Although with single app i couldn't get this reproduce. - User close the browser before the url hit , But GA track that still.
我无法找到确切的原因。我还验证了GA的代码已经正确实现。我知道可能会有细微差别,但为什么有时会超过两倍?
请帮我解决这个差异之谜。