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: extra/modules/fiftyone-devicedetection/src/main/java/org/prebid/server/hooks/modules/fiftyone/devicedetection/v1/core/OrtbDeviceType.java
0 commit comments