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`|
23
+
|`type`| required | Ad format/type – tells Adquery what kind of creative to return |`banner`, `video`, `interstitial`, `anchorad`|`string`|
24
+
25
+
**Notes:**
26
+
27
+
-`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]`.
0 commit comments