Skip to content

Commit

Permalink
Update doc file for TrustX (#2846)
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

* Update TrustX doc file

* Update doc for TrustX Bid Adapter
  • Loading branch information
PWyrembak authored Apr 14, 2021
1 parent 3fcd60b commit ae6fade
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dev-docs/bidders/trustx.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ usp_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 (pbjs only) | 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 (pbjs only) | A set of key-value pairs applied to all ad slots on the page. Values can be empty. | `keywords: { topic: ['stress', 'fear'] }` | `object` |
| 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 (pbjs only) | 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 (pbjs only) | A set of key-value pairs applied to all ad slots on the page. Values can be empty. | `keywords: { topic: ['stress', 'fear'] }` | `object` |
| `useNewFormat` | optional (pbjs only) | Indicates to use the new ad request format. | `true` | `boolean` |

0 comments on commit ae6fade

Please sign in to comment.