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
Note: This bidder appears to only consider gdprApplies if a consent string is available. This may result in some incorrect GDPR processing, such as when the consent string is not yet available but the publisher has decided GDPR always applies. See <https://github.com/prebid/Prebid.js/issues/7775>
|`supplyPartnerId` or `inventory_id` or `supply_partner_id`| required | ID of the supply partner. This parameter can be either a `string` or `integer` for Prebid.js, however `integer` is preferred |`12345`|`integer`|
27
+
|`bidfloor`| optional | Minimum acceptable bid price. Must be a positive number. |`0.5`|`number`|
28
+
|`instl`| optional | Interstitial flag (1 for interstitial, 0 for non-interstitial). |`1`|`integer`|
29
+
|`pos`| optional | Ad position on the page. |`1`|`integer`|
30
+
|`video`| optional | Object containing video targeting parameters. See [Video Object](#video-object) for details. |`video: { playback_method: ['auto_play_sound_off'] }`|`object`|
31
+
32
+
This adapter only requires you to provide your Inventory Id (Supply partner id), and optionally your RTB endpoint.
33
+
34
+
#### Video Object
35
+
36
+
For details on how these video params work with the params set in the adUnit.mediaTypes.video object.
|`supplyPartnerId`| required | ID of the supply partner |`'12345'`|`string`|
25
+
|`supplyPartnerId` or `inventory_id` or `supply_partner_id`| required | ID of the supply partner. This parameter can be either a `string` or `integer` for Prebid.js, however `integer` is preferred |`12345`|`integer`|
26
+
|`bidfloor`| optional | Minimum acceptable bid price. Must be a positive number. |`0.5`|`number`|
27
+
|`instl`| optional | Interstitial flag (1 for interstitial, 0 for non-interstitial). |`1`|`integer`|
28
+
|`pos`| optional | Ad position on the page. |`1`|`integer`|
29
+
|`video`| optional | Object containing video targeting parameters. See [Video Object](#video-object) for details. |`video: { playback_method: ['auto_play_sound_off'] }`|`object`|
30
+
31
+
This adapter only requires you to provide your Inventory Id (Supply partner id), and optionally your RTB endpoint.
32
+
33
+
#### Video Object
34
+
35
+
For details on how these video params work with the params set in the adUnit.mediaTypes.video object.
0 commit comments