From 7f7cf83b8d04484b1d6b12f8b28156cab47287f6 Mon Sep 17 00:00:00 2001 From: skazedo Date: Mon, 30 Jul 2018 12:19:31 -0400 Subject: [PATCH] added doc for ZEDO (#899) --- dev-docs/bidders/zedo.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-docs/bidders/zedo.md diff --git a/dev-docs/bidders/zedo.md b/dev-docs/bidders/zedo.md new file mode 100644 index 0000000000..9533d5bd8b --- /dev/null +++ b/dev-docs/bidders/zedo.md @@ -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` |