Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @YK1175434

3 Comments

Sorted by latest first Latest Oldest Best

 

@Kimberly868

Using a slightly different technique, all of the Referral Spam domains can be listed in one filter. Personally, I'd rather not have a separate filter for each domain, so I'll just add more domains to the one filter as needed. If there's any inherent flaw with this approach, I'd appreciate the feedback!

Prior to creating my filter, I set my date range for reporting to the last 8 months, selected Acquisition in the reporting sidebar, then All Traffic, then Referrals. I then sorted the list by Bounce Rate. This helped me figure out which Referral Spam domains have been hitting our GA account, and I compiled my list from there.

On the same New Filter page @Chavo references, I selected Custom filter type, and under Exclude selected Campaign Source as the Filter Field. I then entered each domain into Filter Pattern, separated by the pipe character ("|") without any added spaces, as shown below.

UPDATE: I now realize that there's a 255 character limit in the "Filter Pattern" field, so multiple filters will have to be made when that limit is reached.

10% popularity Vote Up Vote Down


 

@Kimberly868

The best way to stop this kind of Referrer Spam is adding a filter in your Google Analytics as @closetnoc says.

1 Go to your Admin tab in Google Analytics.

2 Click on All Filters in the account section of your website.

3 Select New Filter.

4 Fill in the options as shown in the next image.




Since this sites never reach your site is not useful to us .htaccess file. You can Stop other Referrer Spam like buttons-for-website.com with this method

Some of the most common Referrer Spam are:

bestwebsitesawards.com
darodar.com
ilovevitaly.com
semalt.semalt.com
hulfingtonpost.com


Is better to add a filter for the most common in the list before they start showing and messing with your statistics.

Another way to stop them is to change your Google Analytics tracking ID for one that doesn't ends in 1 like UA-XXXXXXX-2, since this kind of Spam usually targets UA-XXXXXXX-1 ID's.

This is only recommended if you have a new site since changing the tracking ID will start your statistics from 0.

Hope it helps.

10% popularity Vote Up Vote Down


 

@Jamie184

I would check your log files to see if this is referrer traffic to your site as opposed to Google Analytics. There is a new spam technique seen here: How to fight off Google Analytics referrer spammers? though neither of these domains are owned by this spammer and this answer may not apply- it is well worth a read for general knowledge of a new technique.

If you find forum20.smailik.org in your log files, then it is normal referrer spam- I say spam because as you say it redirects to aliexpress.com which is owned by Hangzhou Alibaba Advertising Co. Alibaba is fairly well known for spam/junk traffic. Alibaba is an ISP in China which is quite permissive.

I researched both of these domain names in my database and did not find anything. I did a quick search and it appears to be fairly normal referrer spam. You can block this using .htacess if you wish with:

RewriteCond %{HTTP_REFERER} ^forum20.smailik.org$ [NC]
RewriteRule .* - [F,L]


As well, here is an example from @Flo that is well worth preserving:

<rule name="abort referer spam requests" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTP_REFERER}" pattern="^forum20.smailik.org$" />
</conditions>
<action type="AbortRequest" />
</rule>


And of course you can create a filter in Google Analytics. Here is the Google help on creating a filter: support.google.com/analytics/answer/1033162?hl=en

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme