Skip to content

Commit

Permalink
New mobfox bid adapter (#2501)
Browse files Browse the repository at this point in the history
Co-authored-by: Aiholkin <[email protected]>
  • Loading branch information
mobfxoHB and Aiholkin authored Jan 6, 2021
1 parent 6a84069 commit dc3b12c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dev-docs/bidders/mobfoxpb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: bidder
title: Mobfox_PB
description: Prebid Mobfox Bidder Adapter
biddercode: mobfoxpb
usp_supported: true
schain_supported: true
media_types: banner, video, native
gdpr: true
pbjs: true
pbs: true
---

### Prebid.JS Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|----------------------------------------------------------|------------|-----------|
| `placementId` | required | Placement Id will be generated on Mobfox Platform. | `'0'` | `string` |


### Prebid Server Bid Params
Currently adapter doesn't support multiimpression, so only the first impression will be delivered

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|----------------------------------------------------------|------------|-----------|
| `TagID` | required | Placement Id will be generated on Mobfox Platform. | `'0'` | `string` |

0 comments on commit dc3b12c

Please sign in to comment.