Skip to content

Commit

Permalink
Updated Blue Billywig adapter documentation with new rendererSettings…
Browse files Browse the repository at this point in the history
… param (#2832)

* add Blue Billywig bidder adaptor dev docs

* Added unifiedId support to dev-docs/bidders/bluebillywig.md

Co-Authored-By: Scott <[email protected]>

* Blue Billywig Adapter - fix layout to bidder

* add Blue Billywig bidder adaptor dev docs

* Add missing empty line

* move empty line to right place...

* Add rendererSettings to the bid params docs for bluebillywig adapter

Co-authored-by: Scott <[email protected]>
Co-authored-by: Klaas-Jan Boon <[email protected]>
  • Loading branch information
3 people authored Apr 13, 2021
1 parent 21e821e commit 969d935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-docs/bidders/bluebillywig.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrable
| `rendererCode` | required | The name of the renderer to use in your Blue Billywig publication | `"renderer"` | `string` |
| `connections` | required | Back-ends to connect with. For every value in this a param matching the back-end should exist too. | `["bluebillywig"]` | `array` |
| `video` | optional | Any OpenRTB 2.5 video params to additionally send along to the SSPs. | `{"maxduration": 30}` | `object` |
| `rendererSettings` | optional | Any playout property for the renderer you wish to override. | `{"autoPlay": "false", "interactivity_inView":"Play"}` | `object` |

0 comments on commit 969d935

Please sign in to comment.