- Joined
- Sep 15, 2014
- Messages
- 4,341
- Likes
- 8,855
- Degree
- 8
Alright so these spammers in Poland are making my analytics completely useless. I assume a lot of people here are also dealing with this since there are several discussions on Reddit and Twitter about what's going on.
Reddit: Weird traffic only visible in Google Analytics
Reddit: Suddenly I started to receiving %200 traffic from Poland
Twitter:
GA's twitter hardly gets any interaction besides the "Bring back Google Analytics 3" occasional comment. However this particular tweet has a TON of replies ALL about the Poland spam. So it's gotten out of control. Honestly it's probably why Google Analytics is starting to lose Market Share. After this GA4 move I realize a lot of marketers used this opportunity to find a new solution and with good reason.
My Problem
Looks good on paper but, that's all fake.
-
--
Poland at 2K versus USA at 49 visitors - How am I suppose to start a marketing campaign with all this spam screwing up my metrics? Anyways...
I looked at some BuSo metrics and it's getting spammed too, but I can't do much cause I don't have admin access to my Engineer account - cause I'm not the Engineer...
How It Works
The thing about this spam is - these "visitors" aren't actually going to your site. It will never show up you web server logs.
What they do is they install YOUR Analytics Code onto some page in the deep void of the internet. Then they visit that page from their spamming domain and Google registers it as a referring visitor to YOUR Analytics.
My solution would be to white list MY DOMAIN and WEB SERVERS IP ADDRESS as to being the only one that can register visits. But I don't work at Google so, here we are.
If someone can shoot that solution up the pipeline to the Google Analytics team that would be great.
Potential solutions
Reading reddit got me to a solution:
"It seems what works only is to exclude their IPs in tag settings as "Internal Traffic": 77.222.40.224/24 and 45.140.19.173/24 and 38.180.120.84/24
Here is a video to do the internal traffic tagging:
Good luck.
--
Other Solutions
Other solutions (which I don't agree with work - because again the visitors never hit your actual website are within these linkedin posts:
New Solutions to the 'news.grets.store' and other Ghost Spam Referral Traffic Issue - The Daily Dose of Digital - 23/04/24
Check your GA4! Referral Traffic spike from News.Grets.Store and a solution to deal with it - The Daily Dose of Digital - 19/02/24
However I am desperate enough to try the Google Tag manager solution. Till this day I have zero clue what Google Tag Manger even is.
--
So I just checked, even my TrafficLeaks.com domain is getting it, so if I'm getting it at MakoBoard.com, BuilderSociety.com, and TrafficLeaks.com - that means ALL of you are getting the spam too.
Am I stupid? How are you all solving this?
Shopify Solutions
I just checked another GA4 property and it's actually not getting the spam. It's hosted at Shopify though - might be something there.
Holy Shit I figured it out. The way Shopify calls Google Analytics isn't like normal sites. On Normal sites it's like this:
That code doesn't exist within Shopify. they are calling all the "tracking code" but using some javascript function with some function like this:
Alright so if someone can figure out how to call Google Analytics 4 code like Shopify does you'll be able to escape this spam cause the spammer scanning your site for your GA code will think you don't have one.
However thinking about it - if the spammers already have your GA4 account you are screwed cause you are already in their system. You would need a new GA4 account with the new way of calling GA4.
Quick Update
I thought I had them yesterday, but the new sites switched to that "38.180.120.84" IP Address which I then added to the internal traffic filter.
However today I don't have a single visitor. So perhaps the internal traffic filter is working.
Reddit: Weird traffic only visible in Google Analytics
Reddit: Suddenly I started to receiving %200 traffic from Poland
Twitter:
GA's twitter hardly gets any interaction besides the "Bring back Google Analytics 3" occasional comment. However this particular tweet has a TON of replies ALL about the Poland spam. So it's gotten out of control. Honestly it's probably why Google Analytics is starting to lose Market Share. After this GA4 move I realize a lot of marketers used this opportunity to find a new solution and with good reason.
My Problem
Looks good on paper but, that's all fake.
-
--
Poland at 2K versus USA at 49 visitors - How am I suppose to start a marketing campaign with all this spam screwing up my metrics? Anyways...
I looked at some BuSo metrics and it's getting spammed too, but I can't do much cause I don't have admin access to my Engineer account - cause I'm not the Engineer...
How It Works
The thing about this spam is - these "visitors" aren't actually going to your site. It will never show up you web server logs.
What they do is they install YOUR Analytics Code onto some page in the deep void of the internet. Then they visit that page from their spamming domain and Google registers it as a referring visitor to YOUR Analytics.
My solution would be to white list MY DOMAIN and WEB SERVERS IP ADDRESS as to being the only one that can register visits. But I don't work at Google so, here we are.
If someone can shoot that solution up the pipeline to the Google Analytics team that would be great.
Potential solutions
Reading reddit got me to a solution:
"It seems what works only is to exclude their IPs in tag settings as "Internal Traffic": 77.222.40.224/24 and 45.140.19.173/24 and 38.180.120.84/24
Here is a video to do the internal traffic tagging:
Good luck.
--
Other Solutions
Other solutions (which I don't agree with work - because again the visitors never hit your actual website are within these linkedin posts:
New Solutions to the 'news.grets.store' and other Ghost Spam Referral Traffic Issue - The Daily Dose of Digital - 23/04/24
Check your GA4! Referral Traffic spike from News.Grets.Store and a solution to deal with it - The Daily Dose of Digital - 19/02/24
However I am desperate enough to try the Google Tag manager solution. Till this day I have zero clue what Google Tag Manger even is.
--
So I just checked, even my TrafficLeaks.com domain is getting it, so if I'm getting it at MakoBoard.com, BuilderSociety.com, and TrafficLeaks.com - that means ALL of you are getting the spam too.
Am I stupid? How are you all solving this?
Shopify Solutions
I just checked another GA4 property and it's actually not getting the spam. It's hosted at Shopify though - might be something there.
Holy Shit I figured it out. The way Shopify calls Google Analytics isn't like normal sites. On Normal sites it's like this:
Code:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1234567890"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1234567890');
</script>
That code doesn't exist within Shopify. they are calling all the "tracking code" but using some javascript function with some function like this:
Code:
trekkie.load(
{
"Trekkie": {
"appName": "storefront",
"development": false,
"defaultAttributes": {
"shopId": 27132985441,
"isMerchantRequest": null,
"themeId": 123383480417,
"themeCityHash": "12527924154125950505",
"contentLanguage": "en",
"currency": "USD"
},
"isServerSideCookieWritingEnabled": true,
"monorailRegion": "shop_domain"
},
"Google Gtag Pixel": {
"conversionId": "G-1234567890",
"eventLabels": [
{
"type": "purchase",
"action_label": "G-1234567890"
},
{
"type": "page_view",
"action_label": "G-1234567890"
},
{
"type": "view_item",
"action_label": "G-1234567890"
},
{
"type": "search",
"action_label": "G-1234567890"
},
{
"type": "add_to_cart",
"action_label": "G-1234567890"
},
{
"type": "begin_checkout",
"action_label": "G-1234567890"
},
{
"type": "add_payment_info",
"action_label": "G-1234567890"
}
],
"targetCountry": "US"
},
"Session Attribution": {},
"S2S": {
"facebookCapiEnabled": false,
"source": "trekkie-storefront-renderer"
}
}
);
Alright so if someone can figure out how to call Google Analytics 4 code like Shopify does you'll be able to escape this spam cause the spammer scanning your site for your GA code will think you don't have one.
However thinking about it - if the spammers already have your GA4 account you are screwed cause you are already in their system. You would need a new GA4 account with the new way of calling GA4.
Quick Update
I thought I had them yesterday, but the new sites switched to that "38.180.120.84" IP Address which I then added to the internal traffic filter.
However today I don't have a single visitor. So perhaps the internal traffic filter is working.