How does google analytics collect its data?

后端 未结 8 957
夕颜
夕颜 2020-12-12 19:33

Yes, I know you have to embed the google analytics javascript into your page.

But how is the collected information submitted to the google analytics server?

8条回答
  •  执笔经年
    2020-12-12 20:24

    It's easy enough to tell by using something like Firebug's Net tab.

    Ajax isn't needed - since data isn't being fetched from Google. They just encode the information in a query string, and then load a transparent gif using it.

提交回复
热议问题