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
Copy file name to clipboardExpand all lines: prebid-server/hosting/pbs-hosting.md
+23-21Lines changed: 23 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,16 @@ title: Prebid Server | Hosting
14
14
## Overview
15
15
16
16
Prebid Server is not a turn-key solution. Whoever takes on hosting a Prebid Server is also taking on:
17
-
- Setting up production-quality servers, networking, monitors, etc.
18
-
- Populating backend data such as stored requests and account-level configuration
19
-
- Responsibility for understanding the legal implications of ad tech in your marketplace. PBS has built-in configurable support for [several privacy regulations](/prebid-server/features/pbs-privacy.html), but you need to understand and configure them with help from your lawyers.
20
-
- Regular updates. Please don't download Prebid Server and just run the same version forever. You need to commit to checking **at least** quarterly for updates. There are new releases most every week.
17
+
18
+
* Setting up production-quality servers, networking, monitors, etc.
19
+
* Populating backend data such as stored requests and account-level configuration
20
+
* Responsibility for understanding the legal implications of ad tech in your marketplace. PBS has built-in configurable support for [several privacy regulations](/prebid-server/features/pbs-privacy.html), but you need to understand and configure them with help from your lawyers.
21
+
* Regular updates. Please don't download Prebid Server and just run the same version forever. You need to commit to checking **at least** quarterly for updates. There are new releases most every week.
21
22
22
23
You'll need to decide which of the two implementations to utilize:
23
24
24
-
-[Prebid Server (Go)](/prebid-server/versions/pbs-versions-go.html) - the original Prebid Server is written in the Go language.
25
-
-[Prebid Server (Java)](/prebid-server/versions/pbs-versions-java.html) - Prebid Server with a Java language port.
25
+
*[Prebid Server (Go)](/prebid-server/versions/pbs-versions-go.html) - the original Prebid Server is written in the Go language.
26
+
*[Prebid Server (Java)](/prebid-server/versions/pbs-versions-java.html) - Prebid Server with a Java language port.
26
27
27
28
To choose between them, see the [Prebid Server version overview](/prebid-server/versions/pbs-versions-overview.html) and the [FAQ](/faq/prebid-server-faq.html#why-are-there-two-versions-of-prebid-server-are-they-kept-in-sync).
28
29
@@ -53,8 +54,8 @@ and many versions of the GDPR vendors list.
53
54
54
55
Other services you may want to run alongside Prebid Server are:
* Device lookup service (future: for Programmatic Guaranteed targeting)
58
59
59
60
Note that neither Prebid Server nor Prebid Cache supports configuring an SSL certificate. It's intended that they run behind a load balancer or proxy server (e.g. nginx) that provides SSL.
60
61
@@ -86,8 +87,8 @@ populating data from their internal systems.
86
87
You'll want to hook both Prebid Server and Prebid Cache up to an
87
88
operational monitoring system.
88
89
89
-
- PBS-Go currently supports Influx and Prometheus
90
-
- PBS-Java currently supports Influxand Graphite
90
+
* PBS-Go currently supports Influx and Prometheus
91
+
* PBS-Java currently supports Influx, Graphite, Prometheus, and Console
91
92
92
93
## Installing the Software
93
94
@@ -99,24 +100,25 @@ as a next step.
99
100
100
101
Prebid does not track who downloads Prebid Server, but sometimes we make
101
102
announcements (bugs, features) and want to get feedback on proposals. You can get on
102
-
this mailing list by emailing prebid-server@prebid.org. It's low volume
103
-
Here's the information we're asking for:
103
+
this mailing list by emailing <prebid-server@prebid.org>. It's low volume.
104
104
105
105
Required to get on the list:
106
-
- A group email address to place on the list. No individual addresses please.
106
+
107
+
* A group email address. No individual addresses please.
107
108
108
109
Optional:
109
-
- Which version of Prebid Server are you running: PBS-Go or PBS-Java?
110
-
- A host URL so we can occasionally check what versions people are running.
111
-
- Are there any features you'd like to see in Prebid Server?
110
+
111
+
* Which version of Prebid Server are you running: PBS-Go or PBS-Java?
112
+
* A host URL so we can occasionally check what versions people are running.
113
+
* Are there any features you'd like to see in Prebid Server?
112
114
113
115
Even though this is not information about individuals, this information falls under the
114
116
[Prebid website privacy policy](/policies/privacy.html). You can remove your company from the
115
-
email list at any time just by emailing us again at prebid-server@prebid.org.
117
+
email list at any time just by emailing us again at <prebid-server@prebid.org>.
116
118
117
119
## Further Reading
118
120
119
-
-[Prebid Server Database](/prebid-server/hosting/pbs-database.html)
0 commit comments