my google analytics getting messed up by sixdollarclick.com
I've been getting about 6000 garbage hits a day all coming from sixdollarclick.com It is totally messing up google analytics.
I just recently redid my website which involved moving from a windows host to an linux host.
Once I got the new site up on the linux host I tried Both these entries in the .htaccess file from info I found on various support sites. But neither seemed to stop this traffic from getting through:
RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} sixdollarclick\.com [NC]
RewriteRule .* - [F]
and
Order allow,deny
Deny from sixdollarclick.com
Allow from all
I am also trying filters in GA, but it sucks that they are not retroactive, and they still did not seem to filter out all the spam traffic.
Help.