From 31fe2984b90848431bd133417f2cfed035eb0394 Mon Sep 17 00:00:00 2001 From: Nick Peceniak Date: Thu, 21 May 2020 14:51:21 -0600 Subject: [PATCH 1/3] Add min_duration and max_duration paramters to spotx.md --- dev-docs/bidders/spotx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/spotx.md b/dev-docs/bidders/spotx.md index 7df17cd654..e920c89747 100644 --- a/dev-docs/bidders/spotx.md +++ b/dev-docs/bidders/spotx.md @@ -27,7 +27,8 @@ usp_supported: true | `price_floor` | optional | Set the current channel price floor in real time. | `10` | `integer` | | `hide_skin` | optional | Set to true to hide the spotx skin | | `boolean` | | `custom` | optional | See SpotX documentation [here](https://developer.spotxchange.com/content/local/docs/sdkDocs/DirectSdk/README.md#custom-property-for-key-value-pair-reporting) | | `object` | - +| `min_duration` | optional | Minimum video ad duration in seconds | | `integer` | +| `max_duration` | optional | Maximum video ad duration in seconds | | `integer` | #### outstream_options Object From 371246017093575888911a5d0c63f645dc33663c Mon Sep 17 00:00:00 2001 From: Nick Peceniak Date: Wed, 27 May 2020 15:28:19 -0600 Subject: [PATCH 2/3] Fix table styling for Spotx bid params --- dev-docs/bidders/spotx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/spotx.md b/dev-docs/bidders/spotx.md index e920c89747..da4e9641dd 100644 --- a/dev-docs/bidders/spotx.md +++ b/dev-docs/bidders/spotx.md @@ -29,6 +29,7 @@ usp_supported: true | `custom` | optional | See SpotX documentation [here](https://developer.spotxchange.com/content/local/docs/sdkDocs/DirectSdk/README.md#custom-property-for-key-value-pair-reporting) | | `object` | | `min_duration` | optional | Minimum video ad duration in seconds | | `integer` | | `max_duration` | optional | Maximum video ad duration in seconds | | `integer` | + #### outstream_options Object From a4e05f403adefd95008ef572ea6ab471fc3a9140 Mon Sep 17 00:00:00 2001 From: Nick Peceniak Date: Thu, 11 Jun 2020 11:03:50 -0600 Subject: [PATCH 3/3] Add placement_type and position documentation to spotx adapter. --- dev-docs/bidders/spotx.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-docs/bidders/spotx.md b/dev-docs/bidders/spotx.md index be9d34b850..1c7aa11b0f 100644 --- a/dev-docs/bidders/spotx.md +++ b/dev-docs/bidders/spotx.md @@ -29,6 +29,8 @@ usp_supported: true | `custom` | optional | An object containing key-value pairs for reporting. See SpotX documentation [here](https://developer.spotxchange.com/content/local/docs/sdkDocs/DirectSdk/README.md#custom-property-for-key-value-pair-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. See SpotX documentation [here](https://developer.spotxchange.com/content/local/docs/sdkDocs/EASI/README.md) | | `integer` | +| `position` | optional | Number corresponding to the position of the ad. See SpotX documentation [here](https://developer.spotxchange.com/content/local/docs/sdkDocs/EASI/README.md) | | `integer` |