From 815df7345c63e78cd6d5b858f27cae104fb7384f Mon Sep 17 00:00:00 2001 From: dmytro-po Date: Fri, 11 Jul 2025 11:47:34 +0300 Subject: [PATCH] AGT-553: ppid param doc --- dev-docs/modules/userid-submodules/intentiq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-docs/modules/userid-submodules/intentiq.md b/dev-docs/modules/userid-submodules/intentiq.md index adc47a0ebd..959abccfdd 100644 --- a/dev-docs/modules/userid-submodules/intentiq.md +++ b/dev-docs/modules/userid-submodules/intentiq.md @@ -61,6 +61,7 @@ Please find below list of parameters that could be used in configuring Intent IQ | params.additionalParameters [0].parameterName | Required | String | Name of the custom parameter. This will be sent as a query parameter. | `"abc"` | | params.additionalParameters [0].parameterValue | Required | String / Number | Value to assign to the parameter. | `123` | | 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]` | +| params.shouldSetPPID | Optional | Boolean | Enables the Intent IQ ID to be sent to Google Ad Manager as a Publisher Provided ID (PPID). Requires `gam``ObjectReference` to be provided in the configuration. | `true` | ### Configuration example @@ -83,6 +84,7 @@ pbjs.setConfig({ sourceMetaData: "123.123.123.123", // Optional parameter sourceMetaDataExternal: 123456, // Optional parameter reportMethod: "GET", // Optional parameter + shouldSetPPID: true, // Optional parameter additionalParameters: [ // Optional parameter { parameterName: "abc",