Skip to content

Commit

Permalink
Add BeOp bidder documentation (#3238)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl authored Sep 2, 2021
1 parent 2e57e2f commit 0fd33d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dev-docs/bidders/beop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: bidder
title: BeOp
description: BeOp Bidder Adaptor
pbjs: true
biddercode: beop
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-------------|---------|----------|
| `accountId` or `networkId` | required | Your BeOp account ID | `'5a8af500c9e77c00017e4cad'` | `string` |
| `currency` | optional | Your currency | `'EUR'` (default) or `'USD'` | `string` |

0 comments on commit 0fd33d3

Please sign in to comment.