From 4e7addaa133326db1837f49ceffef28b98870fc7 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Thu, 25 Jun 2020 09:33:27 -0400 Subject: [PATCH] Update publisher-api-reference.md documents https://github.com/prebid/Prebid.js/pull/5419 --- dev-docs/publisher-api-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/publisher-api-reference.md b/dev-docs/publisher-api-reference.md index 4b49ed174b..3ad3f076d7 100644 --- a/dev-docs/publisher-api-reference.md +++ b/dev-docs/publisher-api-reference.md @@ -1732,6 +1732,7 @@ The `s2sConfig` properties: | `endpoint` | Required | URL | Defines the auction endpoint for the Prebid Server cluster | | `syncEndpoint` | Required | URL | Defines the cookie_sync endpoint for the Prebid Server cluster | | `userSyncLimit` | Optional | Integer | Max number of userSync URLs that can be executed by Prebid Server cookie_sync per request. If not defined, PBS will execute all userSync URLs included in the request. | +| `defaultS2sTtl` | Optional | Integer | Configures the default TTL in the Prebid Server adapter to use when Prebid Server does not return a bid TTL | | `adapterOptions` | Optional | Object | Arguments will be added to resulting OpenRTB payload to Prebid Server in every impression object at request.imp[].ext.BIDDER. See the example above. | | `extPrebid` | Optional | Object | Arguments will be added to resulting OpenRTB payload to Prebid Server in request.ext.prebid. See the examples below. | | `syncUrlModifier` | Optional | Object | Function to modify a bidder's sync url before the actual call to the sync endpoint. Bidder must be enabled for s2sConfig. |