Skip to content

Commit d96974a

Browse files
mleutholdbenjben
authored andcommitted
Update links to referer parser files in the README (closes #214)
1 parent 4898cdc commit d96974a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,21 @@ _Note that we always use the original HTTP misspelling of 'referer' (and thus 'r
1010

1111
## Database
1212

13+
The database is available in YAML and JSON format.
14+
1315
The latest database is always available on this URL:
1416

1517
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
1619

1720
The database is updated at most once a month. Each new version of the database is also uploaded with a timestamp:
1821

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
2028

2129
If there is an issue with the database necessitating a re-release within the month, the corresponding files will be overwritten.
2230

0 commit comments

Comments
 (0)