Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update get-started-with-prebid-server.md #1

Open
wants to merge 2 commits into
base: copy-update-2017-10-10
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions dev-docs/get-started-with-prebid-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ nav_section: prebid-server
# Get Started with Prebid Server
{:.no_toc}

This page has instructions for setting up Prebid.js with [Prebid Server](https://prebid.adnxs.com).
This page has instructions for adding Prebid Server to Prebid.js.

For many publishers, client-side header bidding is a balancing act between the inclusion of demand partners and impact to the page.

Using [Prebid Server](https://prebid.adnxs.com), you can move demand partners server-side, eliminating most of the latency impact that comes with adding more partners.
Using Prebid Server, you can move demand partners server-side, eliminating most of the latency impact that comes with adding more partners.

This should help you make more money without sacrificing user experience.

Expand All @@ -27,13 +27,18 @@ Prebid Server is an open source project. [The source code is hosted under the P
* TOC
{:toc}

## Step 1. Register for a Prebid Server account
## Step 1. Choose Your Server Host

- Go to the [Prebid Server sign-up page](https://prebid.adnxs.com) and click the button to sign up.
- If you plan to host Prebid Server on your own server, please skip to **Step 2** below. If you do *not* have your own server, please choose from one of the Prebid.org members below to get started.

- Fill out the form details, including your email address.
- **AppNexus**
- Go to the [Prebid Server sign-up page](https://prebid.adnxs.com) and click the button to sign up.
- Fill out the form details, including your email address.
- When approved, you will receive an email with your assigned `accountId`. You will need this for configuring Prebid.js to use Prebid Server.

- **Rubicon Project**
- Please send an email to [email protected] and proceed to **Step 2** below. You do not have to wait for a verification email to get started.

- When approved, you will receive an email with your assigned `accountId`. You will need this for configuring Prebid.js to use Prebid Server.

## Step 2. Download Prebid.js with Prebid Server enabled

Expand Down Expand Up @@ -105,6 +110,6 @@ We recommend that users leave `cookieSet` enabled since it's essential for serve
## Related Topics

+ [Prebid.js Developer Docs]({{site.github.url}}/dev-docs/getting-started.html)
+ [Prebid Server homepage](https://prebid.adnxs.com/)


</div>