From 35ffd9411bcda83b0858d8684fcd55072cd7b079 Mon Sep 17 00:00:00 2001 From: dmytro-po Date: Fri, 7 Mar 2025 17:30:41 +0200 Subject: [PATCH] AGT-403: Add adType parameter description --- dev-docs/analytics/intentiq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-docs/analytics/intentiq.md b/dev-docs/analytics/intentiq.md index d56f2f7069..45295b975b 100644 --- a/dev-docs/analytics/intentiq.md +++ b/dev-docs/analytics/intentiq.md @@ -80,6 +80,7 @@ originalCpm: 1.5, // Original CPM value. originalCurrency: 'USD', // Original currency. status: 'rendered', // Auction status, e.g., 'rendered'. placementId: 'div-1' // ID of the ad placement. +adType: 'banner' // Specifies the type of ad served } ``` @@ -95,6 +96,7 @@ placementId: 'div-1' // ID of the ad placement. | originalCurrency | String | Currency of the original auction | USD | No | | status | String | Status of the impression. Leave empty or undefined if Prebid is not the bidding platform | rendered | No | | placementId | String | Unique identifier of the ad unit on the webpage that showed this ad | div-1 | No | +| adType | String | Specifies the type of ad served. Possible values: “banner“, “video“, “native“, “audio“. | banner | No | To report the auction win, call the function as follows: