From 89c9ea7a648ac2b4256836765831ee2590e4b754 Mon Sep 17 00:00:00 2001 From: Eugene Dorfman Date: Thu, 18 Jul 2024 12:46:01 +0200 Subject: [PATCH] 51d: update server modules doc --- prebid-server/pbs-modules/51degrees-device-detection.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/prebid-server/pbs-modules/51degrees-device-detection.md b/prebid-server/pbs-modules/51degrees-device-detection.md index 9455548703..b4c5e97031 100644 --- a/prebid-server/pbs-modules/51degrees-device-detection.md +++ b/prebid-server/pbs-modules/51degrees-device-detection.md @@ -6,6 +6,9 @@ display_name : 51Degrees Device Detection Module sidebarType : 5 --- +{: .alert.alert-warning :} +The 51Degrees module operates using a data file. You can get started with a **free** Lite data file that can be downloaded here: [51Degrees-LiteV4.1.hash](https://github.com/51Degrees/device-detection-data/blob/main/51Degrees-LiteV4.1.hash). The Lite file detects limited device information, for more in-depth device data, please contact 51Degrees: [https://51degrees.com/contact-us](https://51degrees.com/contact-us?ContactReason=Free%20Trial). + # 51Degrees Device Detection Module {:.no_toc} @@ -44,7 +47,8 @@ The module operates **fully autonomously and does not make any requests to any c ## Setup -The 51Degrees module operates using a data file. You can get started with a free Lite data file that can be downloaded here: [51Degrees-LiteV4.1.hash](https://github.com/51Degrees/device-detection-data/blob/main/51Degrees-LiteV4.1.hash). The Lite file is capable of detecting limited device information, so if you need in-depth device data, please contact 51Degrees to obtain a license: [https://51degrees.com/contact-us](https://51degrees.com/contact-us?ContactReason=Free%20Trial). +The 51Degrees module operates using a data file. You can get started with a **free** Lite data file that can be downloaded here: [51Degrees-LiteV4.1.hash](https://github.com/51Degrees/device-detection-data/blob/main/51Degrees-LiteV4.1.hash). The Lite file detects limited device information, for more in-depth device data, please contact 51Degrees: [https://51degrees.com/contact-us](https://51degrees.com/contact-us?ContactReason=Free%20Trial). + Put the data file in a file system location writable by the system account that is running the Prebid Server module and specify that directory location in the configuration parameters. The location needs to be writable if you would like to enable [automatic data file updates](https://51degrees.com/documentation/_features__automatic_datafile_updates.html).