Custom Visitor Identities
Code Sample
RepAI("identify",
YOUR_UNIQUE_CUSTOM_ID, // String or integer, replace with your own custom unique value
{
email: "[email protected]", // REQUIRED: Required to create or associate a contact with the visitor.
displayName: "Jessie", // Changes the name of the visitor in the dashboard
avatar: "https://example.com/avatar.png", // Changes the avatar of the visitor in the dashboard
tag: "PAID_PLAN", // or "NEW_PLAN" or "TRIAL_PLAN": Adds an icon next to the visitor name in the dashboard
anyDataYouWant: "hotdogs", // Any other custom data can be added as well
},
);Custom Metadata
Secure Identities
Last updated
Was this helpful?