Сообщение Re: Referer spam в Google Analytics от 12.05.2015 18:50
Изменено 12.05.2015 18:51 PeterOne
G>Можно ли в GA полностью отфильтровать referer spam? Всякие buttons-for-your-site.com и прочее, чтобы они не только в referer не светились, но и вообще не учитывались как хиты?
Можно.
1. В GA настройте фильтр:
2. И в .htaccess добавьте:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://.simple-share-buttons.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*o-o-6-o-o.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*buttons-for-website.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*semalt.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*darodar.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http://.*humanorightswatch.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*googlsucks.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*aliexpress.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*theguardlan.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*free-share-buttons.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*torture.ml/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*buy-cheap-online.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*Get-Free-Traffic-Now.com/ [NC,OR]
RewriteRule ^(.*)$ – [F,L]
G>Можно ли в GA полностью отфильтровать referer spam? Всякие buttons-for-your-site.com и прочее, чтобы они не только в referer не светились, но и вообще не учитывались как хиты?
Можно.
1. В GA настройте фильтр:
2. И в .htaccess добавьте:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://.simple-share-buttons.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*o-o-6-o-o.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*buttons-for-website.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*semalt.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*darodar.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http://.*humanorightswatch.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*googlsucks.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*aliexpress.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*theguardlan.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*free-share-buttons.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*torture.ml/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*buy-cheap-online.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*Get-Free-Traffic-Now.com/ [NC,OR]
RewriteRule ^(.*)$ – [F,L]