Skip to content

Commit 6a47d09

Browse files
authored
Init Ogury bid adapter documentation (prebid#2943)
* init ogury bid adapter documentation (#1) * Fix gvl id for Ogury (#2)
1 parent 14360fb commit 6a47d09

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

dev-docs/bidders/ogury.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: bidder
3+
title: ogury
4+
description: Ogury Bidder Adapter
5+
biddercode: ogury
6+
gdpr_supported: true
7+
gvl_id: 31
8+
usp_supported: false
9+
coppa_supported: false
10+
schain_supported: false
11+
dchain_supported: false
12+
media_types: banner
13+
safeframes_ok: false
14+
bidder_supports_deals: false
15+
pbjs: true
16+
pbs: false
17+
prebid_member: false
18+
---
19+
### Note:
20+
21+
The Ogury Bidding adapter requires setup before start of usage: some configuration & account creation needs to be done. Please contact us at [email protected]
22+
23+
### Bid Params
24+
25+
{: .table .table-bordered .table-striped }
26+
| Name | Scope | Description | Example | Type |
27+
|---------------|----------|-----------------------|-----------|-----------|
28+
| `assetKey` | required | The asset key provided by Ogury | `'OGY-CA41D116484F'` | `string` |
29+
| `adUnitId` | required | Your ad unit id configured with Ogury | `'2c4d61d0-90aa-0139-0cda-0242ac120004'` | `string` |

0 commit comments

Comments
 (0)