Skip to content

Commit 40befab

Browse files
youqitronbretg
authored andcommitted
New Ebdr adapter md (#685)
* create ebdr doc * Rename ebdr to ebdr.md
1 parent d72cf42 commit 40befab

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dev-docs/bidders/ebdr.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: bidder
3+
title: EngageBDR
4+
description: Prebid EngageBDR Bidder Adaptor
5+
top_nav_section: dev_docs
6+
nav_section: reference
7+
biddercode: ebdr
8+
biddercode_longer_than_12: false
9+
hide: true
10+
prebid_1_0_supported : true
11+
---
12+
13+
### Bid params
14+
15+
{: .table .table-bordered .table-striped }
16+
| Name | Scope | Description | Example |
17+
|------------------+----------+--------------------------+-------------------|
18+
| `zoneid` | required | The EngageBDR Zone ID | `'99999'` |
19+
| `bidfloor` | optional | Bid Floor Price | `'1.00'` |
20+
| `IDFA` | optional | IDFA ID | `'xxx-xxxx'` |
21+
| `ADID` | optional | ADID ID | `'xxx-xxxx'` |
22+
| `latitude` | optional | latitude | `'34.089811'` |
23+
| `longitude` | optional | longitude | `'-118.392805'` |

0 commit comments

Comments
 (0)