You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/publisher-api-reference.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1732,6 +1732,7 @@ The `s2sConfig` properties:
1732
1732
|`endpoint`| Required | URL | Defines the auction endpoint for the Prebid Server cluster |
1733
1733
|`syncEndpoint`| Required | URL | Defines the cookie_sync endpoint for the Prebid Server cluster |
1734
1734
|`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. |
1735
+
|`defaultTtl`| Optional | Integer | Configures the default TTL in the Prebid Server adapter to use when Prebid Server does not return a bid TTL - 60 if not set |
1735
1736
|`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. |
1736
1737
|`extPrebid`| Optional | Object | Arguments will be added to resulting OpenRTB payload to Prebid Server in request.ext.prebid. See the examples below. |
1737
1738
|`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. |
0 commit comments