Skip to content

Commit

Permalink
Biddo Bid Adapter: add dev docs for biddo adapter (#3659)
Browse files Browse the repository at this point in the history
* Added dev docs for invamia bid adapter

* Add dev docs for biddo adapter

Co-authored-by: Andrew Lays <andrew@mediawayss.com>
  • Loading branch information
llays and Andrew Lays committed Apr 7, 2022
1 parent bb1d236 commit feffc53
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dev-docs/bidders/biddo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: bidder
title: Biddo
description: Prebid Biddo Bidder Adapter
pbjs: true
biddercode: biddo
safeframes_ok: false
---

### Note

Here is what you need for Prebid integration with Biddo:
1. Register with Biddo.
2. Once registered and approved, you will receive a Zone ID.
3. Use the Zone ID as parameters in params.


### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------|------------------------------------------------|----------|
| `zoneId` | required | Zone ID | `379783` | `number` |

0 comments on commit feffc53

Please sign in to comment.