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
|`placementId`| required | Placement ID provided by Adquery (must match the type/format in dashboard) |`d30f79cf7fef47bd7a5611719f936539bec0d2e9`|`string`|
@@ -25,11 +26,13 @@ media_types: banner, video
25
26
**Notes:**
26
27
27
28
-`placementId` is always required and should correspond to a placement configured in the Adquery dashboard for the specific `type`.
28
-
-`type` is mandatory in bidder params — it determines the creative format (banner, video, interstitial, anchorad).
29
-
- For **banner** ads: Define sizes in `mediaTypes.banner.sizes`. The adapter automatically parses and sends them.
30
-
- For **video** ( outstream ): Use `type: 'video'` + `mediaTypes.video.context: 'outstream'`. A renderer is required for rendering (e.g. InRenderer or similar). In-stream video is not currently supported by this adapter.
31
-
- For **video** ( instream ): Use `type: 'video'` + `mediaTypes.video.context: 'instream'`. A renderer is required for rendering (e.g. InRenderer or similar). In-stream video is not currently supported by this adapter.
32
-
- For special formats (`interstitial`, `anchorad`): A spetial size placeholder is reqired `[1x1]`.
29
+
-`type` is required in bidder params and determines the creative format returned by Adquery.
30
+
- For **banner** ads: define sizes in `mediaTypes.banner.sizes`. The adapter automatically parses and sends them.
31
+
- For **video** bids: use `type: 'video'` and set `mediaTypes.video.context` to either `outstream` or `instream`.
32
+
- For **video** bids, `mediaTypes.video.playerSize` is required.
33
+
- For **video** (`outstream`): a renderer or equivalent outstream player integration is required (e.g. InRenderer or similar).
34
+
- For **video** (`instream`): a compatible instream video player integration is required to render the returned VAST response.
35
+
- For special formats (`interstitial`, `anchorad`): use the placeholder size `[[1, 1]]`.
0 commit comments