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: extra/modules/fiftyone-devicedetection/src/main/java/org/prebid/server/hooks/modules/fiftyone/devicedetection/v1/core/DeviceEnricher.java
Copy file name to clipboardExpand all lines: extra/modules/fiftyone-devicedetection/src/test/java/org/prebid/server/hooks/modules/fiftyone/devicedetection/v1/core/DeviceEnricherTest.java
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,7 @@ public void populateDeviceInfoShouldEnrichAllPropertiesWhenDeviceIsEmpty() throw
273
273
"devicetype",
274
274
"make",
275
275
"model",
276
+
"hwv",
276
277
"os",
277
278
"osv",
278
279
"h",
@@ -335,6 +336,28 @@ public void populateDeviceInfoShouldEnrichMakeWhenItIsMissing() throws Exception
Copy file name to clipboardExpand all lines: extra/modules/live-intent-omni-channel-identity/README.md
+28-25Lines changed: 28 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,45 +2,48 @@
2
2
3
3
This module enriches bid requests with user EIDs.
4
4
5
-
The user EIDs to be enriched are configured per partner as part of the LiveIntent HIRO onboarding process. As part of this onboarding process, partners will also be provided with the `identity-resolution-endpoint` URL as well as with the `auth-token`.
5
+
The user EIDs to be enriched are configured per partner as part of the LiveIntent HIRO onboarding process. As part of
6
+
this onboarding process, partners will also be provided with the `identity-resolution-endpoint` URL as well as with the
7
+
`auth-token`.
6
8
7
-
`treatment-rate` is a value between 0.0 and 1.0 (including 0.0 and 1.0) and defines the percentage of requests for which identity enrichment should be performed. This value can be freely picked. We recommend a value between 0.9 and 0.95
9
+
`treatment-rate` is a value between 0.0 and 1.0 (including 0.0 and 1.0) and defines the percentage of requests for which
10
+
identity enrichment should be performed. This value can be freely picked. We recommend a value between 0.9 and 0.95
8
11
9
12
## Configuration
10
13
11
14
To start using the LiveIntent Omni Channel Identity module you have to enable it and add configuration:
0 commit comments