Skip to content

Commit

Permalink
added brave bidder docs (#3181)
Browse files Browse the repository at this point in the history
* added brave bidder docs

* added quotes around the string parameter

Co-authored-by: bretg <bgorsline@gmail.com>
  • Loading branch information
thebraveio and bretg authored Aug 12, 2021
1 parent 504618f commit ac24aab
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dev-docs/bidders/brave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: bidder
title: Brave
description: Prebid Brave Bidder Adapter
biddercode: brave
gdpr_supported: true
usp_supported: true
coppa_supported: true
schain_supported: true
media_types: banner, video, native
safeframes_ok: true
bidder_supports_deals: true
pbjs: true
pbs: false
---

### Note:

The Brave Header Bidding adapter requires setup and approval from the Brave team. Please reach out to your account manager or support@thebrave.io for more information

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-------------------------------|-------------------------------------|-----------|
| `placementId` | required | Brave's platform placement id | `'to0QI2aPgkbBZq6vgf0oHitouZduz0qw'` | `string` |

0 comments on commit ac24aab

Please sign in to comment.