Skip to content

Commit 34eced9

Browse files
committed
AGT-533: shouldSetPPID param description
1 parent e6e6321 commit 34eced9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Please find below list of parameters that could be used in configuring Intent IQ
6161
| params.additionalParameters [0].parameterName | Required | String | Name of the custom parameter. This will be sent as a query parameter. | `"abc"` |
6262
| params.additionalParameters [0].parameterValue | Required | String / Number | Value to assign to the parameter. | `123` |
6363
| params.additionalParameters [0].destination | Required | Array | Array of numbers either `1` or `0`. Controls where this parameter is sent `[sendWithSync, sendWithVr, winreport]`. | `[1, 0, 0]` |
64+
| params.shouldSetPPID | Optional | Boolean | Enables the Intent IQ ID to be sent to Google Ad Manager as a Publisher Provided ID (PPID). Requires `gam`<wbr>`ObjectReference` to be provided in the configuration. | `true` |
6465

6566
### Configuration example
6667

@@ -83,6 +84,7 @@ pbjs.setConfig({
8384
sourceMetaData: "123.123.123.123", // Optional parameter
8485
sourceMetaDataExternal: 123456, // Optional parameter
8586
reportMethod: "GET", // Optional parameter
87+
shouldSetPPID: true, // Optional parameter
8688
additionalParameters: [ // Optional parameter
8789
{
8890
parameterName: "abc",

0 commit comments

Comments
 (0)