Skip to content

Commit 55c1a3a

Browse files
committed
Updated resources/referers.yml, referers.json and resources/referer-tests.json in sub-folder following update(s) to master copy
1 parent bc53f34 commit 55c1a3a

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

data/referers.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,9 +1293,11 @@
12931293
"yandex.ru",
12941294
"yandex.ua",
12951295
"yandex.com",
1296+
"yandex.by",
12961297
"www.yandex.ru",
12971298
"www.yandex.ua",
1298-
"www.yandex.com"
1299+
"www.yandex.com",
1300+
"www.yandex.by"
12991301
],
13001302
"parameters": [
13011303
"text"

data/referers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3482,9 +3482,11 @@ search:
34823482
- yandex.ru
34833483
- yandex.ua
34843484
- yandex.com
3485+
- yandex.by
34853486
- www.yandex.ru
34863487
- www.yandex.ua
34873488
- www.yandex.com
3489+
- www.yandex.by
34883490

34893491
Yandex Images:
34903492
parameters:

tests/Snowplow/RefererParser/Tests/referer-tests.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"term": "pendulums",
8080
"known": true
8181
},
82-
{
82+
{
8383
"spec": "AOL search.com",
8484
"uri": "http://www.aolsearch.com/search?s_pt=hp&s_gl=NL&query=voorbeeld+cv+competenties&invocationType=tb50hpcnnbie7-nl-nl",
8585
"medium": "search",
@@ -119,9 +119,9 @@
119119
"term": "CARA MEMASAK CUMI CUMI",
120120
"known": true
121121
},
122-
{
122+
{
123123
"spec": "Ask toolbar search #2",
124-
"uri": "http://search.tb.ask.com/search/GGmain.jhtml?&st=hp&p2=5%EZU5%Exdm4585%EYYA5%Eus&n=77fda1bd&ptb=F0B68CA5-4791-4376-BFCC-5F0100329FB6&si=CMKg9-nX07oCFSjZQgodcikACQ&tpr=hpsbsug&searchfor=test",
124+
"uri": "http://search.tb.ask.com/search/GGmain.jhtml?&st=hp&p2=%5EZU%5Exdm458%5EYYA%5Eus&n=77fda1bd&ptb=F0B68CA5-4791-4376-BFCC-5F0100329FB6&si=CMKg9-nX07oCFSjZQgodcikACQ&tpr=hpsbsug&searchfor=test",
125125
"medium": "search",
126126
"source": "Ask Toolbar",
127127
"term": "test",
@@ -142,7 +142,7 @@
142142
"source": "Dalesearch",
143143
"term": " lego.nl /club",
144144
"known": true
145-
},
145+
},
146146
{
147147
"spec": "Twitter redirect",
148148
"uri": "http://t.co/chrgFZDb",
@@ -230,5 +230,21 @@
230230
"source": null,
231231
"term": null,
232232
"known": false
233-
}
233+
},
234+
{
235+
"spec": "Internal subdomain HTTP",
236+
"uri": "http://www.subdomain1.snowplowanalytics.com/account/profile",
237+
"medium": "internal",
238+
"source": null,
239+
"term": null,
240+
"known": false
241+
},
242+
{
243+
"spec": "Internal subdomain HTTPS",
244+
"uri": "http://www.subdomain2.snowplowanalytics.com/account/profile",
245+
"medium": "internal",
246+
"source": null,
247+
"term": null,
248+
"known": false
249+
}
234250
]

0 commit comments

Comments
 (0)