-
-
Save thelinuxlich/bb8ec85cdaee9982a2cfe9df86b3aa5d to your computer and use it in GitHub Desktop.
AIDAX - Example - Identify User
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Identify User | |
ax.user({ | |
id: "USER ID", //If the id is an email AIDAX will contextalize the id | |
properties: { | |
property1: "value", | |
property2: "value" | |
}, | |
migrate: true //optional parameter to migrate old user data in this session to the new user. Default is true | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment