diff --git a/dev-docs/bidders/ablida.md b/dev-docs/bidders/ablida.md new file mode 100644 index 0000000000..f44e137315 --- /dev/null +++ b/dev-docs/bidders/ablida.md @@ -0,0 +1,17 @@ +--- +layout: bidder +title: ablida +description: Prebid ablida Bidder Adaptor +hide: true +media_types: banner +biddercode: ablida +--- + + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|-----------------|----------|--------------------------|--------------|----------| +| `placementId` | required | The placement ID provided by ablida | `'1234567'` | `string` | +| `categories` | optional | IAB 2.0 category names of page | `['automotive', 'news-and-politics']` | `Array` |