Skip to content

Commit

Permalink
add notes on handling pbs only bidders (#834)
Browse files Browse the repository at this point in the history
* add notes on handling pbs only bidders

* minor fixes
  • Loading branch information
jsnellbaker authored and bretg committed Jun 21, 2018
1 parent 1a24e4f commit 53532ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev-docs/get-started-with-prebid-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Prebid Server is an open source project. [The source code is hosted under the P
## Step 2. Download Prebid.js with Prebid Server enabled

- Go to [the Prebid.org download page]({{site.baseurl}}/download.html), select all the demand adapters you want to work with, and include "Prebid Server".
- Some Prebid Server demand adapters may not have a corresponding client-side adapter that's present on the download page. In this case, just ensure to select "Prebid Server" as part of your build and you will be able to interact with these Prebid Server only bidders.
- We still strongly recommend to select any listed demand adapters in your build. These additional selections will allow any client-side features (such as userSyncs) to function as well as allow you to easily use any of the adapter's currently registered aliases.

- For example, if you want to use AppNexus, Index Exchange, and Rubicon with Prebid Server, select:
- *AppNexus*
Expand Down Expand Up @@ -124,6 +126,10 @@ pbjs.que.push(function() {
**OpenRTB Endpoint**
If your `s2sConfig.endpoint` points to a url containing the path `/openrtb2/`, such as the AppNexus-hosted endpoint https://prebid.adnxs.com/pbs/v1/openrtb2/auction', Prebid will communicate with that endpoint using the OpenRTB protocol.

{: .alert.alert-info :}
**Aliasing Prebid Server only bidders**
If you wish to set/use an alias for a Prebid Server only bidder, simply list the alias in your `s2sConfig.bidders` field and call the [`pbjs.aliasBidder` method](http://prebid.org/dev-docs/publisher-api-reference.html#module_pbjs.aliasBidder) in your prebid code (prior to the `pbjs.requestBids`) to register the alias.

{: .alert.alert-info :}
**Additional `cookieSet` details**
If set to `true`:
Expand Down

0 comments on commit 53532ba

Please sign in to comment.