From fbed42d0a091c5b02a751a47dfc3ea9eb01e086c Mon Sep 17 00:00:00 2001 From: Clay Cohen Date: Mon, 16 Oct 2017 00:44:16 -0700 Subject: [PATCH 1/2] Update get-started-with-prebid-server.md --- dev-docs/get-started-with-prebid-server.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/dev-docs/get-started-with-prebid-server.md b/dev-docs/get-started-with-prebid-server.md index d3238b8d94..a04970f77c 100644 --- a/dev-docs/get-started-with-prebid-server.md +++ b/dev-docs/get-started-with-prebid-server.md @@ -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. @@ -27,13 +27,20 @@ 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. +- **Rubicon Project** + - Please send an email to prebidserver@rubiconproject.com 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. +- **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. ## Step 2. Download Prebid.js with Prebid Server enabled @@ -105,6 +112,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/) + From 249fa8e9527f9ec95979c41202e7e47001e14053 Mon Sep 17 00:00:00 2001 From: Pieter de Zwart Date: Mon, 16 Oct 2017 12:05:52 -0700 Subject: [PATCH 2/2] Re-ordering --- dev-docs/get-started-with-prebid-server.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-docs/get-started-with-prebid-server.md b/dev-docs/get-started-with-prebid-server.md index a04970f77c..9c14bb7038 100644 --- a/dev-docs/get-started-with-prebid-server.md +++ b/dev-docs/get-started-with-prebid-server.md @@ -31,17 +31,15 @@ Prebid Server is an open source project. [The source code is hosted under the P - 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. -- **Rubicon Project** - - Please send an email to prebidserver@rubiconproject.com and proceed to **Step 2** below. You do not have to wait for a verification email to get started. - - **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 prebidserver@rubiconproject.com and proceed to **Step 2** below. You do not have to wait for a verification email to get started. + + ## Step 2. Download Prebid.js with Prebid Server enabled - Go to [the Prebid.org download page]({{site.github.url}}/download.html), select all the demand adapters you want to work with, and include "Prebid Server".