Skip to content

Commit 213b823

Browse files
Minor doc update
1 parent c181745 commit 213b823

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extra/modules/wurfl-devicedetection/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ hooks:
105105
}
106106
modules:
107107
wurfl-devicedetection:
108-
wurfl-file-dir-path: </path/to/wurfl_snapshot_dir>
109-
wurfl-snapshot-url: https://data.scientiamobile.com/<your_wurfl_snapshot_url>/wurfl.zip
108+
file-dir-path: </path/to/wurfl_snapshot_dir>
109+
file-snapshot-url: https://data.scientiamobile.com/<your_wurfl_snapshot_url>/wurfl.zip
110110
cache-size: 200000
111111
update-frequency-in-hours: 24
112112
allowed-publisher-ids: 1
@@ -117,8 +117,8 @@ hooks:
117117
118118
| Parameter | Requirement | Description |
119119
|---------------------------------|-------------|---------------------------------------------------------------------------------------------------|
120-
| **`wurfl-file-dir-path`** | Mandatory | Path to the directory where the WURFL file is downloaded. Directory must exist and be writable. |
121-
| **`wurfl-snapshot-url`** | Mandatory | URL of the licensed WURFL snapshot file to be downloaded when Prebid Server Java starts. |
120+
| **`file-dir-path`** | Mandatory | Path to the directory where the WURFL file is downloaded. Directory must exist and be writable. |
121+
| **`file-snapshot-url`** | Mandatory | URL of the licensed WURFL snapshot file to be downloaded when Prebid Server Java starts. |
122122
| **`cache-size`** | Optional | Maximum number of devices stored in the WURFL cache. Defaults to the WURFL cache's standard size. |
123123
| **`ext-caps`** | Optional | If `true`, the module adds all licensed capabilities to the `device.ext` object. |
124124
| **`update-frequency-in-hours`** | Optional | Check interval (hours) for downloading updated wurfl file if modified. Defaults to 24 hours |

0 commit comments

Comments
 (0)