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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,6 +284,9 @@ For `JVM` metrics
284
284
-`cache.scheme` - set the external Cache Service protocol: `http`, `https`, etc.
285
285
-`cache.host` - set the external Cache Service destination in format `host:port`.
286
286
-`cache.path` - set the external Cache Service path, for example `/cache`.
287
+
-`cache.internal.scheme` - set the internal Cache Service protocol: `http`, `https`, etc., the internal scheme get priority over the external one when provided.
288
+
-`cache.internal.host` - set the internal Cache Service destination in format `host:port`, the internal port get priority over the external one when provided.
289
+
-`cache.internal.path` - set the internal Cache Service path, for example `/cache`, the internal path get priority over the external one when provided.
287
290
-`storage.pbc.enabled` - If set to true, this will allow storing modules’ data in third-party storage.
288
291
-`storage.pbc.path` - set the external Cache Service path for module caching, for example `/pbc-storage`.
289
292
-`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