File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,21 @@ _Note that we always use the original HTTP misspelling of 'referer' (and thus 'r
10
10
11
11
## Database
12
12
13
+ The database is available in YAML and JSON format.
14
+
13
15
The latest database is always available on this URL:
14
16
15
17
https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-latest.yaml
18
+ https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-latest.json
16
19
17
20
The database is updated at most once a month. Each new version of the database is also uploaded with a timestamp:
18
21
19
- https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-YYYY-MM.yaml
22
+ https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-YYYYMMDD.yaml
23
+ https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-YYYYMMDD.json
24
+
25
+ Example:
26
+ https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-20200331.yaml
27
+ https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-20200331.json
20
28
21
29
If there is an issue with the database necessitating a re-release within the month, the corresponding files will be overwritten.
22
30
You can’t perform that action at this time.
0 commit comments