Skip to content

Commit

Permalink
New AdTrue bidder (prebid#2603)
Browse files Browse the repository at this point in the history
* add AdTrue Bidder

* add AdTrue Bidder

* #adtrue bidder add params publisherId

* adtrue bidder: modify  bid floor data type

* adtrue bidder: modify  bid floor data type

* adtrue bidder: modify  test zoneId
  • Loading branch information
haibau authored and osazos committed Feb 23, 2021
1 parent 43bd106 commit 410a769
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dev-docs/bidders/adtrue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: bidder
title: AdTrue
description: AdTrue Exchange Bidder Adapter
pbjs: true
biddercode: adtrue
media_types: banner
gdpr_supported: true
tcf2_supported: true
schain_supported: true
usp_supported: true
---


### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|--------------------------------------------------------------------------------------------------------------------------------|------------|----------|
| `zoneId` | required | ZoneId provided by AdTrue | `'21423'` | `string` |
| `publisherId` | required | PublisherID provided by AdTrue | `'1491'` | `string` |
| `reserve` | optional | Bid Floor | `0.5` | `float` |

0 comments on commit 410a769

Please sign in to comment.