Skip to content

Commit 35ffd94

Browse files
committed
AGT-403: Add adType parameter description
1 parent c7230a5 commit 35ffd94

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)