Skip to content

Commit 1f13b1a

Browse files
committed
AGT-399: GAM documentation
1 parent f985cef commit 1f13b1a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Please find below list of parameters that could be used in configuring Intent IQ
4646
| params.browserBlackList | Optional |  String | This is the name of a browser that can be added to a blacklist. | `"chrome"` |
4747
| params.manualWinReportEnabled | Optional | Boolean | This variable determines whether the bidWon event is triggered automatically. If set to false, the event will occur automatically, and manual reporting with reportExternalWin will be disabled. If set to true, the event will not occur automatically, allowing manual reporting through reportExternalWin. The default value is false. | `true`|
4848
| params.domainName | Optional | String | Specifies the domain of the page in which the IntentIQ object is currently running and serving the impression. This domain will be used later in the revenue reporting breakdown by domain. For example, cnn.com. It identifies the primary source of requests to the IntentIQ servers, even within nested web pages. | `"currentDomain.com"` |
49+
| params.gamObjectReference | Optional | Object | This is a reference to the Google Ad Manager (GAM) object, which will be used to set targeting. If this parameter is not provided, the group reporting will not be configured. | `googletag` |
50+
| params.gamParameterName | Optional | String | The name of the targeting parameter that will be used to pass the group. If not specified, the default value is `intent_iq_group`. | `"intent_iq_group"` |
4951

5052
### Configuration example
5153

@@ -60,7 +62,9 @@ pbjs.setConfig({
6062
browserBlackList: "chrome",
6163
callback: (data, group) => window.pbjs.requestBids(),
6264
manualWinReportEnabled: true,
63-
domainName: "currentDomain.com"
65+
domainName: "currentDomain.com",
66+
gamObjectReference: googletag,
67+
gamParameterName: "intent_iq_group"
6468
},
6569
storage: {
6670
type: "html5",

0 commit comments

Comments
 (0)