From 1a13c08d13ab9fd8ef98f4ac1b87a2405efe7bb3 Mon Sep 17 00:00:00 2001 From: robin-crazygames Date: Thu, 23 Oct 2025 15:00:47 +0200 Subject: [PATCH] Update ttd.md to include the useHttp2 parameter --- dev-docs/bidders/ttd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/ttd.md b/dev-docs/bidders/ttd.md index b109cf5629..5226d955a5 100644 --- a/dev-docs/bidders/ttd.md +++ b/dev-docs/bidders/ttd.md @@ -44,6 +44,7 @@ Name | Scope | Description | Example | Type `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` +`useHttp2` | optional | When true, the adapter will use an endpoint that supports HTTP2. | `true` | `boolean` ### Banner Object