Skip to content

Commit

Permalink
Boldwin: update prebid documentation (#4859)
Browse files Browse the repository at this point in the history
* new boldwin bid adapter

* update media_types

* fix

* add prebid server adapter

* added boldwin endpointId param

* updates

* add gpp support

* update documentation

---------

Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
  • Loading branch information
Wls-demo and Aiholkin authored Sep 13, 2023
1 parent 8ce9f3b commit d0f8c63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-docs/bidders/boldwin.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ The Boldwin Bidding adapter requires setup before beginning. Please contact us a
| `placementId` | optional | Placement Id | `'0'` | `string` |
| `endpointId` | optional | Endpoint Id | `'0'` | `string` |

For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId
For both the Prebid Server and Prebid.js integrations you are not required to use both parameters.
It is required to use only one of the two parameters depending on the integration with Boldwin: `placementId` or `endpointId`.
`placementId` - should be sent in the Prebid bid request to Boldwin in case you integrate with Boldwin bidder directly via placement.
`endpointId` - should be sent in the Prebid bid request to Boldwin in case you integrate with Boldwin bidder via an endpoint URL.

0 comments on commit d0f8c63

Please sign in to comment.