How can I globally change a custom dimensions value for a client id?

只愿长相守 提交于 2019-12-12 05:12:36

问题


For instance say I have a user with the client id of 9394923.23349243 and I have a custom dimension called Lead Status. I want to update the value of the custom dimension everywhere for that client id.

How can I globally change a custom dimensions value for a client id?

It it possible to globally update a custom dimension associated with a client id?

(it doesn't have to be a programmatic answer, it can be just general google analytics talk)

Technical Information

  • I am pushing data to GA via the Measurement Protocol
  • Wrote a script in PHP 5.6.29 to send curl requests

回答1:


You need use custom dimension on "User" scope. After one setup this dimension it will be everywhere in Google Analytics with this user.



来源:https://stackoverflow.com/questions/42457023/how-can-i-globally-change-a-custom-dimensions-value-for-a-client-id

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