Skip to content

Commit

Permalink
New Adapter: Concert (#2033)
Browse files Browse the repository at this point in the history
* Add documentation for concert bid adapter

* Add quotes around example value
  • Loading branch information
walia authored Aug 28, 2020
1 parent f4d4c61 commit f79eec1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dev-docs/bidders/concert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: bidder
title: Concert
description: Prebid Concert Bidder Adaptor
hide: true
biddercode: concert
media_types: banner
gdpr_supported: true
usp_supported: true
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
| ----------- | -------- | ----------------------------------- | ---------------- | -------- |
| `partnerId` | required | The partner id assigned by concert. | `'partner_name'` | `string` |

0 comments on commit f79eec1

Please sign in to comment.