Skip to content

Commit

Permalink
added doc for ZEDO (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
skazedo authored and bretg committed Jul 30, 2018
1 parent d2d1f57 commit 7f7cf83
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev-docs/bidders/zedo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: bidder
title: ZEDO
description: Prebid ZEDO Bidder Adapter
top_nav_section: dev_docs
nav_section: reference
hide: true
biddercode: zedo
biddercode_longer_than_12: false
prebid_1_0_supported : true
---


### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-----------------|----------|----------------------------------------------------------------------------------------|-----------------------------|-----------|
| `channelCode` | required | Publisher code associated with ZEDO | `123456` | `integer` |
| `dimId` | required | ZEDO dimension Id associated the adunit | `9` | `integer` |

0 comments on commit 7f7cf83

Please sign in to comment.