Skip to content

Commit 5cac7eb

Browse files
authored
Merge pull request #20 from DimaIntentIQ/AGT-809-module-documentation
Agt 809 module documentation
2 parents 82a83f3 + 57b60f1 commit 5cac7eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev-docs/analytics/intentiq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pos: 0 // The following values are defined in the ORTB 2.5 spec
9595
```
9696

9797
{: .table .table-bordered .table-striped }
98-
| Field | Data Type | Description | Example | Mandatory |
98+
| Field | Data Type | Description | Example | Mandatory |
9999
|--------------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------|-----------|
100100
| 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 |
101101
| 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 |
@@ -114,5 +114,5 @@ pos: 0 // The following values are defined in the ORTB 2.5 spec
114114
To report the auction win, call the function as follows:
115115

116116
```js
117-
window.intentIqAnalyticsAdapter_[partner_id].reportExternalWin(reportData)
117+
window.intentIqAnalyticsAdapter_[partner_id].reportExternalWin(reportData);
118118
```

0 commit comments

Comments
 (0)