Skip to content

Commit

Permalink
adot: add new pbs bid param placementPath (prebid#3590)
Browse files Browse the repository at this point in the history
* [SUPPORT-4219] docs: add placementPath to adot PBS (#2)

* [:art:] fix: update adot video parameters

* delete params

Co-authored-by: Alexandre K/ourio <alexandre.kourio@adotmob.com>
Co-authored-by: ako-adot <90328748+ako-adot@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 15, 2022
1 parent 3fd4972 commit 01057c5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions dev-docs/bidders/adot.md
Expand Up @@ -19,20 +19,14 @@ floors_supported: true
| Name | Scope | Description | Example | Type |
|---------------------|-----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|------------------|
| `placementId` | optional | The placement ID from Adot. | `'adot_placement_224521'` | `string` |
| `position` | optional | Specify the position of the ad as a relative measure of visibility or prominence. Allowed values: Unknown: `0` (default); Above the fold: `1` ; Below the fold: `3`. | `0` | `integer-` |
| `video` | required if the adUnit is a video | Object containing video targeting parameters. See [Video Object](#adot-video-object) for details. | `video: { mimes: ['video/mp4'] }` | `object` |
| `video` | optional | Object containing video targeting parameters. See [Video Object](#adot-video-object) for details. | | `object` |

#### Video Object

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Type |
|-------------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------|
| `mimes` | required | Array of strings listing the content MIME types supported, e.g., `['video/mp4']`. | `Array<string>` |
| `minduration` | optional | Integer that defines the minimum video ad duration in seconds. | `integer` |
| `maxduration` | optional | Integer that defines the maximum video ad duration in seconds. | `integer` |
| `protocols` | required | Array of supported video protocols, e.g., `[2, 3]` | `Array<integer>` |
| `container` | optional | Selector used for finding the element in which the video player will be displayed, e.g., `#div-1`. The `ad unit code` will be used if no `container` is provided. | `string` |
| `instreamContext` | required if `video.context` is `instream` | String used to define the type of instream video. Allowed values: Pre-roll: `pre-roll`; Mid-roll: `mid-roll` ; Post-roll: `post-roll`. | `string` |

#### Bid Config
#### PublisherId
Expand Down Expand Up @@ -80,6 +74,7 @@ pbjs.setBidderConfig({
|---------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------|------------------|
| `placementId` | optional | An ID which identifies this placement of the impression. | `'adot_placement_224521'` | `string` |
| `parallax` | optional (only for prebid-server) | Specify if the wanted advertising's creative is a parallax. | `true/false` | `boolean` |
| `placementPath` | optional | Specific to each integration. Do not use until asked by someone from adot. | `/hubvisor` | `string` |

#### Testing Bid Request

Expand Down

0 comments on commit 01057c5

Please sign in to comment.