diff --git a/dev-docs/bidders/adpixis.md b/dev-docs/bidders/adpixis.md new file mode 100644 index 0000000000..ac4a6d4ef9 --- /dev/null +++ b/dev-docs/bidders/adpixis.md @@ -0,0 +1,37 @@ +--- +layout: bidder +title: AdPixis +description: Prebid AdPixis Bidder Adaptor +biddercode: adpixis +pbjs: false +pbs: true +media_types: video, banner +userIds: all +fpd_supported: false +tcfeu_supported: false +usp_supported: true +coppa_supported: true +schain_supported: true +prebid_member: false +ortb_blocking_supported: true +multiformat_supported: will-bid-on-one +floors_supported: false +aliasCode: limelightDigital +sidebarType: 1 +--- + +### Bid Params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | Type | +|:--------------|:---------|:--------------------------------------------------------------|:-----------------------|:----------| +| `publisherId` | required | Publisher ID | `'12345'` | `string` | +| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` | +| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` | +| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` | +| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` | +| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` | + +AdPixis server-side Prebid Server adapter requires only `publisherId` parameters. +AdPixis server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types.