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
-**down** - rounding down to the lower price bucket
30
+
-**up** - rounding up to the higher price bucket
31
+
-**timesplit** - 50% of the time rounding down to the lower PB and 50% of the time rounding up to the higher price bucket
32
+
-**true** - if the price >= 50% of the range, rounding up to the higher price bucket, otherwise rounding down
28
33
-`auction.price-floors.enabled` - enables price floors for account if true. Defaults to true.
29
34
-`auction.price-floors.fetch.enabled`- enables data fetch for price floors for account if true. Defaults to false.
30
35
-`auction.price-floors.fetch.url` - url to fetch price floors data from.
@@ -50,6 +55,7 @@ Keep in mind following restrictions:
50
55
-`auction.preferredmediatype.<bidder>.<media-type>` - <media-type> that will be left for <bidder> that doesn't support multi-format. Other media types will be removed. Acceptable values: `banner`, `video`, `audio`, `native`.
51
56
-`auction.privacysandbox.cookiedeprecation.enabled` - boolean that turns on setting and reading of the Chrome Privacy Sandbox testing label header. Defaults to false.
52
57
-`auction.privacysandbox.cookiedeprecation.ttlsec` - if the above setting is true, how long to set the receive-cookie-deprecation cookie's expiration
58
+
-`auction.cache.enabled` - enables bids caching for account if true. Defaults to true.
53
59
-`privacy.gdpr.enabled` - enables gdpr verifications if true. Has higher priority than configuration in
54
60
application.yaml.
55
61
-`privacy.gdpr.eea-countries` - overrides the host-level list of 2-letter country codes where TCF processing is applied
Copy file name to clipboardExpand all lines: docs/config-app.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This section can be extended against standard [Spring configuration](https://doc
14
14
This parameter exists to allow to change the location of the directory Vert.x will create because it will and there is no way to make it not.
15
15
-`vertx.init-timeout-ms` - time to wait for asynchronous initialization steps completion before considering them stuck. When exceeded - exception is thrown and Prebid Server stops.
16
16
-`vertx.enable-per-client-endpoint-metrics` - enables HTTP client metrics per destination endpoint (`host:port`)
17
+
-`vertx.round-robin-inet-address` - enables round-robin inet address selection of the ip address to use
17
18
18
19
## Server
19
20
-`server.max-headers-size` - set the maximum length of all headers.
@@ -284,6 +285,9 @@ For `JVM` metrics
284
285
-`cache.scheme` - set the external Cache Service protocol: `http`, `https`, etc.
285
286
-`cache.host` - set the external Cache Service destination in format `host:port`.
286
287
-`cache.path` - set the external Cache Service path, for example `/cache`.
288
+
-`cache.internal.scheme` - set the internal Cache Service protocol: `http`, `https`, etc., the internal scheme get priority over the external one when provided.
289
+
-`cache.internal.host` - set the internal Cache Service destination in format `host:port`, the internal port get priority over the external one when provided.
290
+
-`cache.internal.path` - set the internal Cache Service path, for example `/cache`, the internal path get priority over the external one when provided.
287
291
-`storage.pbc.enabled` - If set to true, this will allow storing modules’ data in third-party storage.
288
292
-`storage.pbc.path` - set the external Cache Service path for module caching, for example `/pbc-storage`.
289
293
-`cache.api-key-secured` - if set to `true`, will cause Prebid Server to add a special API key header to Prebid Cache requests.
Copy file name to clipboardExpand all lines: extra/modules/fiftyone-devicedetection/src/main/java/org/prebid/server/hooks/modules/fiftyone/devicedetection/v1/core/OrtbDeviceType.java
0 commit comments