Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev Guide
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

Identifiers

ODP Node SDK


ODP Node SDK / ODP / Identifiers

Interface: Identifiers

Defined in: src/Api/Types/Identifiers.ts:4

A set of identifiers that uniquely identify a user.

Indexable

[field: string]: undefined | string

Other identifiers known to the account, such as my_app_cart_token

Properties

email?

optional email: string

Defined in: src/Api/Types/Identifiers.ts:12

The user's email if known


vuid?

optional vuid: string

Defined in: src/Api/Types/Identifiers.ts:17

ODP's globally unique identifier generated by SDKs such as the Javascript SDK.
Only use if you are forwarding a VUID generated by ODP.