-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AdButler bid adapter documentation
- Loading branch information
1 parent
b7e2802
commit ffd1cda
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | |