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: dev-docs/modules/51DegreesRtdProvider.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ The Cloud API is **free** to integrate and use. To increase limits please check
27
27
28
28
51Degrees module enriches an OpenRTB request with [51Degrees Device Data](https://51degrees.com/documentation/index.html).
29
29
30
-
51Degrees module sets the following fields of the device object: `devicetype`, `make`, `model`, `os`, `osv`, `h`, `w`, `ppi`, `pxratio`. Interested bidder adapters may use these fields as needed.
30
+
51Degrees module sets the following fields of the device object: `devicetype`, `make`, `model`, `hwv`, `os`, `osv`, `h`, `w`, `ppi`, `pxratio`. Interested bidder adapters may use these fields as needed.
31
31
32
32
The module also adds a `device.ext.fod` extension object (fod == fifty one degrees) and sets `device.ext.fod.deviceId` to a permanent device ID, which can be rapidly looked up in on-premise data, exposing over 250 properties, including device age, chipset, codec support, price, operating system and app/browser versions, age, and embedded features.
33
33
34
34
It also sets `device.ext.fod.tpc` key to a binary value to indicate whether third-party cookies are enabled in the browser (1 if enabled, 0 if disabled).
35
35
36
36
The module supports on premise and cloud device detection services with free options for both.
37
37
38
-
A free resource key for use with 51Degrees cloud service can be obtained from [51Degrees cloud configuration](https://configure.51degrees.com/7bL8jDGz?utm_source=Prebid&utm_medium=Documentation). This is the simplest approach to trial the module.
38
+
A free resource key for use with 51Degrees cloud service can be obtained from [51Degrees cloud configuration](https://configure.51degrees.com/jJqVnTJR?utm_source=Prebid&utm_medium=Documentation). This is the simplest approach to trial the module.
39
39
40
40
An interface compatible self hosted service can be used with .NET, Java, Node, PHP, and Python. See [51Degrees examples](https://51degrees.com/documentation/_examples__device_detection__getting_started__web__on_premise.html).
In order to use the module please first obtain a Resource Key using the [Configurator tool](https://configure.51degrees.com/7bL8jDGz?utm_source=Prebid&utm_medium=Documentation) - choose the following properties:
60
+
In order to use the module please first obtain a Resource Key using the [Configurator tool](https://configure.51degrees.com/jJqVnTJR?utm_source=Prebid&utm_medium=Documentation) - choose the following properties:
61
61
62
62
* DeviceId
63
63
* DeviceType
64
64
* HardwareVendor
65
65
* HardwareName
66
+
* HardwareNamePrefix
67
+
* HardwareNameVersion
66
68
* HardwareModel
67
69
* PlatformName
68
70
* PlatformVersion
@@ -128,7 +130,7 @@ pbjs.setConfig({
128
130
waitForIt:true, // should be true, otherwise the auctionDelay will be ignored
129
131
params: {
130
132
resourceKey:'<YOUR_RESOURCE_KEY>',
131
-
// Get your resource key from https://configure.51degrees.com/7bL8jDGz?utm_source=Prebid&utm_medium=Documentation
133
+
// Get your resource key from https://configure.51degrees.com/jJqVnTJR?utm_source=Prebid&utm_medium=Documentation
132
134
// alternatively, you can use the on-premise version of the 51Degrees service and connect to your chosen end point
0 commit comments