Skip to content

Commit

Permalink
Adplus bid adapter doc added (#3389)
Browse files Browse the repository at this point in the history
* Adplus bid adapter doc added

* Quotes added to string arguments

Co-authored-by: TCCDENIZ <cansin.deniz@turkcell.com.tr>
  • Loading branch information
cnsndnz and TCCDENIZ authored Nov 19, 2021
1 parent f9934ab commit 1add340
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dev-docs/bidders/adplus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: bidder
title: AdPlus
description: Prebid AdPlus Bidder Adapter
biddercode: adplus
media_types: banner
pbjs: true
---
### Note:

The AdPlus Bidding adapter requires setup before beginning. Please contact us at adplus.destek@yaani.com.tr

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|---------------|-------------------------------------------|-----------|
| `adUnitId` | required | Ad Unit ID | `'-3'` | `string` |
| `inventoryId` | required | Inventory ID | `'-1'` | `string` |

0 comments on commit 1add340

Please sign in to comment.