Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Adyoulike adapter #252

Merged
merged 1 commit into from
Jun 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions dev-docs/bidders/adyoulike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: bidder
title: Adyoulike
description: Prebid Adyoulike Bidder Adaptor

top_nav_section: dev_docs
nav_section: reference

hide: true

biddercode: adyoulike

biddercode_longer_than_12: false


---

### Note:
The Adyoulike Header Bidding adaptor requires setup and approval from the Adyoulike team. Please reach out to your account manager or [email protected] for more information.

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
|:-----------|:---------|:------------|:-----------------|
| `placement` | required | The placement ID from Adyoulike. | `"194f787b85c829fb8822cdaf1ae64435"`|
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ description: Free and open source solutions for publishers to quickly implement
<div class="col-xs-6 col-sm-4"><h3>Bidfluence</h3></div>
<div class="col-xs-6 col-sm-4"><h3>Trion</h3></div>
<div class="col-xs-6 col-sm-4"><h3>Innity</h3></div>
<div class="col-xs-6 col-sm-4"><h3>Adyoulike</h3></div>

<!-- END BIDDERS -->
</div>
Expand Down