Skip to content

Add cleanmedia bidder code #1078

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

Merged
merged 2 commits into from
Jan 10, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
22 changes: 22 additions & 0 deletions dev-docs/bidders/cleanmedia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: bidder
title: Clean Media
description: Prebid CleanMedia Bidder Adaptor
top_nav_section: dev_docs
nav_section: reference
biddercode: cleanmedia
biddercode_longer_than_12: false
hide: true
prebid_1_0_supported : true
media_types: banner, video
gdpr_supported: true
---

### Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------------|----------|---------------------------------------------------------------|----------------------|----------|
| `supplyPartnerId` | required | ID of the supply partner | `'12345'` | `string` |

CleanMedia is an aliased bidder for Gamoshi
8 changes: 4 additions & 4 deletions dev-docs/bidders/gambid.md → dev-docs/bidders/gamoshi.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: bidder
title: Gamoshi
description: Prebid Gambid Bidder Adaptor
description: Prebid Gamoshi Bidder Adaptor
top_nav_section: dev_docs
nav_section: reference
biddercode: gambid
biddercode: gamoshi
biddercode_longer_than_12: false
hide: true
prebid_1_0_supported : true
Expand All @@ -17,8 +17,8 @@ gdpr_supported: true
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------------|----------|---------------------------------------------------------------|----------------------|----------|
| `supplyPartnerId` | required | ID of the supply partner you created in the Gambid dashboard. | `'12345'` | `string` |
| `supplyPartnerId` | required | ID of the supply partner you created in the Gamoshi dashboard. | `'12345'` | `string` |
| `rtbEndpoint` | optional | If you have a whitelabel account on Gamoshi, specify it here. | `'rtb.mybidder.com'` | `string` |

This adapter only requires you to provide your supply partner ID, and optionally your RTB endpoint, in order to request
bids from your Gamoshi Gambid account.
bids from your Gamoshi account.