From 082b70b7bb55e35d98901e27485de071ce46e298 Mon Sep 17 00:00:00 2001 From: Khang Vu Date: Tue, 15 Jul 2025 11:54:43 -0700 Subject: [PATCH] custom endpoint doc update --- 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 5c29b31048..b109cf5629 100644 --- a/dev-docs/bidders/ttd.md +++ b/dev-docs/bidders/ttd.md @@ -43,6 +43,7 @@ Name | Scope | Description | Example | Type `placementId` | optional | This field is optional if GPID is passed through the GPT module . 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