Skip to content

Commit

Permalink
Update doc file for TrustX Bid Adapter (#1478)
Browse files Browse the repository at this point in the history
* Add TrustX dev-doc

* Update trustx.md

* Update doc file for TrustX Bid Adapter to mark that adapter support gdpr

* Update doc file for TrustX Bid Adapter

* Update TrustX doc file
  • Loading branch information
PWyrembak authored and bretg committed Sep 27, 2019
1 parent e2052a1 commit 9c2a346
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev-docs/bidders/trustx.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ gdpr_supported: true
### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-----------|
| `uid` | required | Represents the TrustX bidder system Ad Slot ID associated with the respective div id from the site page. | `42` | `integer` |
| `priceType` | optional | Can take the values `gross` or `net`, default value is `net`. Net represents the header bid price with the TrustX header bidder margin already extracted. Gross price does contain the TrustX bidder margin within. | `'gross'` | `string` |
| Name | Scope | Description | Example | Type |
|-------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------|-----------|
| `uid` | required | Represents the TrustX bidder system Ad Slot ID associated with the respective div id from the site page. | `42` | `integer` |
| `priceType` | optional | Can take the values `gross` or `net`, default value is `net`. Net represents the header bid price with the TrustX header bidder margin already extracted. Gross price does contain the TrustX bidder margin within. | `'gross'` | `string` |
| `keywords` | optional | A set of key-value pairs applied to all ad slots on the page. Values can be empty. | `keywords: { topic: ['stress', 'fear'] }` | `object` |

0 comments on commit 9c2a346

Please sign in to comment.