Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpotX: add support for price floors module #3293

Merged
merged 1 commit into from
Oct 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dev-docs/bidders/spotx.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ usp_supported: true
safeframes_ok: false
pbjs: true
gvl_id: 165
getFloor: true
pbjs_version_notes: avoid 4.31-4.35
---

Expand All @@ -32,7 +33,7 @@ Publishers using SpotX that haven't yet updated their ad server line items and t
| `secure` | optional | Boolean identifying whether the requests should be https or not (used to override the protocol if the page isn't secure). | `true` | `boolean` |
| `mimes` | optional | List of MIME types to allow in ad. | `['application/javascript', 'video/mp4', 'video/webm']` | `array` |
| `ad_volume` | optional | Value between 0 and 1 to denote the volume the ad should start at | `0.7` | `float` |
| `price_floor` | optional | Set the current channel price floor in real time. | `10` | `integer` |
| `price_floor` | optional | Set the current channel price floor in real time. | `10` | `float` |
| `hide_skin` | optional | Set to true to hide the SpotX skin | | `boolean` |
| `custom` | optional | An object containing key-value pairs for reporting. See SpotX documentation [here](https://developer.spotxchange.com/content/local/docs/sdkDocs/DirectSdk/dsdk-custom-configs.md#custom-key-value-pair-reporting) | | `object` |
| `min_duration` | optional | Minimum video ad duration in seconds | | `integer` |
Expand Down