Skip to content

Commit 8c08a91

Browse files
Update ttd.md to include the useHttp2 parameter (prebid#6307)
1 parent c6c21e2 commit 8c08a91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev-docs/bidders/ttd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Name | Scope | Description | Example | Type
4444
`banner` | optional | Display banner targeting parameters. See the banner section below. | `{}` | `object`
4545
`bidfloor` | optional | Sets a bid floor price | `0.95` | `Float`
4646
`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`
47+
`useHttp2` | optional | When true, the adapter will use an endpoint that supports HTTP2. | `true` | `boolean`
4748

4849
### Banner Object
4950

0 commit comments

Comments
 (0)