Traffic from app.adlibraryspy.com

Traffic from app.adlibraryspy.com

JC2077
Visitor
1 0 0

I am getting a lot of traffic from app.adlibraryspy.com. It has messing my analytics and budget for ads. How to stop it? 

Replies 4 (4)

Sonya_2025
Shopify Partner
346 37 60

Hey @JC2077 

I found a traffic blocker public app that may works

 

 

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out.Get Shopify free trial 1$/mon
 EMAIL ME  Motivate me by  PAY ME

dropwr
Visitor
2 0 0

same here, it is spy tool, just ignore it

Macproxy
Visitor
1 0 0

I have the same issue, which has totally messed up my performance max campaign.

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