Forum Moderators: phranque
Please do not post specific details such as domain names, full IP addresses, or personally-identifiable information such as name, e-mail address, IM screen name, etc. Such specifics will be edited or removed in accordance with our Terms of Service [webmasterworld.com...] which may render your post meaningless.
Yes it's seems to be appearing in the "Keywords sessions" nowhere else.How does this relate to Apache? And how can you tell it isn't simply garden-variety referer spam? I find various “example.club” now and then attached to image requests, but as long as it's just images, the hotlink routine can deal with them.
Now I am looking at the apache logs and I don't find any reference to "example.club" referrer.Aha. This isn’t an Apache issue at all; it’s an analytics issue. This is why we are always nagging at people to check their server access logs. If something is present in analytics, but not in the server logs, then it has nothing to do with your site. (Yay! Your server doesn’t have to do extra work.) Instead, they are sending requests directly to GA to make it look as if they’re visiting your site. Since third-party analytics such as GA aren't subject to your own site's access controls, all you can do is configure GA to ignore them.
to filter out by domain and specific spam siteRead again what NickMNS offered, it is instructions:
You can set a filter in GA to only show hits from your domain, that is where the hostname === your domain.That is not the same as filtering by the referer spam domain. If the hostname is not your own then GA should not count anything from the scripted pings from that 'club' domain. The idea is to set GA to only count visits from your domain so that hits from scripts won't be counted. ;)
how many hours does it take for new filters to work?
Ok guys I did some Google searching and found a guide to filter out by domain and specific spam site.
Anyone found a solution to this ?