Hi everyone,
I have a mobile app that originally relied on $RCAnonymousIDs to manage subscriptions. Now, we’ve introduced mandatory signup, so I’m now working on migrating from anonymous IDs to our own custom user IDs.
What’s not clear to me is the best way to handle the transition:
-
How can I merge an existing custom user ID with the old
$RCAnonymousIDvalues already in the system? Should this be done via the API, or does the SDK handle it automatically? -
In some cases, the custom user ID is already listed as an alias of an anonymous ID. How can I “promote” the custom ID so it becomes the
original_app_user_idinstead of the anonymous one?
Has anyone here gone through a similar migration? Any guidance on the best practices would be really helpful.
Thanks!
