Using updateUserAttributes Method

An external ID is a unique user identifier generated in your system to avoid duplicating user profiles.

Send your user ID to Reteno when creating, updating, or matching user data. This way, Reteno can find the user's profile and update their data.

Using updateUserAttributes method is a must in such cases:

  1. The user logged in and then updated the application with the SDK for the first time.
  2. The user signed up.
  3. The user logged in.
  4. The user profile has been updated.

Sending the user ID will ensure the correct matching and up-to-dateness of the user data.

Each SDK type has a particular way of sending user ID; see instructions below: