Skip to content

Commit 12e6e0e

Browse files
authoredMar 11, 2025
Merge pull request #1 from DimaIntentIQ/AGT-403-add-new-parameter-ad-type-to-prebid-module
Intent IQ Analytics Adapter: Add adType parameter description
2 parents c7230a5 + 35ffd94 commit 12e6e0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎dev-docs/analytics/intentiq.md

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ originalCpm: 1.5, // Original CPM value.
8080
originalCurrency: 'USD', // Original currency.
8181
status: 'rendered', // Auction status, e.g., 'rendered'.
8282
placementId: 'div-1' // ID of the ad placement.
83+
adType: 'banner' // Specifies the type of ad served
8384
}
8485
```
8586

@@ -95,6 +96,7 @@ placementId: 'div-1' // ID of the ad placement.
9596
| originalCurrency | String | Currency of the original auction | USD | No |
9697
| status | String | Status of the impression. Leave empty or undefined if Prebid is not the bidding platform | rendered | No |
9798
| placementId | String | Unique identifier of the ad unit on the webpage that showed this ad | div-1 | No |
99+
| adType | String | Specifies the type of ad served. Possible values: “banner“, “video“, “native“, “audio“. | banner | No |
98100

99101
To report the auction win, call the function as follows:
100102

0 commit comments

Comments
 (0)
Failed to load comments.