Skip to content

Commit c95e65a

Browse files
committed
refactoring
1 parent 611c314 commit c95e65a

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

dev-docs/analytics/intentiq.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,22 @@ adType: 'banner' // Specifies the type of ad served
9696
```
9797

9898
{: .table .table-bordered .table-striped }
99-
| Field | Data Type | Description | Example | Mandatory |
99+
| Field | Data Type | Description | Example | Mandatory |
100100
|--------------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------|-----------|
101-
| 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 |
102-
| 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 |
103-
| bidderCode | String | Specifies the name of the bidder that won the auction as reported by Prebid and all other bidding platforms | newAppnexus | Yes |
104-
| 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 |
105-
| cpm | Decimal | Cost per mille of the impression as received from the demand-side auction (without modifications or reductions) | 5.62 | Yes |
106-
| currency | String | Currency of the auction | USD | Yes |
107-
| originalCpm | Decimal | Leave empty or undefined if Prebid is not the bidding platform | 5.5 | No |
108-
| originalCurrency | String | Currency of the original auction | USD | No |
109-
| status | String | Status of the impression. Leave empty or undefined if Prebid is not the bidding platform | rendered | No |
110-
| placementId | String | Unique identifier of the ad unit on the webpage that showed this ad | div-1 | No |
111-
| adType | String | Specifies the type of ad served. Possible values: “banner“, “video“, “native“, “audio“. | banner | No |
101+
| 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 |
102+
| 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 |
103+
| bidderCode | String | Specifies the name of the bidder that won the auction as reported by Prebid and all other bidding platforms | newAppnexus | Yes |
104+
| 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 |
105+
| cpm | Decimal | Cost per mille of the impression as received from the demand-side auction (without modifications or reductions) | 5.62 | Yes |
106+
| currency | String | Currency of the auction | USD | Yes |
107+
| originalCpm | Decimal | Leave empty or undefined if Prebid is not the bidding platform | 5.5 | No |
108+
| originalCurrency | String | Currency of the original auction | USD | No |
109+
| status | String | Status of the impression. Leave empty or undefined if Prebid is not the bidding platform | rendered | No |
110+
| placementId | String | Unique identifier of the ad unit on the webpage that showed this ad | div-1 | No |
111+
| adType | String | Specifies the type of ad served. Possible values: “banner“, “video“, “native“, “audio“. | banner | No |
112112

113113
To report the auction win, call the function as follows:
114114

115115
```js
116-
window.intentIqAnalyticsAdapter_[partner_id].reportExternalWin(reportData)
116+
window.intentIqAnalyticsAdapter_[partner_id].reportExternalWin(reportData);
117117
```

0 commit comments

Comments
 (0)