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
@@ -1684,7 +1692,7 @@ Additional information of `s2sConfig` properties:
1684
1692
|`syncEndpoint`| Required | URL | Defines the cookie_sync endpoint for the Prebid Server cluster |
1685
1693
|`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. |
1686
1694
|`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. |
1687
-
|`extPrebid`| Optional | Object | Arguments will be added to resulting OpenRTB payload to Prebid Server in request.ext.prebid. See video-related example below. |
1695
+
|`extPrebid`| Optional | Object | Arguments will be added to resulting OpenRTB payload to Prebid Server in request.ext.prebid. See the examples below. |
1688
1696
|`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. |
1689
1697
1690
1698
**Notes on s2sConfig properties**
@@ -1725,7 +1733,17 @@ pbjs.setConfig({
1725
1733
1726
1734
Additional options for `s2sConfig` may be enabled by including the [Server-to-Server testing module]({{site.baseurl}}/dev-docs/modules/s2sTesting.html).
1727
1735
1728
-
**ExtPrebid Convention**
1736
+
**Server-Side Aliases**
1737
+
1738
+
You may want to run a particular bidder on the client for banner, but that same bidder on the
1739
+
server for video. You would do this by setting a **server-side** alias. The
1740
+
[example](#setConfig-Server-to-Server) at the start of this section provides an example. Here's how it works:
1741
+
1742
+
1. Video ad units are coded with the dynamic alias. e.g. tripleliftVideo
1743
+
1. The s2sConfig.bidders array contains 'tripleliftVideo' telling Prebid.js to direct bids for that code to the server
1744
+
1. Finally, the extPrebid.aliases line tells Prebid Server to route the 'tripleliftVideo' biddercode to the 'triplelift' server-side adapter.
1745
+
1746
+
**Passing the Referrer to Server Side Adapters**
1729
1747
1730
1748
* Setting `extPrebid.origreferrer` will be recognized by some server-side adapters as the referring URL for the current page.
0 commit comments