Generate Google Analytics events (__utm.gif requests) serverside

前端 未结 7 532
萌比男神i
萌比男神i 2020-12-04 11:18

I am willing to use Google Analytics to track stats about usage of my Client/Server application (no Browser on the user computer!).

So I guess if anyone ever tried t

相关标签:
7条回答
  • 2020-12-04 12:19

    Years after this question was posted a new method emerged.

    Google Analytics now has a measurement protocol. You should favor this because it's supported and documented, unlike the other solutions that try to emulate a protocol that is not fully supported.

    In order to use it you need to create a new Web Property that is Universal Analytics enabled.

    Full details about the Measurement Protocol in the developer docs.

    0 讨论(0)
提交回复
热议问题