Skip to content

Commit

Permalink
Add craftBidAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
crumbjp committed May 20, 2020
1 parent bdfbbed commit 4378736
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev-docs/bidders/craft.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: bidder
title: craft
description: Prebid craft Bidder Adapter
biddercode: craft
media_types: banner
gdpr_supported: false
coppa_supported: false
usp_supported: false
schain_supported: false
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------------|----------------------------------|----------|
| `sitekey` | required | The site ID from craft | `'craft-prebid-example'` | `string` |
| `placementId` | required | The placement ID from craft | `'1234abcd'` | `string` |
| `keywords` | optional | Values can be empty. | `keywords: ['stress', 'fear']` | `array` |

0 comments on commit 4378736

Please sign in to comment.