Google analytics userID tracking

后端 未结 1 1332
自闭症患者
自闭症患者 2021-01-26 11:59

I have implemented userID tracking via universal analytics as:

ga(\"set\", \"&uid\", \"\'..\'\");

I thought I should be

1条回答
  •  攒了一身酷
    2021-01-26 12:16

    No. The user id feature is intended to recognize authenticated users across devices so it can generate cross-device reports. However Analytics will still deliver aggregated data only.

    If you create ids to recognize individual users you not only need to be careful not to violate Googles TOS (which forbid to user personal data or anything that can be used for people outside your company to identify users), you also have to take into account different legislatures (for example where I live profile building is legal only with the permission of the user, and in fact in it's TOS for the user id feature Google requires you to get users consent before you track them via a user id).

    So the free version will not give you user data (afaik with premium you can export data sets with the client id per user to Google Big Query, but GA Premium is a bit pricey).

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