问题
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