Remove Dailyrank.net Referral Spam

  • dailyrank net referral spam

Dailyrank.net hasn’t affected my Google Analytics data, although I went ahead and put up a filter against any of their potential referral spam campaigns in Google Analytics as they have been known to engage in referral spam.

How To Block Dailyrank.net Spam: Filter Method

I created the instructions below using both images and text to make it easier for you to understand and follow the guide. The important parts of the page that you need to click or interact with are marked with a red circle.

1. Go To The Google Analytics Website And Log Into Your Account

Google Analytics Login Screen

You can visit the website by clicking the URL in the heading or by clicking here.

2. Go To Your “Admin” Tab

Google Analytics Admin Tab

The admin tab is right next to the ‘Customisation’ tab to the far right of the Google Analytics logo.

3. Click On “Filters” Under The “View” Section

Google Analytics Filters

Once you’re on the admin page, go to the 3rd column called “View” and click on “Filters”.

4. Click On “+New Filter”

Google Analytics Add New Filter

 

There’s a big red button on the page that says “+New Filter”. It’s pretty hard to miss, so click it.

5. Enter The Information In The Image Below And Save

dailyrank net referral spam

This is the final and longest step in this guide. Once you’re on the filters page. You’re going to want to do the following:

  1. Click on ‘Create New Filter
  2. Under ‘Filter Information‘, click on ‘Custom
  3. Click the “Exclude‘ button
  4. Under ‘Filter Field‘, select ‘Campaign Source‘ from the drop-down list.
  5. Under Filter Pattern, enter ‘Dailyrank.net
  6. Click on ‘Save‘.

Wait about an hour for the filter changes to take effect and you should be able to see your real Google Analytics data without the referrer spam in it.

How To Block Dailyrank.net Spam: Htaccess Method

In every article I’ve written about ghost referrer spam, I never recommended using this method or the following method if the referrer spam is indeed ghost referrer spam that never actually visits your site as this method and the subsequent method are more suited for protecting your site from any possible sessions in the future from these sources. If you find that the traffic is taking up your server resources or you think that it may be malicious, then try using thie following code in your htaccess.

## SITE REFERRER BANNING
RewriteCond %{HTTP_REFERER} Dailyrank.net [NC,OR] RewriteRule .* – [F]

How To Block Dailyrank.net Spam: Deflecting Method

This is not also not a recommended method, but you can create a text file called “deflector.map” and add the following code to it:

#
## deflector.map
##
##referer –> redirect target
http://Dailyrank.net http://Dailyrank.net.org

After that, you’re going to want to add the following code to your .htaccess

RewriteMap deflector txt:/path/to/deflector.map
RewriteCond %{HTTP_REFERER} !=””
RewriteCond ${deflector:%{HTTP_REFERER}} =-
RewriteRule ^ %{HTTP_REFERER} [R,L]

Why Does Dailyrank Referrer Spam Occur?

Dailyrank.net humourously spams Google Analytics accounts so that you can go to their website and click on their Google Adsense ads. The website also serves the useless purpose of allowing you to check the Alexa rank of any website (you know, like the Alexa site does?).