Skip to content

Commit

Permalink
update apacdex doc (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
thuyhq authored Aug 4, 2021
1 parent 73b9b69 commit 1129732
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions dev-docs/bidders/apacdex.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ getFloor: true
### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|--------------|----------|-------------------------------------------------------------------------------------|---------------------------------------------------|----------|
| `siteId` | required | Publisher site ID from Apacdex | `'apacdex1234'` | `string` |
| `floorPrice` | optional | CPM bidfloor in USD | `0.03` | `float` |
| `geo` | optional | GEO data of device. See [Geo Object](#apacdex-geo-object) for details. | `{"lat":17.98928,"lon":99.7741712,"accuracy":20}` | `object` |

| Name | Scope | Description | Example | Type |
|---------------|----------|-------------------------------------------------------------------------------------|---------------------------------------------------|----------|
| `placementId`*| required | Placement ID provided by Apacdex | `'plc100000'` | `string` |
| `siteId`* | required | Publisher site ID from Apacdex | `'apacdex1234'` | `string` |
| `floorPrice` | optional | CPM bidfloor in USD | `0.03` | `float` |
| `geo` | optional | GEO data of device. See [Geo Object](#apacdex-geo-object) for details. | `{"lat":17.98928,"lon":99.7741712,"accuracy":20}` | `object` |
(*) Please do not use `placementId` and `siteId` at the same time.

<a name="apacdex-geo-object" />

Expand Down Expand Up @@ -59,9 +60,9 @@ Publishers declare video inventory by passing the following parameters via media
|----------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------|
| `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<integers>` |
| `mimes` | required | List of content MIME types supported by the player (see openRTB v2.5 for options) | `["video/mp4"]`| `array<string>`|
| `protocols` | required | Supported video bid response protocol values <br />1: VAST 1.0 <br />2: VAST 2.0 <br />3: VAST 3.0 <br />4: VAST 1.0 Wrapper <br />5: VAST 2.0 Wrapper <br />6: VAST 3.0 Wrapper <br />7: VAST 4.0 <br />8: VAST 4.0 Wrapper | `[2,3,5,6]` | `array<integers>`|
| `api` | required | Supported API framework values: <br />1: VPAID 1.0 <br />2: VPAID 2.0 <br />3: MRAID-1 <br />4: ORMMA <br />5: MRAID-2 | `[2]` | `array<integers>` |
| `mimes` | recommended | List of content MIME types supported by the player (see openRTB v2.5 for options) | `["video/mp4"]`| `array<string>`|
| `protocols` | recommended | Supported video bid response protocol values <br />1: VAST 1.0 <br />2: VAST 2.0 <br />3: VAST 3.0 <br />4: VAST 1.0 Wrapper <br />5: VAST 2.0 Wrapper <br />6: VAST 3.0 Wrapper <br />7: VAST 4.0 <br />8: VAST 4.0 Wrapper | `[2,3,5,6]` | `array<integers>`|
| `api` | recommended | Supported API framework values: <br />1: VPAID 1.0 <br />2: VPAID 2.0 <br />3: MRAID-1 <br />4: ORMMA <br />5: MRAID-2 | `[2]` | `array<integers>` |
| `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<integers>` |
Expand Down

0 comments on commit 1129732

Please sign in to comment.