How does Google Analytics Real Time work?

佐手、 提交于 2019-12-03 14:29:26

The below refers to how the real time data is collected, not how the UI updates. (It looks like the UI is just using AJAX polling on the client-side, though)

No special polling or client-side technique is used. Data collection is the same as it always has been.

Instead, Google Analytics will assume that someone who's triggered a pageview in the last 5 minutes is still an "active" visitor.

From e-nor:

These visitors have been active in the last 5 minutes, any one not active for over 5 minutes is dropped.

Ben McCann

I was one of two people who built the first version of the Realtime Analytics UI. We used Closure's BrowserChannel.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!