You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
6
6
7
-
referer-parser is available in the following languages, each in a sub-folder of this repository:
8
-
9
-
*[Ruby implementation][ruby-impl]
10
-
*[Java and Scala implementation][java-scala-impl]
11
-
*[Python implementation][python-impl]
12
-
13
7
referer-parser is a core component of [Snowplow][snowplow], the open-source web-scale analytics platform powered by Hadoop, Hive and Redshift.
14
8
15
9
_Note that we always use the original HTTP misspelling of 'referer' (and thus 'referal') in this project - never 'referrer'._
For more information, please see the .NET [README][dotnet-readme].
123
+
101
124
## referers.yml
102
125
103
126
referer-parser identifies whether a URL is a known referer or not by checking it against the [`referers.yml`][referers-yml] file; the intention is that this YAML file is reusable as-is by every language-specific implementation of referer-parser.
@@ -148,22 +171,27 @@ The Java/Scala port is copyright 2012-2013 Snowplow Analytics Ltd and is availab
148
171
149
172
The Python port is copyright 2012-2013 [Don Spaulding] [donspaulding] and is available under the [Apache License, Version 2.0] [apache-license].
150
173
174
+
The .NET port is copyright 2013 [iPerform Software] [iperform] and is available under the [Apache License, Version 2.0] [apache-license].
0 commit comments