Skip to content

Commit e5b0683

Browse files
authored
add default ttl to s2sconfig (prebid#2092)
* Update publisher-api-reference.md documents prebid/Prebid.js#5419 * Update publisher-api-reference.md
1 parent 1757000 commit e5b0683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-docs/publisher-api-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,7 @@ The `s2sConfig` properties:
17321732
| `endpoint` | Required | URL | Defines the auction endpoint for the Prebid Server cluster |
17331733
| `syncEndpoint` | Required | URL | Defines the cookie_sync endpoint for the Prebid Server cluster |
17341734
| `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 |
17351736
| `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. |
17361737
| `extPrebid` | Optional | Object | Arguments will be added to resulting OpenRTB payload to Prebid Server in request.ext.prebid. See the examples below. |
17371738
| `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

Comments
 (0)