Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7bcabc6
fix spelling
DimaIntentIQ May 23, 2025
3f7428b
Merge branch 'master' into master
DimaIntentIQ May 30, 2025
367230a
Merge branch 'master' of https://github.com/DimaIntentIQ/prebid.githu…
DimaIntentIQ Oct 2, 2025
5e77f2a
Merge branch 'master' of https://github.com/DimaIntentIQ/prebid.githu…
DimaIntentIQ Oct 22, 2025
315df09
AGT-705: abPercentage parameter (#16)
dmytro-po Nov 11, 2025
c73de5f
Merge branch 'master' of https://github.com/DimaIntentIQ/prebid.githu…
DimaIntentIQ Dec 9, 2025
1e2e16f
Merge branch 'master' into v_0_3_3
DimaIntentIQ Dec 9, 2025
058d452
add group parameters
DimaIntentIQ Dec 12, 2025
2a93291
remove extra line
DimaIntentIQ Dec 12, 2025
7553e69
Merge branch 'master' into v_0_3_3
DimaIntentIQ Dec 12, 2025
662d02c
add more params to analytical adapter
DimaIntentIQ Dec 15, 2025
c550653
Merge branch 'v_0_3_3' into more_params
DimaIntentIQ Dec 15, 2025
82a83f3
AGT-790: Fix documentation (#19)
dmytro-po Feb 13, 2026
611c314
update documentation
DimaIntentIQ Mar 5, 2026
c95e65a
refactoring
DimaIntentIQ Mar 5, 2026
57b60f1
Merge branch 'release_0.35' into AGT-809-module-documentation
DimaIntentIQ Mar 5, 2026
5cac7eb
Merge pull request #20 from DimaIntentIQ/AGT-809-module-documentation
dmytro-po Mar 5, 2026
893b7fa
Merge branch 'master' of https://github.com/DimaIntentIQ/prebid.githu…
DimaIntentIQ Mar 5, 2026
4477ccd
Merge branch 'master' into release_0.35
DimaIntentIQ Mar 5, 2026
cafc40b
add id sample
DimaIntentIQ Mar 5, 2026
fcc252f
Merge branch 'master' into release_0.35
DimaIntentIQ Mar 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions dev-docs/analytics/intentiq.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ No registration for this module is required.
| 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 | Required | String | Name of the custom parameter. This will be sent as a query parameter. | `"abc"` |
| options. additionalParams[0].parameterValue | Required | String / Number | Value to assign to the parameter. | `123` |
| options. additionalParams[0].destination | Required | Array | Array of numbers either `1` or `0`. Controls where this parameter is sent `[sendWithSync, sendWithVr, winreport]`. | `[1, 0, 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` |
| options. additionalParams[0].destination | Optional | Array | Array of numbers either `1` or `0`. Controls where this parameter is sent `[sendWithSync, sendWithVr, winreport]`. | `[1, 0, 0]` |

#### Example Configuration

Expand Down Expand Up @@ -95,12 +95,12 @@ pos: 0 // The following values are defined in the ORTB 2.5 spec
```

{: .table .table-bordered .table-striped }
| Field | Data Type | Description | Example | Mandatory |
| 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 |
| prebidAuctionId | String | Specifies the identifier of the Prebid auction. Leave empty or undefined if Prebid is not the bidding platform | | |
| prebidAuctionId | String | Specifies the identifier of the Prebid auction. Leave empty or undefined if Prebid is not the bidding platform | 3513ce01-de02-490b-9d87-bfc137697f82 | No |
| cpm | Decimal | Cost per mille of the impression as received from the demand-side auction (without modifications or reductions) | 5.62 | Yes |
| currency | String | Currency of the auction | USD | Yes |
| originalCpm | Decimal | Leave empty or undefined if Prebid is not the bidding platform | 5.5 | No |
Expand All @@ -114,5 +114,5 @@ pos: 0 // The following values are defined in the ORTB 2.5 spec
To report the auction win, call the function as follows:

```js
window.intentIqAnalyticsAdapter_[partner_id].reportExternalWin(reportData)
window.intentIqAnalyticsAdapter_[partner_id].reportExternalWin(reportData);
```
6 changes: 3 additions & 3 deletions dev-docs/modules/userid-submodules/intentiq.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Please find below list of parameters that could be used in configuring Intent IQ
| params.group | Optional | String | Define group provided by partner, possible values: `"A"`, `"B"` | `"A"` |
| params.region | Optional | String | Optional region identifier used to automatically build server endpoints. When specified, region-specific endpoints will be used. (`gdpr`,`emea`, `apac`) | `"gdpr"` |
| params.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] } ]` |
| params.additionalParams [0].parameterName | Required | String | Name of the custom parameter. This will be sent as a query parameter. | `"abc"` |
| params.additionalParams [0].parameterValue | Required | String / Number | Value to assign to the parameter. | `123` |
| params.additionalParams [0].destination | Required | Array | Array of numbers either `1` or `0`. Controls where this parameter is sent `[sendWithSync, sendWithVr, winreport]`. | `[1, 0, 0]` |
| params.additionalParams [0].parameterName | Optional | String | Name of the custom parameter. This will be sent as a query parameter. | `"abc"` |
| params.additionalParams [0].parameterValue | Optional | String / Number | Value to assign to the parameter. | `123` |
| params.additionalParams [0].destination | Optional | Array | Array of numbers either `1` or `0`. Controls where this parameter is sent `[sendWithSync, sendWithVr, winreport]`. | `[1, 0, 0]` |

### Configuration example

Expand Down