From bf89faabe79f4fbf6dad2b4877fa6ea6bed9607c Mon Sep 17 00:00:00 2001 From: Gino Date: Fri, 21 Aug 2020 17:50:10 +0200 Subject: [PATCH 1/9] initial commit --- dev-docs/bidders/smartx.md | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 dev-docs/bidders/smartx.md diff --git a/dev-docs/bidders/smartx.md b/dev-docs/bidders/smartx.md new file mode 100644 index 0000000000..bbba72a049 --- /dev/null +++ b/dev-docs/bidders/smartx.md @@ -0,0 +1,47 @@ +--- +layout: bidder +title: smartx +description: Prebid smartx Bidder Adaptor +biddercode: smartx +media_types: no-display, video +gdpr_supported: true +tcf2_supported: true +userIds: id5Id, pubCommonId, unifiedId +prebid_member: true +schain_supported: true +usp_supported: true +safeframes_ok: false +pbjs: true +--- + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|----------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| +| `channel_id` | required | A unique 5 digit ID that is generated by the smartx publisher platform when a channel is created | `'85394'` | `string` | +| `ad_unit` | required | Token that describes which ad unit to play: instream or outstream | `'outstream'` | `string` | +| `outstream_function` | optional | Custom function to be used as a renderer. | `function(bid){console.log(bid);}` | `function` | +| `outstream_options` | optional | Object to set options on the smartx renderer. | `{}` | `object` | +| `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` | +| `hide_skin` | optional | Set to true to hide the smartx skin | | `boolean` | +| `custom` | optional | An object containing key-value pairs for reporting.| | `object` | +| `min_duration` | optional | Minimum video ad duration in seconds | | `integer` | +| `max_duration` | optional | Maximum video ad duration in seconds | | `integer` | +| `placement_type` | optional | Number corresponding to the type of ad placement. | | `integer` | +| `position` | optional | Number corresponding to the position of the ad. | | `integer` | + + + +#### outstream_options Object + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|----------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| +| `slot` | required | ID of element that video ad should be rendered into. | `'adSlot1'` | `string` | +| `ad_mute` | optional | Set to true to start the ad with the volume muted. | `true` | `boolean` | +| `playersize_auto_adapt` | optional | Set to true to make video auto-adapt to the ad's dimensions | `true` | `boolean` | +| `in_iframe` | optional | ID of iFrame element to insert EASI script tag. | `'iframe1'` | `string` | From 97dc83867c1d63a6f448b6eca3fb746fa7a4cfba Mon Sep 17 00:00:00 2001 From: Gino Date: Mon, 24 Aug 2020 11:50:11 +0200 Subject: [PATCH 2/9] adjustments --- dev-docs/bidders/smartx.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/dev-docs/bidders/smartx.md b/dev-docs/bidders/smartx.md index bbba72a049..5ab2af60f2 100644 --- a/dev-docs/bidders/smartx.md +++ b/dev-docs/bidders/smartx.md @@ -1,7 +1,7 @@ --- layout: bidder -title: smartx -description: Prebid smartx Bidder Adaptor +title: smartclip +description: Prebid smartclip Bidder Adaptor biddercode: smartx media_types: no-display, video gdpr_supported: true @@ -19,20 +19,19 @@ pbjs: true {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |----------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| -| `channel_id` | required | A unique 5 digit ID that is generated by the smartx publisher platform when a channel is created | `'85394'` | `string` | -| `ad_unit` | required | Token that describes which ad unit to play: instream or outstream | `'outstream'` | `string` | +| `tagId` | required | A unique ID ?? | `'Nu68JuOWAvrbzoyrOR9a7A'` | `string` | +| `publisherId` | required | A unique ID ?? | `'publisher_name'` | `string` | +| `siteId` | required | A unique ID ?? | `'site_id'` | `string` | +| `bidfloor` | required | A unique ID ?? | `0.3` | `string` | +| `bidfloorcur` | required | A unique ID ?? | `'EUR'` | `string` | +| `context` | required | Token that describes which ad unit to play: instream or outstream | `'outstream'` | `string` | | `outstream_function` | optional | Custom function to be used as a renderer. | `function(bid){console.log(bid);}` | `function` | | `outstream_options` | optional | Object to set options on the smartx renderer. | `{}` | `object` | | `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` | -| `hide_skin` | optional | Set to true to hide the smartx skin | | `boolean` | -| `custom` | optional | An object containing key-value pairs for reporting.| | `object` | | `min_duration` | optional | Minimum video ad duration in seconds | | `integer` | | `max_duration` | optional | Maximum video ad duration in seconds | | `integer` | -| `placement_type` | optional | Number corresponding to the type of ad placement. | | `integer` | -| `position` | optional | Number corresponding to the position of the ad. | | `integer` | @@ -42,6 +41,3 @@ pbjs: true | Name | Scope | Description | Example | Type | |----------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| | `slot` | required | ID of element that video ad should be rendered into. | `'adSlot1'` | `string` | -| `ad_mute` | optional | Set to true to start the ad with the volume muted. | `true` | `boolean` | -| `playersize_auto_adapt` | optional | Set to true to make video auto-adapt to the ad's dimensions | `true` | `boolean` | -| `in_iframe` | optional | ID of iFrame element to insert EASI script tag. | `'iframe1'` | `string` | From 126e8ebdd00cb6bc3b4c16af93aad4e4e7f12dc5 Mon Sep 17 00:00:00 2001 From: Gino Date: Mon, 24 Aug 2020 12:08:41 +0200 Subject: [PATCH 3/9] adjustments --- dev-docs/bidders/smartx.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/dev-docs/bidders/smartx.md b/dev-docs/bidders/smartx.md index 5ab2af60f2..f4969cbcd5 100644 --- a/dev-docs/bidders/smartx.md +++ b/dev-docs/bidders/smartx.md @@ -19,19 +19,19 @@ pbjs: true {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |----------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| -| `tagId` | required | A unique ID ?? | `'Nu68JuOWAvrbzoyrOR9a7A'` | `string` | -| `publisherId` | required | A unique ID ?? | `'publisher_name'` | `string` | -| `siteId` | required | A unique ID ?? | `'site_id'` | `string` | -| `bidfloor` | required | A unique ID ?? | `0.3` | `string` | -| `bidfloorcur` | required | A unique ID ?? | `'EUR'` | `string` | -| `context` | required | Token that describes which ad unit to play: instream or outstream | `'outstream'` | `string` | -| `outstream_function` | optional | Custom function to be used as a renderer. | `function(bid){console.log(bid);}` | `function` | -| `outstream_options` | optional | Object to set options on the smartx renderer. | `{}` | `object` | -| `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` | -| `price_floor` | optional | Set the current channel price floor in real time. | `10` | `integer` | -| `min_duration` | optional | Minimum video ad duration in seconds | | `integer` | -| `max_duration` | optional | Maximum video ad duration in seconds | | `integer` | +| `tagId` | required | A unique ID ?? | `'Nu68JuOWAvrbzoyrOR9a7A'` | `string` | +| `publisherId` | required | A unique PublisherID. | `'publisher_name'` | `string` | +| `siteId` | required | A unique SiteID. | `'site_id'` | `string` | +| `bidfloor` | required | Value of Bidfloor. | `0.3` | `string` | +| `bidfloorcur` | required | Used Currency. (e.g. EUR, USD etc.) | `'EUR'` | `string` | +| `context` | optional | Token that describes which context to play: 'instream' or 'outstream' | `'outstream'` | `string` | +| `outstream_function` | optional | Custom function to be used as a renderer. | `function(bid){console.log(bid);}` | `function` | +| `outstream_options` | optional | Object to set options on the smartx renderer. | `{}` | `object` | +| `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` | +| `price_floor` | optional | Set the current channel price floor in real time. | `10` | `integer` | +| `min_duration` | optional | Minimum video ad duration in seconds | | `integer` | +| `max_duration` | optional | Maximum video ad duration in seconds | | `integer` | From 5c6887a13a52bedd92f19897358f3d34ef7e7af2 Mon Sep 17 00:00:00 2001 From: Gino Date: Mon, 24 Aug 2020 15:43:40 +0200 Subject: [PATCH 4/9] adjustments --- dev-docs/bidders/smartx.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-docs/bidders/smartx.md b/dev-docs/bidders/smartx.md index f4969cbcd5..776d3acf2b 100644 --- a/dev-docs/bidders/smartx.md +++ b/dev-docs/bidders/smartx.md @@ -1,12 +1,12 @@ --- layout: bidder -title: smartclip -description: Prebid smartclip Bidder Adaptor +title: smartx +description: Prebid smartx Bidder Adaptor biddercode: smartx media_types: no-display, video gdpr_supported: true tcf2_supported: true -userIds: id5Id, pubCommonId, unifiedId +userIds: id5Id, pubCommonId prebid_member: true schain_supported: true usp_supported: true @@ -19,12 +19,12 @@ pbjs: true {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |----------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| -| `tagId` | required | A unique ID ?? | `'Nu68JuOWAvrbzoyrOR9a7A'` | `string` | -| `publisherId` | required | A unique PublisherID. | `'publisher_name'` | `string` | +| `tagId` | required | A unique ID. | `'Nu68JuOWAvrbzoyrOR9a7A'` | `string` | +| `publisherId` | required | A unique PublisherID. | `'publisher_Id'` | `string` | | `siteId` | required | A unique SiteID. | `'site_id'` | `string` | -| `bidfloor` | required | Value of Bidfloor. | `0.3` | `string` | +| `bidfloor` | required | Value of Bidfloor. | `0.3` | `float` | | `bidfloorcur` | required | Used Currency. (e.g. EUR, USD etc.) | `'EUR'` | `string` | -| `context` | optional | Token that describes which context to play: 'instream' or 'outstream' | `'outstream'` | `string` | +| `context` | required | Token that describes which context to play: 'instream' or 'outstream' | `'outstream'` | `string` | | `outstream_function` | optional | Custom function to be used as a renderer. | `function(bid){console.log(bid);}` | `function` | | `outstream_options` | optional | Object to set options on the smartx renderer. | `{}` | `object` | | `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` | From 69eda317ff58b08e1381e9c917e717bfc9f774a5 Mon Sep 17 00:00:00 2001 From: Gino Date: Tue, 25 Aug 2020 17:05:59 +0200 Subject: [PATCH 5/9] typo, further adjustments --- dev-docs/bidders/smartx.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/smartx.md b/dev-docs/bidders/smartx.md index 776d3acf2b..6f7eee5c46 100644 --- a/dev-docs/bidders/smartx.md +++ b/dev-docs/bidders/smartx.md @@ -1,7 +1,7 @@ --- layout: bidder title: smartx -description: Prebid smartx Bidder Adaptor +description: Prebid smartx Bidder Adapter biddercode: smartx media_types: no-display, video gdpr_supported: true @@ -24,9 +24,9 @@ pbjs: true | `siteId` | required | A unique SiteID. | `'site_id'` | `string` | | `bidfloor` | required | Value of Bidfloor. | `0.3` | `float` | | `bidfloorcur` | required | Used Currency. (e.g. EUR, USD etc.) | `'EUR'` | `string` | -| `context` | required | Token that describes which context to play: 'instream' or 'outstream' | `'outstream'` | `string` | +| `context` | optional | Token that describes which context to play: 'instream' or 'outstream' | `'outstream'` | `string` | | `outstream_function` | optional | Custom function to be used as a renderer. | `function(bid){console.log(bid);}` | `function` | -| `outstream_options` | optional | Object to set options on the smartx renderer. | `{}` | `object` | +| `outstream_options` | required | Object to set options on the smartx renderer. (Only required when setting mediaType.video.context = 'outstream') | `{}` | `object` | | `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` | | `price_floor` | optional | Set the current channel price floor in real time. | `10` | `integer` | From 6332d95771adb524a95a5d7972afcdda38567414 Mon Sep 17 00:00:00 2001 From: Gino Date: Mon, 2 Nov 2020 15:00:03 +0100 Subject: [PATCH 6/9] removed userIds and schain support --- dev-docs/bidders/smartx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/smartx.md b/dev-docs/bidders/smartx.md index 6f7eee5c46..56b9e0b465 100644 --- a/dev-docs/bidders/smartx.md +++ b/dev-docs/bidders/smartx.md @@ -6,9 +6,9 @@ biddercode: smartx media_types: no-display, video gdpr_supported: true tcf2_supported: true -userIds: id5Id, pubCommonId +userIds: none prebid_member: true -schain_supported: true +schain_supported: false usp_supported: true safeframes_ok: false pbjs: true From 0e13e763f70ee6ec768b615e80e31c88bbf03a28 Mon Sep 17 00:00:00 2001 From: Gino Date: Fri, 29 Jan 2021 12:00:08 +0100 Subject: [PATCH 7/9] Added optionals to outstream and made formatting --- dev-docs/bidders/smartx.md | 46 +++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/dev-docs/bidders/smartx.md b/dev-docs/bidders/smartx.md index 56b9e0b465..9adba7a474 100644 --- a/dev-docs/bidders/smartx.md +++ b/dev-docs/bidders/smartx.md @@ -14,30 +14,40 @@ safeframes_ok: false pbjs: true --- +### Registration +Please reach out to your smartclip business contact for any questions and assistance in configuration. + ### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| -| `tagId` | required | A unique ID. | `'Nu68JuOWAvrbzoyrOR9a7A'` | `string` | -| `publisherId` | required | A unique PublisherID. | `'publisher_Id'` | `string` | -| `siteId` | required | A unique SiteID. | `'site_id'` | `string` | -| `bidfloor` | required | Value of Bidfloor. | `0.3` | `float` | -| `bidfloorcur` | required | Used Currency. (e.g. EUR, USD etc.) | `'EUR'` | `string` | -| `context` | optional | Token that describes which context to play: 'instream' or 'outstream' | `'outstream'` | `string` | -| `outstream_function` | optional | Custom function to be used as a renderer. | `function(bid){console.log(bid);}` | `function` | -| `outstream_options` | required | Object to set options on the smartx renderer. (Only required when setting mediaType.video.context = 'outstream') | `{}` | `object` | -| `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` | -| `price_floor` | optional | Set the current channel price floor in real time. | `10` | `integer` | -| `min_duration` | optional | Minimum video ad duration in seconds | | `integer` | -| `max_duration` | optional | Maximum video ad duration in seconds | | `integer` | +| Name | Scope | Description | Example | Type | +| -------------------- | -------- | ------------------------------------------------------------------------------------------------------- | ----------------------- | ----------- | +| `tagId` | required | A unique ID. | `'Nu68JuOWAvrbzoyrOR9a7A'` | `string` | +| `publisherId` | required | A unique PublisherID. | `'publisher_Id'` | `string` | +| `siteId` | required | A unique SiteID. | `'site_id'` | `string` | +| `bidfloor` | required | Value of Bidfloor. | `0.3` | `float` | +| `bidfloorcur` | required | Used Currency. (e.g. EUR, USD etc.) | `'EUR'` | `string` | +| `context` | optional | Token that describes which context to play: 'instream' or 'outstream' | `'outstream'` | `string` | +| `outstream_function` | optional | Custom function to be used as a renderer. | `function(bid){console.log(bid);}` | `function` | +| `outstream_options` | required | Object to set options on the smartx renderer. (Only required when setting mediaType.video.context = 'outstream') | `{}` | `object` | +| `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` | +| `price_floor` | optional | Set the current channel price floor in real time. | `10` | `integer` | +| `min_duration` | optional | Minimum video ad duration in seconds | `15` | `integer` | +| `max_duration` | optional | Maximum video ad duration in seconds | `60` | `integer` | #### outstream_options Object {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| -| `slot` | required | ID of element that video ad should be rendered into. | `'adSlot1'` | `string` | +| Name | Scope | Description | Example | Type | +| --------------- | -------- | -------------------------------------------------------------------------------------------- | ---------------- | ----------- | +| `slot` | required | ID of element that video ad should be rendered into. | `'adSlot1'` | `string` | +| `minAdWidth` | optional | Minimum of space the player needs to expand. | `290` | `integer` | +| `maxAdWidth` | optional | Maximum size of the player. | `900` | `integer` | +| `headerText` | optional | Makes a defined advertising text appear in the upper left corner. | `'Advertisement'`| `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'` | `string` | +| `endingScreen` | optional | Define whether the player should stay open after advertising or not. | `'true'` | `string` | +| `desiredBitrate`| optional | Define the desired bitrate of the mediafile. | `1600` | `integer` | \ No newline at end of file From df612494559623b08e14293112b2fd45decc1265 Mon Sep 17 00:00:00 2001 From: Jean Stemp <38964447+jeanstemp@users.noreply.github.com> Date: Tue, 2 Feb 2021 10:12:34 -0800 Subject: [PATCH 8/9] Update smartx.md minor edits for clarification and readability. --- dev-docs/bidders/smartx.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/smartx.md b/dev-docs/bidders/smartx.md index 9adba7a474..534175f79c 100644 --- a/dev-docs/bidders/smartx.md +++ b/dev-docs/bidders/smartx.md @@ -44,10 +44,10 @@ Please reach out to your smartclip business contact for any questions and assist | Name | Scope | Description | Example | Type | | --------------- | -------- | -------------------------------------------------------------------------------------------- | ---------------- | ----------- | | `slot` | required | ID of element that video ad should be rendered into. | `'adSlot1'` | `string` | -| `minAdWidth` | optional | Minimum of space the player needs to expand. | `290` | `integer` | +| `minAdWidth` | optional | Minimum amount of space the player needs to expand. | `290` | `integer` | | `maxAdWidth` | optional | Maximum size of the player. | `900` | `integer` | -| `headerText` | optional | Makes a defined advertising text appear in the upper left corner. | `'Advertisement'`| `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'` | `string` | -| `endingScreen` | optional | Define whether the player should stay open after advertising or not. | `'true'` | `string` | -| `desiredBitrate`| optional | Define the desired bitrate of the mediafile. | `1600` | `integer` | \ No newline at end of file +| `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` | From 7a82fa03ffad6971922b9f3a13b9ef19ce5147fe Mon Sep 17 00:00:00 2001 From: Gino Date: Fri, 5 Mar 2021 16:43:30 +0100 Subject: [PATCH 9/9] adjusted outstream_options --- dev-docs/bidders/smartx.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-docs/bidders/smartx.md b/dev-docs/bidders/smartx.md index 9adba7a474..24421a26ad 100644 --- a/dev-docs/bidders/smartx.md +++ b/dev-docs/bidders/smartx.md @@ -46,8 +46,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 of space the player needs to expand. | `290` | `integer` | | `maxAdWidth` | optional | Maximum size of the player. | `900` | `integer` | -| `headerText` | optional | Makes a defined advertising text appear in the upper left corner. | `'Advertisement'`| `string` | +| `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'` | `string` | -| `endingScreen` | optional | Define whether the player should stay open after advertising or not. | `'true'` | `string` | -| `desiredBitrate`| optional | Define the desired bitrate of the mediafile. | `1600` | `integer` | \ No newline at end of file +| `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` | \ No newline at end of file