Skip to content

Commit

Permalink
added FeedAd adapter parameters (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
couchcrew-thomas authored and bretg committed Jun 19, 2019
1 parent a8fbe33 commit 149dfc5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dev-docs/bidders/feedad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: bidder
title: FeedAd
description: Prebid FeedAd Bidder Adaptor
hide: true
biddercode: feedad
media_types: banner, video
---

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------------------------------------|----------------------------------------------------------|----------|
| `clientToken` | required | Your FeedAd client token. Check your FeedAd admin panel. | `'EiRjZDFiYzI2ZC03OTA2LTQyOTEtOGFmMC0xYzMyZmMwNTFkMDU='` | `string` |
| `placementId` | required | A FeedAd placement ID of your choice | `'prebid-test'` | `string` |

0 comments on commit 149dfc5

Please sign in to comment.