Skip to content

Pull the latest master #3

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 18 commits into from
May 5, 2020
Merged
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
Prev Previous commit
Next Next commit
LunaMedia Adapter Docs (prebid#1925)
* Updated Bidder Code

* Updated doc

* Luna media docs

Co-authored-by: Chandra Prakash <[email protected]>
  • Loading branch information
trchandraprakash and Chandra Prakash authored Apr 24, 2020
commit fbf4781281e6340f76451976d854fea6ab6e238b
22 changes: 22 additions & 0 deletions dev-docs/bidders/lunamedia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: bidder
title: Luna Media
description: Prebid Luna Media Bidder Adapter
hide: true
biddercode: lunamedia
---

### Note:
For more information about Luna Media, please contact [email protected]

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------------|----------|------------------|------------------------------------------|-------------------|
| `placement ` | required | | `'263'` | `string` |
| `pubid` | required | | `'0cf8d6d643e13d86a5b6374148a4afac'` | `string` |
| `mimes` | optional | video only | `['video/mp4', 'application/javascript']`| `array of strings`|
| `playbackmethod` | optional | video only | `[2,6]` | `array of numbers`|
| `maxduration` | optional | video only | `30` | `number` |
| `skip` | optional | video only | `0 or 1` | `number` |