Skip to content

Commit d5efa3f

Browse files
AGT-659: partnerClientId documentation (prebid#15) (prebid#6194)
* AGT-659: ppid doc * AGT-659: Fix doc Co-authored-by: dmytro-po <dmytro.po@intentiq.com>
1 parent 520f906 commit d5efa3f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dev-docs/modules/userid-submodules/intentiq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Please find below list of parameters that could be used in configuring Intent IQ
3939
| name | Required | String | The name of this module: "intentIqId" | `"intentIqId"` |
4040
| params | Required | Object | Details for IntentIqId initialization. | |
4141
| 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` |
4344
| params.pai | Optional | String | This is the partner customer ID / advertiser ID, it is a dynamic value attached to the request. | `"advertiser1"` |
4445
| params.callback | Optional | Function | This is a callback which is triggered with data | `(data) => console.log({ data })` |
4546
| 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

Comments
 (0)