Skip to content

Commit

Permalink
Mediasniper bid adapter (#3652)
Browse files Browse the repository at this point in the history
* Mediasniper bidder adapter

* fix placement -> placementId
  • Loading branch information
OlegRomanenko authored May 4, 2022
1 parent 3ffdb28 commit d7a9457
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dev-docs/bidders/mediasniper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: bidder
title: Mediasniper
description: Mediasniper Prebid Bidder Adapter
biddercode: mediasniper
media_types: banner
pbjs: true
floors_supported: true
safeframes_ok: true
---
### Note:

The Mediasniper Bidding adapter requires setup before beginning. Please contact us at oleg@rtbtech.org

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `placementId` | required | Placement id | `'11111'` | `string` |
| `siteid` | optional | Site id | `'11111'` | `string` |

0 comments on commit d7a9457

Please sign in to comment.