From 0be8b50d721b072ee3819c4031fb31ead092c6ba Mon Sep 17 00:00:00 2001 From: Pavel Dunyashev Date: Thu, 8 Apr 2021 00:37:53 +0300 Subject: [PATCH] Bidmachine adapter docs (#2819) * Adds Bidmachine adapter docs * Fixes quotes * Adds type column, adds styling --- dev-docs/bidders/bidmachine.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-docs/bidders/bidmachine.md diff --git a/dev-docs/bidders/bidmachine.md b/dev-docs/bidders/bidmachine.md new file mode 100644 index 0000000000..c314667874 --- /dev/null +++ b/dev-docs/bidders/bidmachine.md @@ -0,0 +1,31 @@ +--- +layout: bidder +title: Bidmachine +description: Prebid Bidmachine Bidder Adapter +biddercode: bidmachine +gdpr_supported: true +gvl_id: 736 +usp_supported: true +coppa_supported: true +schain_supported: true +dchain_supported: false +media_types: banner, video +safeframes_ok: true +bidder_supports_deals: false +pbjs: false +pbs: true +pbs_app_supported: true +prebid_member: false +--- + +### Prebid Server Note: +The Bidmachine Bidding adapter requires setup before beginning. Please contact us at hi@bidmachine.io . + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +| :------------ | :------- | :---------------------------------------------- | :------------------------------------- |----------| +| `host` | required | DC region | `"api-eu"` | `string` | +| `path` | required | URL path, will be provided by manager | `"auction/rtb/v2"` | `string` | +| `seller_id` | required | Your ID in Bidmachine system | `"1"` | `string` |