adlibraryspy.com

adlibraryspy.com

Truejoy2020
Visitor
2 0 0

Are any of you guys starting to see your store being searched several times a day by this website: adlibraryspy.com

It swipes by website like 15 or more times of day messing up my analytics and I just noticed that my postscript bill is higher making me wonder if this is why. Let me know. Thanks! 

Replies 4 (4)

TerenceKEANE
Shopify Partner
512 86 80

Hi,

 

We've seen this with our own customers as well. I can say it's harmless. Its purpose is probably to see the keywords you're using for Facebook ads.

 

Terence.

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites
Truejoy2020
Visitor
2 0 0

Thanks Terence for the reply, but what if I'm currently not running any ads, should they still be hitting my website over 15 times a day? LOL And should I add in my Google Analystics not to count it as visitors/customers/potential customers?

TerenceKEANE
Shopify Partner
512 86 80

You are welcome.

 

You can block this through Google Analytics, but the best way is to add a block in the website's 'robots.txt' file. I don't know the exact name of the bot for this website, but I recommend reading the topic below.

 

Also, it might not be specific to you. They might be crawling the entire internet. Blocking them is the best option. Additionally, unnecessary queries to your website can slow it down. Be very careful when using 'robots.txt' though, as you could accidentally remove your Google indexes!

 

https://www.youtube.com/watch?v=yt98cBrMCYo

 

https://www.growthmachine.com/blog/blocking-robots#:~:text=If%20you%20want%20to%20block,to%20block%2....

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites

MaxFax
Shopify Partner
13 0 3

Hi! I have the same issue. Now I am trying to block them with the Custom JavaScript. If you want to try please follow the instructions below:

 

1. Edit Your Theme Code:
• Go to your Shopify Admin.
• Navigate to Online Store > Themes.
• Click on Actions > Edit code for your current theme.
2. Add Custom Javascript:
• Open the theme.liquid file (usually located under the Layout folder).
• Add the following JavaScript code before the closing </head> tag:

 

<script type="text/javascript">
  document.addEventListener("DOMContentLoaded", function() {
    var referrer = document.referrer;
    var blockedReferrers = ["adlibraryspy.com", "app.adlibraryspy.com"];
    
    blockedReferrers.forEach(function(blockedReferrer) {
      if (referrer.includes(blockedReferrer)) {
        window.location.href = "https://yourwebsite.com/block-message"; // Replace with your desired URL or a custom block message page
      }
    });
  });
</script>

 

This script checks if the referrer is one of the blocked referrers and redirects the user if it is.

Feel free to buy me a coffee if it was helpful 😉
paypal.me/mxfax

Was my reply helpful? Buy me a coffee