Interface: ExtraContextUserId
User id of the user that can be passed additionally to the integration. It improves the monetization.
Example
const envelopes = [['envelopeId1', 'envelopeId2']];
const userId = {
id: envelopes.[0]?.[1],
name: 'liverampId',
ext: {
envelopes
}
}
Properties
id
id:
string
name
name:
"ppid"
|"netId"
|"sevenPassId"
|"utiqId"
|"liverampId"
ext?
optional
ext:Record
<string
,unknown
>
Last updated on