Ensure unique profiles across web, ios and android #101
Replies: 1 comment
-
Welcome! Great question. The SDK has methods to provide an identifier corresponding to the user (e.g. email, phone number or a unique ID of your own devising), and Klaviyo will use that unique ID to merge different contact info into a single profile. For example if a user with the same email address logs into your iOS and Android apps, Klaviyo's backend will associate the iOS and Android push tokens to one profile based on the email. If you cannot provide an identifier right away (e.g. user hasn't logged in yet) you can still register a push token. Klaviyo SDK will create an anonymous profile which can later be merged with another profile once you have an identifier (e.g. once the user does log in with an email). Here are two relevant articles from our Help Center that may clarify more than my quick explanation:
|
Beta Was this translation helpful? Give feedback.
-
My usecase is this:
How should I go about doing it?
Beta Was this translation helpful? Give feedback.
All reactions