How to add a property to the users coming to my website

喜你入骨 提交于 2019-12-11 14:32:13

问题


I want to add a field value to all the users present in the google analytics. So as soon as the user do some action on the website I want to make an api request so that I can update the user value. I want to add a new value to the current user value in GA. I already have stored the client ID given by GA in my backend.

I tried looking for it but didn't get much. Somewhere I got that we can use firebase.google.com for adding the property to the user. But didn't get the api for that and how does that link with the GA.

<script>
</script>

An api doc or something like that which can help me in adding the user value every time user do some action.

来源:https://stackoverflow.com/questions/58212872/how-to-add-a-property-to-the-users-coming-to-my-website

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