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 Feb 26, 2024
1 parent 4d0c5b4 commit 227ddf3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions dev-docs/bidders/adbutler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: bidder
title: AdButler
description: AdButler Bid Adapter
biddercode: adbutler
pbjs: true
sidebarType: 1
media_types: banner
safeframes_ok: true
tcfeu_supported: false
usp_supported: false
coppa_supported: false
---

### 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 227ddf3

Please sign in to comment.