From 3171597b64adeaaf648f249d0a0eba44284ae2c2 Mon Sep 17 00:00:00 2001 From: Minh Daole Date: Tue, 28 Jun 2022 14:42:34 -0700 Subject: [PATCH] update language for publisherId, placementId remove siteId --- dev-docs/bidders/ttd.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/ttd.md b/dev-docs/bidders/ttd.md index 3093e85bca..b17d1d818b 100644 --- a/dev-docs/bidders/ttd.md +++ b/dev-docs/bidders/ttd.md @@ -31,9 +31,8 @@ Note: The Trade Desk Header Bidding adapter requires setup and approval before b Name | Scope | Description | Example | Type --- | --- | --- | --- | ---- `supplySourceId` | required | The TTD-provided supply source name. | `'supplier'` | `String` -`publisherId` | required | The publisher ID. This should be the same as the seller_id in the sellers.json for the site being trafficked. | `'1427ab10f2e448057ed3b422'` | `String` -`siteId` | required | The publisher defined site ID. This should be unique per site. Can be any string that is under 50 characters. | `'site_123'` | `String` -`placementId` | required | The publisher defined placement ID. Can be any string that is under 128 characters. | `'side-Bar_1/123'` | `String` +`publisherId` | required | The publisher ID. If there is a sellers.json, this should be the same as the seller_id in the sellers.json for the site being trafficked. If there is no sellers.json, this should be hardcoded to "1". | `'1427ab10f2e448057ed3b422'` | `String` +`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` ### Banner Object