Skip to content

Commit d3036ae

Browse files
authored
custom endpoint doc update (prebid#6151)
1 parent da68a42 commit d3036ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-docs/bidders/ttd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Name | Scope | Description | Example | Type
4343
`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`
4444
`banner` | optional | Display banner targeting parameters. See the banner section below. | `{}` | `object`
4545
`bidfloor` | optional | Sets a bid floor price | `0.95` | `Float`
46+
`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`
4647

4748
### Banner Object
4849

0 commit comments

Comments
 (0)