Saturday, April 27, 2024
VGO Promo
HomeOthersReferral Spam from News Greets Store (Poland): A Comprehensive Investigation

Referral Spam from News Greets Store (Poland): A Comprehensive Investigation

A Comprehensive Exploration of Referral Spam Challenges and Solutions in Google Analytics

In recent discussions, led by Giulia D’Alfonso, users have shed light on a notable challenge involving referral spam from News Greets Store (Poland), causing disruptions in Google Analytics (GA4) data. The emergence of fictitious users from Poland in GA real-time reports has triggered concerns among website owners.

Identified Similar Domains: Several websites are grappling with analogous issues.

Community Insights: Contributions from users like Attila Bogozi, Usama Ahmed, User Brooks, Sergey_S, David Troup, and others reveal shared experiences and discussions on potential solutions. Conversations also delve into the implications for website analytics and engagement rates.

Domain Investigation: Syndu Web has provided domain registration details for news.grets.store:

  • Domain Name: GRETS.STORE
  • Registrar: RU-CENTER
  • Registrar URL:RU-CENTER
  • Registrant Organization: Privacy protection service – whoisproxy.ru

Addressing the Issue:

  1. Blocking Unwanted Referrals:
    • Users have experimented with blocking suspicious activity through GA settings, yielding mixed results.
  2. Engaging Registrar and Privacy Protection Service:
    • Direct outreach to RU-CENTER, utilizing their abuse contact.
    • Escalating the matter to ICANN if necessary.
  3. Sharing Domain and Hosting Providers:
    • Encouraging users to disclose domain names and hosting providers to identify potential commonalities.

Common Fix:

Users have implemented a common fix by adding specific rules to their .htaccess file:

apache












# BEGIN Block Crawler Referral Spam
RewriteEngine on
  RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*news\.grets\.store\.com/ [NC,OR]
  RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*grets\.store\.com/ [NC,OR]
  RewriteCond %{HTTP_REFERER} ^https?://([^.]+\.)*news\.grets\.store/ [NC,OR]
  RewriteCond %{HTTP_REFERER} ^http://news\.grets\.store/ [NC,OR]
  RewriteCond %{HTTP_REFERER} ^http?://([^.]+\.)*news\.grets\.store/ [NC,OR]
  RewriteCond %{HTTP_REFERER} ^https?://(www\.)?news\.grets\.store\.com/ [NC,OR]
  RewriteCond %{HTTP_REFERER} ^https?://(www\.)?news\.grets\.store/ [NC,OR]
  RewriteCond %{HTTP_REFERER} ^https?://(www\.)?grets\.store\.com/ [NC]
RewriteRule .* - [F]
# END Block Crawler Referral Spam

Final Considerations: Report the issue directly to Google and adhere to best practices to prevent Personally Identifiable Information (PII) in GA reports.

This collective endeavor seeks to unravel and resolve the persistent challenge of referral spam affecting multiple users. Valuable insights and solutions are welcomed to enrich the ongoing community discussion.

LiMiT
LiMiThttps://www.limit.agency
I’m a content connoisseur with a knack for translating complex tech into relatable stories. With a foot in the door of marketing, software development and a perspective honed in the world of crypto, my articles aim to inform, engage, and resonate with our audience. At Daoox, my words are a bridge between innovation and understanding.
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

SUBSCRIBE TO THE NEWSLETTER

Loading

Latest News

POPULAR NEWS

Unveiling the Tale of a Determined Dad – Investing $106K to Add Seven Inches to His Height

In an era where personal satisfaction with one's appearance is increasingly salient, unique stories of transformation emerge. Today, we delve into the exceptional journey...

Top 5 US Dividend-Paying Stocks from 2015 to 2022

Dividend stocks are a popular investment choice for investors who are looking for a steady stream of income. These stocks pay out a portion...

Effective Strategies Against Trast.Mantero.Online, and Kar.Razas.Site Referral Spam in Google Analytics

Understanding the Evolving Challenge of Referral Spam in Google Analytics In a digital landscape where accurate data is paramount, referral spam continues to be a...