Skip to content

Commit

Permalink
Add AdButler bid adapter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
trevoradbutler committed Jan 30, 2024
1 parent b7e2802 commit ffd1cda
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dev-docs/bidders/adbutler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: bidder
title: AdButler
description: AdButler Bid Adapter
biddercode: adbutler
pbjs: true
sidebarType: 1
---

### Bid params

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|-------------|----------|--------------------------------------------------------------------------------------------------------------|-------------------------------|---------------|
| `accountID` | required | Account ID | `'181556'` | `string` |
| `zoneID` | required | Zone ID | `'705374'` | `string` |
| `domain` | optional | Ad serving domain (set if using custom domains) | `'servedbyadbutler.com'` | `string` |
| `keyword` | optional | Keyword(s) used for custom targeting | `'green,orange'` | `string` |
| `minCPM` | optional | Minimum CPM value to accept | `'1.00'` | `string` |
| `maxCPM` | optional | Maximum CPM value to accept | `'5.00'` | `string` |
| `extra` | optional | Other ad request parameters [(API Docs)](https://www.adbutler.com/docs/api/#tag/AdServe/paths/~1adserve/get) | `{ _abdk: { bird: "duck" } }` | `object` |

0 comments on commit ffd1cda

Please sign in to comment.