|
2 | 2 |
|
3 | 3 | Java/Scala: [](https://travis-ci.org/snowplow/referer-parser)
|
4 | 4 |
|
5 |
| -referer-parser is a multi-language library for extracting marketing attribution data (such as search terms) from referer URLs, inspired by the [ua-parser] [ua-parser] project (an equivalent library for user agent parsing). |
| 5 | +referer-parser is a database for extracting marketing attribution data (such as search terms) from referer URLs, inspired by the [ua-parser] [ua-parser] project (an equivalent library for user agent parsing). |
| 6 | + |
| 7 | +The referer-parser project also contains multiple libraries for working with the referer-parser database in different languages. |
6 | 8 |
|
7 | 9 | referer-parser is a core component of [Snowplow] [snowplow], the open-source web-scale analytics platform powered by Hadoop and Redshift.
|
8 | 10 |
|
9 | 11 | _Note that we always use the original HTTP misspelling of 'referer' (and thus 'referal') in this project - never 'referrer'._
|
10 | 12 |
|
| 13 | +## Database |
| 14 | + |
| 15 | +The latest database is always available on this URL: |
| 16 | + |
| 17 | +https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-latest.yml |
| 18 | + |
| 19 | +The database is updated at most once a month. Each new version of the database is also uploaded with a timestamp: |
| 20 | + |
| 21 | +https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-YYYY-MM.yml |
| 22 | + |
| 23 | +If there is an issue with the database necessitating a re-release within the month, the corresponding files will be overwritten. |
| 24 | + |
11 | 25 | ## Maintainers
|
12 | 26 |
|
13 | 27 | * Java/Scala: [Snowplow Analytics Ltd] [snowplow-analytics]
|
14 | 28 | * Ruby: [Kelley Reynolds] [kreynolds] at Inside Systems, Inc
|
15 |
| -* Python: [Don Spaulding] [donspaulding] |
| 29 | +* Python: [Don Spaulding] [donspaulding] |
16 | 30 | * node.js (JavaScript): [Martin Katrenik] [mkatrenik]
|
17 | 31 | * .NET (C#): [Sepp Wijnands] [swijnands] at [iPerform Software] [iperform]
|
18 | 32 | * PHP: [Lars Strojny] [lstrojny]
|
@@ -299,9 +313,9 @@ The node.js (JavaScript) port is copyright 2013-2014 [Martin Katrenik] [mkatreni
|
299 | 313 |
|
300 | 314 | The .NET (C#) port is copyright 2013-2014 [iPerform Software] [iperform] and is available under the [Apache License, Version 2.0] [apache-license].
|
301 | 315 |
|
302 |
| -The PHP port is copyright 2013-2014 [Lars Strojny] [tsileo] and is available under the [MIT License] [mit-license]. |
| 316 | +The PHP port is copyright 2013-2014 [Lars Strojny] [lstrojny] and is available under the [MIT License] [mit-license]. |
303 | 317 |
|
304 |
| -The Go port is copyright 2014 [Thomas Sileo] [lstrojny] and is available under the [MIT License] [mit-license]. |
| 318 | +The Go port is copyright 2014 [Thomas Sileo] [tsileo] and is available under the [MIT License] [mit-license]. |
305 | 319 |
|
306 | 320 | [ua-parser]: https://github.com/tobie/ua-parser
|
307 | 321 |
|
|
0 commit comments