You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| params.partner | Required | Number | This is the partner ID value obtained from registering with IntentIQ. |`1177538`|
42
-
| params.pcid | Optional | String | This is the partner cookie ID, it is a dynamic value attached to the request. |`"g3hC52b"`|
42
+
| params.partnerClientId | Optional | String | A specific user identifier that should be dynamically initialized by the partner. |`"client-id"`|
43
+
| params.partnerClientIdType | Optional | Number | Specifies the type of the partnerClientId. Possible values: `0` – 3rd-party cookie, `1` – IDFV (Identifier for Vendor on iOS), `3` – First-party ID, `4` – MAID / AAID (Mobile Advertising ID for Android/iOS) |`0`|
43
44
| params.pai | Optional | String | This is the partner customer ID / advertiser ID, it is a dynamic value attached to the request. |`"advertiser1"`|
44
45
| params.callback | Optional | Function | This is a callback which is triggered with data |`(data) => console.log({ data })`|
45
46
| params.timeoutInMillis | Optional | Number | This is the timeout in milliseconds, which defines the maximum duration before the callback is triggered. The default value is 500. |`450`|
0 commit comments