diff --git a/dev-docs/analytics/intentiq.md b/dev-docs/analytics/intentiq.md index f469bd3ba9..28fb3c3d85 100644 --- a/dev-docs/analytics/intentiq.md +++ b/dev-docs/analytics/intentiq.md @@ -9,11 +9,11 @@ modulecode: intentIq By using this Intent IQ adapter, you will be able to obtain comprehensive analytics and metrics regarding the performance of the Intent IQ Unified ID module. This includes how the module impacts your revenue, CPMs, and fill rates related to bidders and domains. -#### Intent IQ Universal ID Registration +### Intent IQ Universal ID Registration No registration for this module is required. -#### Intent IQ Universal ID Configuration +### Intent IQ Universal ID Configuration **IMPORTANT**: only effective when Intent IQ Universal ID module be installed and configured. [(How-To)](https://docs.prebid.org/dev-docs/modules/userid-submodules/intentiq.html) @@ -32,8 +32,8 @@ No registration for this module is required. | options.abPercentage | Optional | Number | Percentage for A/B testing group. Default value is `95` | `95` | | options.group | Optional | String | Define group provided by partner, possible values: `"A"`, `"B"` | `"A"` | | options.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` | -| options.browserBlackList | Optional | String | This is the name of a browser that can be added to a blacklist.| `"chrome"`| -| options.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"`| +| options.browserBlackList | Optional | String | This is the name of a browser that can be added to a blacklist. | `"chrome"` | +| options.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"` | | options. additionalParams | Optional | Array | This parameter allows sending additional custom key-value parameters with specific destination logic (sync, VR, winreport). Each custom parameter is defined as an object in the array. | `[ { parameterName: “abc”, parameterValue: 123, destination: [1,1,0] } ]` | | options. additionalParams[0].parameterName | Optional | String | Name of the custom parameter. This will be sent as a query parameter. | `"abc"` | | options. additionalParams[0].parameterValue | Optional | String / Number | Value to assign to the parameter. | `123` | @@ -96,7 +96,7 @@ pos: 0 // The following values are defined in the ORTB 2.5 spec {: .table .table-bordered .table-striped } | Field | Data Type | Description | Example | Mandatory | -|--------------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------|-----------| +| -------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | ----------- | | biddingPlatformId | Integer | Specify the platform in which this ad impression was rendered – 1 – Prebid, 2 – Amazon, 3 – Google, 4 – Open RTB (including your local Prebid server) | 1 | Yes | | partnerAuctionId | String | Use this when you are running multiple auction solutions across your assets and have a unified identifier for auctions | 3d44542d-xx-4662-xxxx-4xxxx3d8e | No | | bidderCode | String | Specifies the name of the bidder that won the auction as reported by Prebid and all other bidding platforms | newAppnexus | Yes |