Type Alias: AnalyticsIdentifyPayload
AnalyticsIdentifyPayload =
object
Defined in: api/index.d.ts:35
The payload for identifying the user.
Remarks
The payload can be extended with extra properties on demand.
Indexable
[key
: string
]: any
Properties
Property | Type | Description | Defined in |
---|---|---|---|
anonymousId | string | The anonymous user id. | api/index.d.ts:49 |
force? | boolean | Whether to force the identifying regardless of conditions, defaults to false . | api/index.d.ts:39 |
userId? | string | The current user id. | api/index.d.ts:44 |