Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-docs/bidders/ttd.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Name | Scope | Description | Example | Type
`placementId` | optional | This field is optional if GPID is passed through the GPT module <https://docs.prebid.org/dev-docs/modules/gpt-pre-auction.html>. If that module isn't used, the GPID value should be passed in this field. | `'/1111/home#header'` | `String`
`banner` | optional | Display banner targeting parameters. See the banner section below. | `{}` | `object`
`bidfloor` | optional | Sets a bid floor price | `0.95` | `Float`
`customBidderEndpoint` | optional | Only set if TTD has provided a custom endpoint. If set the custom endpoint will take precedent over the hard-coded endpoints | `https://customBidderEndpoint/bid/bidder/` | `String`

### Banner Object

Expand Down