Skip to content

Commit

Permalink
Smartx Bid Adapter: updated out-stream render to support smartPlay 5.2 (
Browse files Browse the repository at this point in the history
#2742)

* initial commit

* adjustments

* adjustments

* adjustments

* typo, further adjustments

* removed userIds and schain support

* Added optionals to outstream and made formatting

* Update smartx.md

minor edits for clarification and readability.

* adjusted outstream_options

Co-authored-by: Gino <adtech@smartclip.tv>
Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 11, 2021
1 parent fd0ef07 commit 6f22f61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-docs/bidders/smartx.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Please reach out to your smartclip business contact for any questions and assist
| `slot` | required | ID of element that video ad should be rendered into. | `'adSlot1'` | `string` |
| `minAdWidth` | optional | Minimum amount of space the player needs to expand. | `290` | `integer` |
| `maxAdWidth` | optional | Maximum size of the player. | `900` | `integer` |
| `headerText` | optional | An advertising text string that will appear in the upper left corner. | `'Advertisement'`| `string` |
| `skipOffset` | optional | The number of seconds an advertisement must run before it can be skipped. 0 = never | `0` | `integer` |
| `startOpen` | optional | Define whether the player should be initialized open (true) or open when it is within view (false). | `'false'` | `string` |
| `endingScreen` | optional | Define whether the player should stay open after advertising. | `'true'` | `string` |
| `desiredBitrate`| optional | Define the desired bitrate of the mediafile. | `1600` | `integer` |
| `title` | optional | Makes a defined advertising text appear in the below right corner. `[remainingTime]` can be used to display the remaining time of the advertisement. | `'Advertisement [remainingTime]s'` | `string` |
| `skipOffset` | optional | Define whenever the advertisement can be skipped. 0 = never | `0` | `integer` |
| `startOpen` | optional | Define whether the player should be initialized open or open when it is within view. | `false` | `bool` |
| `endingScreen` | optional | Define whether the player should stay open after advertising or not. | `true` | `bool` |
| `desiredBitrate`| optional | Define the desired bitrate of the mediafile. | `800` | `integer` |

0 comments on commit 6f22f61

Please sign in to comment.