From 0ff799ccee02d37d497dff1b2f072db6e9e81689 Mon Sep 17 00:00:00 2001 From: Javier ResetDigital <113473439+javimartos@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:46:55 -0300 Subject: [PATCH 1/6] Update resetdigital.md Update ResetDigital adapter documentation. This page contains documentation on the specific parameters required by the ResetDigital adapter for supported bidders. --- dev-docs/bidders/resetdigital.md | 109 ++++++++++++++++++++++--------- 1 file changed, 77 insertions(+), 32 deletions(-) diff --git a/dev-docs/bidders/resetdigital.md b/dev-docs/bidders/resetdigital.md index 3f0b072ec8..1bfba8f12b 100644 --- a/dev-docs/bidders/resetdigital.md +++ b/dev-docs/bidders/resetdigital.md @@ -20,43 +20,88 @@ media_types: banner, video sidebarType: 1 --- -### bid params +### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------|----------|-------------|------------------------------------|----------| -| `pubId` | required | Publisher account id | `'123pubId'` | `string` | -| `siteID` | optional | Publisher site id | `'123siteId'` | `string` | -| `zoneId` | optional | Used for extra fields | `{}` | `object` | -| `forceBid` | optional | Returns test bid | true | `boolean` | -| `position` | optional | Set the page position. Valid values are "atf" and "btf". | `'atf'` | `string` | -| `bidFloor` | optional | Sets the global floor -- no bids will be made under this value. | `0.50` | `float` | -| `latLong` | optional | Sets the latitude and longitude for the visitor | `[40.7608, 111.8910]` | `Array` | -| `inventory` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the page for use in targeting. The values must be arrays of strings. | `{"rating":["5-star"], "prodtype":["tech","mobile"]}` | `object` | -| `visitor` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the visitor for use in targeting. The values must be arrays of strings. | `{"ucat":["new"], "search":["iphone"]}` | `object` | -| `keywords` | optional | This can be used to influence reports for client-side display. To get video or server-side reporting, please use First Party data or the inventory/visitor parameters. | `["travel", "tourism"]` | `Array` | +| Name | Scope | Description | Example | Type | +|--------------|----------|-------------|---------------|----------| +| `pubId` | required | Publisher account id | `'123pubId'` | `string` | +| `siteID` | optional | Publisher site id | `'123siteId'` | `string` | +| `zoneId` | optional | Additional parameters for the bid | `{}` | `object` | +| `zoneId.placementId` | optional | ID used for reporting purposes | `"abc123"` | `string` | +| `zoneId.deals` | optional | Deal IDs for preferred deals | `"deal123,deal456"` | `string` | +| `zoneId.test` | optional | Flag to force bidder response with a creative | `1` | `integer` | +| `forceBid` | optional | Returns test bid | true | `boolean` | +| `position` | optional | Page position | `'atf'` | `string` | +| `bidFloor` | optional | Global floor value | `0.50` | `float` | +| `latLong` | optional | Visitor's latitude and longitude | `[40.7608, 111.8910]` | `Array` | +| `inventory` | optional | Arbitrary key-value pairs for page targeting | `{"rating":["5-star"], "prodtype":["tech","mobile"]}` | `object` | +| `visitor` | optional | Arbitrary key-value pairs for visitor targeting | `{"ucat":["new"], "search":["iphone"]}` | `object` | +| `keywords` | optional | Keywords for client-side display | `["travel", "tourism"]` | `Array` | -#### mediaTypes.video +### Media Types -The following video parameters are supported here so publishers may fully declare their video inventory: +#### banner {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------| -| context | required | instream or outstream |"outstream" | string | -| playerSize| required | width, height of the player in pixels | [640,360] - will be translated to w and h in bid request | array | -| mimes | required | List of content MIME types supported by the player (see openRTB v2.5 for options) | ["video/mp4"]| array| -| protocols | required | Supported video bid response protocol values
1: VAST 1.0
2: VAST 2.0
3: VAST 3.0
4: VAST 1.0 Wrapper
5: VAST 2.0 Wrapper
6: VAST 3.0 Wrapper
7: VAST 4.0
8: VAST 4.0 Wrapper | [2,3,5,6] | array| -| api | required | Supported API framework values:
1: VPAID 1.0
2: VPAID 2.0
3: MRAID-1
4: ORMMA
5: MRAID-2 | [2] | array | -| linearity | required | OpenRTB2 linearity. 1: linear (in-stream ad), 2: non-linear (overlay ad) | 1 | integer | -| maxduration | recommended | Maximum video ad duration in seconds. | 30 | integer | -| minduration | recommended | Minimum video ad duration in seconds | 6 | integer | -| playbackmethod | recommended | Playback methods that may be in use. Only one method is typically used in practice. (see openRTB v2.5 section 5.10 for options)| [2]| array | -| skip | optional | Indicates if the player will allow the video to be skipped, where 0 = no, 1 = yes. | 1 | integer | -| skipafter| optional | Number of seconds a video must play before skipping is enabled; only applicable if the ad is skippable. | 6 | integer| -| minbitrate | optional | Minimum bit rate in Kbps. | 300 | integer | -| maxbitrate | optional | Maximum bit rate in Kbps. | 9600 | integer | -| startdelay | recommended | Indicates the start delay in seconds for pre-roll, mid-roll, or post-roll ad placements.
>0: Mid-Roll (value indicates start delay in second)
0: Pre-Roll
-1: Generic Mid-Roll
-2: Generic Post-Roll | 0 | integer | -| placement | recommended | Placement type for the impression. (see openRTB v2.5 section 5.9 for options) | 1 | integer | +| Name | Scope | Description | Example | Type | +|----------|-------------|------------------------------------|--------------------|------------------| +| `sizes` | required | Sizes of the banner ad unit | `[[300, 250]]` | `Array` | + +#### video + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | Type | +|-----------------|-------------|------------------------------------|--------------------|------------------| +| `playerSize` | required | Size of the video player | `[640, 480]` | `Array` | +| `context` | required | Video context (instream/outstream) | `'outstream'` | `string` | +| `mimes` | required | Supported video MIME types | `["video/mp4"]` | `Array` | +| `protocols` | required | Supported video protocols | `[2,3,5,6]` | `Array` | +| `api` | required | Supported API frameworks | `[2]` | `Array` | +| `linearity` | required | Video linearity | `1` | `integer` | +| `maxduration` | recommended | Maximum ad duration in seconds | `30` | `integer` | +| `minduration` | recommended | Minimum ad duration in seconds | `6` | `integer` | +| `playbackmethod`| recommended | Playback methods | `[2]` | `Array` | +| `skip` | optional | Allow skipping | `1` | `integer` | +| `skipafter` | optional | Skip after seconds | `6` | `integer` | +| `minbitrate` | optional | Minimum bit rate (Kbps) | `300` | `integer` | +| `maxbitrate` | optional | Maximum bit rate (Kbps) | `9600` | `integer` | +| `startdelay` | recommended | Start delay for ad | `0` | `integer` | +| `placement` | recommended | Placement type | `1` | `integer` | + +### Code Examples + +#### Banner Ad Unit + +Define the ad units for banner ads: + +```javascript +var adUnits = [ + { + code: 'your-div', // Replace with the actual ad unit code + mediaTypes: { + banner: { + sizes: [[300, 250]] // Define the sizes for banner ads + } + }, + bids: [ + { + bidder: "resetdigital", + params: { + pubId: "your-pub-id", // Replace with your publisher ID + siteID: "your-site-id", // Replace with your site ID + endpoint: 'https://ads.resetsrv.com', // Optional: Endpoint URL for the ad server + forceBid: true, // Optional parameter to force the bid + zoneId: { + placementId: "abc123", // Optional ID used for reports + deals: "deal123,deal456", // Optional string of deal IDs, comma-separated + test: 1 // Set to 1 to force the bidder to respond with a creative + } + } + } + ] + } +]; From 40fd1ec9e5aa11e34b01e075af9f485ec31fd248 Mon Sep 17 00:00:00 2001 From: Javier ResetDigital <113473439+javimartos@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:31:02 -0300 Subject: [PATCH 2/6] Update resetdigital.md This page contains documentation on the specific parameters required by the ResetDigital adapter for supported bidders. --- dev-docs/bidders/resetdigital.md | 80 ++++++++++++++++---------------- 1 file changed, 39 insertions(+), 41 deletions(-) diff --git a/dev-docs/bidders/resetdigital.md b/dev-docs/bidders/resetdigital.md index 1bfba8f12b..3bf34981ed 100644 --- a/dev-docs/bidders/resetdigital.md +++ b/dev-docs/bidders/resetdigital.md @@ -20,57 +20,50 @@ media_types: banner, video sidebarType: 1 --- -### Bid Params +### bid params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|--------------|----------|-------------|---------------|----------| -| `pubId` | required | Publisher account id | `'123pubId'` | `string` | -| `siteID` | optional | Publisher site id | `'123siteId'` | `string` | -| `zoneId` | optional | Additional parameters for the bid | `{}` | `object` | -| `zoneId.placementId` | optional | ID used for reporting purposes | `"abc123"` | `string` | -| `zoneId.deals` | optional | Deal IDs for preferred deals | `"deal123,deal456"` | `string` | +| Name | Scope | Description | Example | Type | +|----------|----------|-------------|------------------------------------|----------| +| `pubId` | required | Publisher Account ID provided by ResetDigital | `'123pubId'` | `string` | +| `siteID` | optional | Publisher Site ID | `'123siteId'` | `string` | +| `zoneId` | optional | Used for extra fields | `{}` | `object` | +| `zoneId.placementId` | optional | ID used for reporting purposes | `""` | `string` | +| `zoneId.deals` | optional | Deal IDs comma-separated | `"deal123,deal456"` | `string` | | `zoneId.test` | optional | Flag to force bidder response with a creative | `1` | `integer` | -| `forceBid` | optional | Returns test bid | true | `boolean` | -| `position` | optional | Page position | `'atf'` | `string` | -| `bidFloor` | optional | Global floor value | `0.50` | `float` | -| `latLong` | optional | Visitor's latitude and longitude | `[40.7608, 111.8910]` | `Array` | -| `inventory` | optional | Arbitrary key-value pairs for page targeting | `{"rating":["5-star"], "prodtype":["tech","mobile"]}` | `object` | -| `visitor` | optional | Arbitrary key-value pairs for visitor targeting | `{"ucat":["new"], "search":["iphone"]}` | `object` | -| `keywords` | optional | Keywords for client-side display | `["travel", "tourism"]` | `Array` | +| `forceBid` | optional | Returns test bid | true | `boolean` | +| `position` | optional | Set the page position. Valid values are "atf" and "btf". | `'atf'` | `string` | +| `bidFloor` | optional | Sets the global floor -- no bids will be made under this value. | `0.50` | `float` | +| `latLong` | optional | Sets the latitude and longitude for the visitor | `[40.7608, 111.8910]` | `Array` | +| `inventory` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the page for use in targeting. The values must be arrays of strings. | `{"rating":["5-star"], "prodtype":["tech","mobile"]}` | `object` | +| `visitor` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the visitor for use in targeting. The values must be arrays of strings. | `{"ucat":["new"], "search":["iphone"]}` | `object` | +| `keywords` | optional | This can be used to influence reports for client-side display. To get video or server-side reporting, please use First Party data or the inventory/visitor parameters. | `["travel", "tourism"]` | `Array` | -### Media Types +#### mediaTypes.video -#### banner +The following video parameters are supported here so publishers may fully declare their video inventory: {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------|-------------|------------------------------------|--------------------|------------------| -| `sizes` | required | Sizes of the banner ad unit | `[[300, 250]]` | `Array` | +| Name | Scope | Description | Example | Type | +|----------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------| +| context | required | instream or outstream |"outstream" | string | +| playerSize| required | width, height of the player in pixels | [640,360] - will be translated to w and h in bid request | array | +| mimes | required | List of content MIME types supported by the player (see openRTB v2.5 for options) | ["video/mp4"]| array| +| protocols | required | Supported video bid response protocol values
1: VAST 1.0
2: VAST 2.0
3: VAST 3.0
4: VAST 1.0 Wrapper
5: VAST 2.0 Wrapper
6: VAST 3.0 Wrapper
7: VAST 4.0
8: VAST 4.0 Wrapper | [2,3,5,6] | array| +| api | required | Supported API framework values:
1: VPAID 1.0
2: VPAID 2.0
3: MRAID-1
4: ORMMA
5: MRAID-2 | [2] | array | +| linearity | required | OpenRTB2 linearity. 1: linear (in-stream ad), 2: non-linear (overlay ad) | 1 | integer | +| maxduration | recommended | Maximum video ad duration in seconds. | 30 | integer | +| minduration | recommended | Minimum video ad duration in seconds | 6 | integer | +| playbackmethod | recommended | Playback methods that may be in use. Only one method is typically used in practice. (see openRTB v2.5 section 5.10 for options)| [2]| array | +| skip | optional | Indicates if the player will allow the video to be skipped, where 0 = no, 1 = yes. | 1 | integer | +| skipafter| optional | Number of seconds a video must play before skipping is enabled; only applicable if the ad is skippable. | 6 | integer| +| minbitrate | optional | Minimum bit rate in Kbps. | 300 | integer | +| maxbitrate | optional | Maximum bit rate in Kbps. | 9600 | integer | +| startdelay | recommended | Indicates the start delay in seconds for pre-roll, mid-roll, or post-roll ad placements.
>0: Mid-Roll (value indicates start delay in second)
0: Pre-Roll
-1: Generic Mid-Roll
-2: Generic Post-Roll | 0 | integer | +| placement | recommended | Placement type for the impression. (see openRTB v2.5 section 5.9 for options) | 1 | integer | -#### video - -{: .table .table-bordered .table-striped } - -| Name | Scope | Description | Example | Type | -|-----------------|-------------|------------------------------------|--------------------|------------------| -| `playerSize` | required | Size of the video player | `[640, 480]` | `Array` | -| `context` | required | Video context (instream/outstream) | `'outstream'` | `string` | -| `mimes` | required | Supported video MIME types | `["video/mp4"]` | `Array` | -| `protocols` | required | Supported video protocols | `[2,3,5,6]` | `Array` | -| `api` | required | Supported API frameworks | `[2]` | `Array` | -| `linearity` | required | Video linearity | `1` | `integer` | -| `maxduration` | recommended | Maximum ad duration in seconds | `30` | `integer` | -| `minduration` | recommended | Minimum ad duration in seconds | `6` | `integer` | -| `playbackmethod`| recommended | Playback methods | `[2]` | `Array` | -| `skip` | optional | Allow skipping | `1` | `integer` | -| `skipafter` | optional | Skip after seconds | `6` | `integer` | -| `minbitrate` | optional | Minimum bit rate (Kbps) | `300` | `integer` | -| `maxbitrate` | optional | Maximum bit rate (Kbps) | `9600` | `integer` | -| `startdelay` | recommended | Start delay for ad | `0` | `integer` | -| `placement` | recommended | Placement type | `1` | `integer` | ### Code Examples @@ -105,3 +98,8 @@ var adUnits = [ ] } ]; + +### Note + +Prebid adapter for Reset Digital. Requires approval and account setup. Video is supported but requires a publisher supplied renderer at this time. +Please contact us at biddersupport@resetdigital.co From 40817e90d6e203bf08af3806b002b1d68799a2a9 Mon Sep 17 00:00:00 2001 From: Javier ResetDigital <113473439+javimartos@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:34:00 -0300 Subject: [PATCH 3/6] Update resetdigital.md This page contains documentation on the specific parameters required by the ResetDigital adapter for supported bidders. --- dev-docs/bidders/resetdigital.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-docs/bidders/resetdigital.md b/dev-docs/bidders/resetdigital.md index 3bf34981ed..b2524e19cc 100644 --- a/dev-docs/bidders/resetdigital.md +++ b/dev-docs/bidders/resetdigital.md @@ -20,6 +20,11 @@ media_types: banner, video sidebarType: 1 --- +### Note + +Prebid adapter for Reset Digital. Requires approval and account setup. Video is supported but requires a publisher supplied renderer at this time. +Please contact us at biddersupport@resetdigital.co + ### bid params {: .table .table-bordered .table-striped } @@ -98,8 +103,3 @@ var adUnits = [ ] } ]; - -### Note - -Prebid adapter for Reset Digital. Requires approval and account setup. Video is supported but requires a publisher supplied renderer at this time. -Please contact us at biddersupport@resetdigital.co From 152645d0e64a1d818f54cf585a861d63602e9bf4 Mon Sep 17 00:00:00 2001 From: Javier ResetDigital <113473439+javimartos@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:44:29 -0300 Subject: [PATCH 4/6] Update resetdigital.md This page contains documentation on the specific parameters required by the ResetDigital adapter for supported bidders. --- dev-docs/bidders/resetdigital.md | 40 ++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/dev-docs/bidders/resetdigital.md b/dev-docs/bidders/resetdigital.md index b2524e19cc..0a2ab811fc 100644 --- a/dev-docs/bidders/resetdigital.md +++ b/dev-docs/bidders/resetdigital.md @@ -22,10 +22,9 @@ sidebarType: 1 ### Note -Prebid adapter for Reset Digital. Requires approval and account setup. Video is supported but requires a publisher supplied renderer at this time. -Please contact us at biddersupport@resetdigital.co +Prebid adapter for Reset Digital requires approval and account setup. Video is supported but requires a publisher supplied renderer at this time. -### bid params +### Bid Params {: .table .table-bordered .table-striped } @@ -79,7 +78,7 @@ Define the ad units for banner ads: ```javascript var adUnits = [ { - code: 'your-div', // Replace with the actual ad unit code + code: 'your-div', // Replace with the actual ad unit code`` mediaTypes: { banner: { sizes: [[300, 250]] // Define the sizes for banner ads @@ -103,3 +102,36 @@ var adUnits = [ ] } ]; +``` + +#### Video Ad Unit + +Define the ad units for video ads + +```javascript +var videoAdUnits = [ + { + code: 'your-div', // Replace with the actual video ad unit code + mediaTypes: { + video: { + playerSize: [640, 480] // Define the player size for video ads + } + }, + bids: [ + { + bidder: "resetdigital", + params: { + pubId: "your-pub-id", // (required) Replace with your publisher ID + site_id: "your-site-id", // Replace with your site ID + forceBid: true, // Optional parameter to force the bid + zoneId: { // (optional) Zone ID parameters + placementId: "", // Optional ID used for reports + deals: "", // Optional string of deal IDs, comma-separated + test: 1 // Set to 1 to force the bidder to respond with a creative + } + } + } + ] + } +]; +``` From 35a323837de916eea22c35f2bcff8bb5ee258d4f Mon Sep 17 00:00:00 2001 From: Javier ResetDigital <113473439+javimartos@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:06:46 -0300 Subject: [PATCH 5/6] Update resetdigital.md This page contains documentation on the specific parameters required by the ResetDigital adapter for supported bidders. --- dev-docs/bidders/resetdigital.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dev-docs/bidders/resetdigital.md b/dev-docs/bidders/resetdigital.md index 0a2ab811fc..be071d1a3f 100644 --- a/dev-docs/bidders/resetdigital.md +++ b/dev-docs/bidders/resetdigital.md @@ -37,12 +37,12 @@ Prebid adapter for Reset Digital requires approval and account setup. Video is s | `zoneId.deals` | optional | Deal IDs comma-separated | `"deal123,deal456"` | `string` | | `zoneId.test` | optional | Flag to force bidder response with a creative | `1` | `integer` | | `forceBid` | optional | Returns test bid | true | `boolean` | -| `position` | optional | Set the page position. Valid values are "atf" and "btf". | `'atf'` | `string` | -| `bidFloor` | optional | Sets the global floor -- no bids will be made under this value. | `0.50` | `float` | -| `latLong` | optional | Sets the latitude and longitude for the visitor | `[40.7608, 111.8910]` | `Array` | -| `inventory` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the page for use in targeting. The values must be arrays of strings. | `{"rating":["5-star"], "prodtype":["tech","mobile"]}` | `object` | -| `visitor` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the visitor for use in targeting. The values must be arrays of strings. | `{"ucat":["new"], "search":["iphone"]}` | `object` | -| `keywords` | optional | This can be used to influence reports for client-side display. To get video or server-side reporting, please use First Party data or the inventory/visitor parameters. | `["travel", "tourism"]` | `Array` | +| `position` | optional | Set the page position. Valid values are "atf" and "btf".| `'atf'`| `string` | +| `bidFloor` | optional | Sets the global floor -- no bids will be made under this value.| `0.50`| `float` | +| `latLong` | optional | Sets the latitude and longitude for the visitor| `[40.7608, 111.8910]`| `Array` | +| `inventory` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the page for use in targeting. The values must be arrays of strings. | `{"rating":["5-star"], "prodtype":["tech","mobile"]}` | `object` | +| `visitor` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the visitor for use in targeting. The values must be arrays of strings. | `{"ucat":["new"], "search":["iphone"]}` | `object` | +| `keywords` | optional | This can be used to influence reports for client-side display. To get video or server-side reporting, please use First Party data or the inventory/visitor parameters. | `["travel", "tourism"]` | `Array` | #### mediaTypes.video @@ -50,7 +50,7 @@ The following video parameters are supported here so publishers may fully declar {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | +| Name | Scope | Description | Example | Type | |----------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------| | context | required | instream or outstream |"outstream" | string | | playerSize| required | width, height of the player in pixels | [640,360] - will be translated to w and h in bid request | array | @@ -68,7 +68,6 @@ The following video parameters are supported here so publishers may fully declar | startdelay | recommended | Indicates the start delay in seconds for pre-roll, mid-roll, or post-roll ad placements.
>0: Mid-Roll (value indicates start delay in second)
0: Pre-Roll
-1: Generic Mid-Roll
-2: Generic Post-Roll | 0 | integer | | placement | recommended | Placement type for the impression. (see openRTB v2.5 section 5.9 for options) | 1 | integer | - ### Code Examples #### Banner Ad Unit From 0296e34c762e90b83a54c8fc5df98547ef5f9269 Mon Sep 17 00:00:00 2001 From: Javier ResetDigital <113473439+javimartos@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:12:52 -0300 Subject: [PATCH 6/6] Update resetdigital.md Update documentation on the specific parameters required by the ResetDigital adapter --- dev-docs/bidders/resetdigital.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/dev-docs/bidders/resetdigital.md b/dev-docs/bidders/resetdigital.md index be071d1a3f..7883975c4b 100644 --- a/dev-docs/bidders/resetdigital.md +++ b/dev-docs/bidders/resetdigital.md @@ -22,12 +22,10 @@ sidebarType: 1 ### Note -Prebid adapter for Reset Digital requires approval and account setup. Video is supported but requires a publisher supplied renderer at this time. +Prebid adapter for Reset Digital requires approval and account setup, please contact us at . Video is supported but requires a publisher supplied renderer at this time. ### Bid Params -{: .table .table-bordered .table-striped } - | Name | Scope | Description | Example | Type | |----------|----------|-------------|------------------------------------|----------| | `pubId` | required | Publisher Account ID provided by ResetDigital | `'123pubId'` | `string` | @@ -37,19 +35,17 @@ Prebid adapter for Reset Digital requires approval and account setup. Video is s | `zoneId.deals` | optional | Deal IDs comma-separated | `"deal123,deal456"` | `string` | | `zoneId.test` | optional | Flag to force bidder response with a creative | `1` | `integer` | | `forceBid` | optional | Returns test bid | true | `boolean` | -| `position` | optional | Set the page position. Valid values are "atf" and "btf".| `'atf'`| `string` | -| `bidFloor` | optional | Sets the global floor -- no bids will be made under this value.| `0.50`| `float` | -| `latLong` | optional | Sets the latitude and longitude for the visitor| `[40.7608, 111.8910]`| `Array` | -| `inventory` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the page for use in targeting. The values must be arrays of strings. | `{"rating":["5-star"], "prodtype":["tech","mobile"]}` | `object` | +| `position` | optional | Override the Prebid.js page position. Valid values are "atf" and "btf". | `'atf'` | `string` | +| `inventory` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the page for use in targeting. The values must be arrays of strings. | `{"rating":["5-star"],"prodtype":["tech","mobile"]}` | `object` | | `visitor` | optional | This parameter allows the definition of an object defining arbitrary key-value pairs concerning the visitor for use in targeting. The values must be arrays of strings. | `{"ucat":["new"], "search":["iphone"]}` | `object` | -| `keywords` | optional | This can be used to influence reports for client-side display. To get video or server-side reporting, please use First Party data or the inventory/visitor parameters. | `["travel", "tourism"]` | `Array` | +| `keywords` | optional | This can be used to influence reports for client-side display. To get video or server-side reporting, please use First Party data or the inventory/visitor parameters. | `["travel", "tourism"]` | `Array` | +| `bidFloor` | optional | Override the Prebid.js bid floor -- no bids will be made under this value. | `0.50` | `float` | +| `latLong` | optional | Override the Prebid.js latitude and longitude for the visitor. | `[40.7608, 111.8910]` | `Array` | #### mediaTypes.video The following video parameters are supported here so publishers may fully declare their video inventory: -{: .table .table-bordered .table-striped } - | Name | Scope | Description | Example | Type | |----------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------| | context | required | instream or outstream |"outstream" | string |