Skip to content

Commit 83c2467

Browse files
trchandraprakashChandra Prakash
and
Chandra Prakash
authored
Saambaa bidder adapter Docs (prebid#2159)
* Updated Bidder Code * Updated doc * Luna media docs * Updating contact person Updating contact person * Updated email address to group email Changes as suggested. * Saambaa bidder adapter Saambaa bidder adapter document Co-authored-by: Chandra Prakash <[email protected]>
1 parent 87008ee commit 83c2467

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

dev-docs/bidders/saambaa.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: bidder
3+
title: Saambaa
4+
description: Prebid Saambaa Bidder Adapter
5+
6+
biddercode: saambaa
7+
---
8+
9+
### Note:
10+
For more information about Saambaa, please contact [email protected]
11+
12+
### Bid Params
13+
14+
{: .table .table-bordered .table-striped }
15+
| Name | Scope | Description | Example | Type |
16+
|------------------|----------|------------------|------------------------------------------|-------------------|
17+
| `placement ` | required | | `'263'` | `string` |
18+
| `pubid` | required | | `'0cf8d6d643e13d86a5b6374148a4afac'` | `string` |
19+
| `size` | optional | | `'320x50'` | `string` |
20+
| `mimes` | optional | video only | `['video/mp4', 'application/javascript']`| `array of strings`|
21+
| `playbackmethod` | optional | video only | `[2,6]` | `array of numbers`|
22+
| `maxduration` | optional | video only | `30` | `number` |
23+
| `skip` | optional | video only | `0 or 1` | `number` |

0 commit comments

Comments
 (0)