Skip to content

Commit

Permalink
ShowHeroes Bid Adapter: update params (#3956)
Browse files Browse the repository at this point in the history
* add ShowHeroes Adapter

* removing longer-than-12 header

happily we don't need that anymore

* ShowHeroes Bid Adapter: update params

* Delete showheroes.md

Co-authored-by: bretg <[email protected]>
  • Loading branch information
vadim-mazzherin and bretg authored Aug 17, 2022
1 parent 36f7841 commit f18b25a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev-docs/bidders/showheroes-bs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ gdpr_supported: true
### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-------------------------------------|------------------------------------------|-----------|
| `playerId` | required | ShowHeroes player ID | `'0151f985-fb1a-4f37-bb26-cfc62e43ec05'` | `string` |
| `vpaidMode` | optional | Vpaid wrapper; default: `false`. | `true` | `boolean` |
| Name | Scope | Description | Example | Type |
|-------------|----------------------------------|-------------------------------------|------------------------------------------|-----------|
| `playerId` | required (if not send unitId) | VideoLibrary player ID | `'0151f985-fb1a-4f37-bb26-cfc62e43ec05'` | `string` |
| `unitId` | required (if not send playerId) | Monetize unit ID | `'AACBTwsZVANd9NlB'` | `string` |
| `vpaidMode` | optional | Vpaid wrapper; default: `false`. | `true` | `boolean` |

0 comments on commit f18b25a

Please sign in to comment.