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

Adapter/rubicon bid adapter markup #1674

Merged
merged 4 commits into from
Oct 16, 2017
Merged
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
48 changes: 48 additions & 0 deletions modules/rubiconBidAdapter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Overview

```
Module Name: Rubicon Project Bid Adapter
Module Type: Bidder Adapter
Maintainer: header-bidding@rubiconproject.com
```

# Description

Connect to Rubicon Project's exchange for bids.

The Rubicon Project adapter requires setup and approval from the
Rubicon Project team. Please reach out to your account team or
globalsupport@rubiconproject.com for more information.

# Test Parameters
```
var adUnits = [
{
code: 'test-div',
sizes: [[300, 250]],
bids: [
{
bidder: "rubicon",
params: {
accountId: 1001,
siteId: 113932,
zoneId: 535510
}
}
]
},{
code: 'test-div',
sizes: [[300, 50]],
bids: [
{
bidder: "rubicon",
params: {
accountId: 1001,
siteId: 113932,
zoneId: 535510
}
}
]
}
];
```