Reputation: 39859
I'm using Google Analytics from the backend, and I'm setting the values as following:
My question is the following:
It might happen that the value of the uid changes (when the user merges his account with another one). In that case, I need to tell Google: this uid is now this new value.
Is there a way to do that? How?
Upvotes: 1
Views: 197
Reputation: 3847
No there's no way to "merge" two or more user IDs in Analytics. Consider keeping the first ever used value of uid
in your user data record for sending data to Analytics.
Upvotes: 1
Reputation: 14179
Historical values cannot be changed in Google Analytics.
Upvotes: 2