You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
112
112
113
113
To report the auction win, call the function as follows:
0 commit comments