Monday, August 03, 2020

Blogger blogs I had my own counters but Google disabled them.




So on another one of my Blogger blogs I had my own counters but Google disabled them.

I put this post up on my there blog "GREEN IDEAS THINKTANK"

 https://thegreentank.blogspot.com/2020/08/counter-test.html

It contains a simple iframe that I know works because that's how we embed videos, and
that page goes to my server where I then call my counter.



According to google that page has had 3 Hits




But I can see from my server's logs 27 Hits.


sokol@sokol1:Logs$ grep "GET /blogger/gt.html"  web.log  | wc
     27     639    7253


Logs$ grep "GET /blogger/gt.html"  web.log  | awk '{ print $1 }' | sort -u

45.23.141.94
66.249.64.247  < ok googlebot address...
74.125.151.21
74.125.151.23
74.125.151.25

Ok so really like 3 unique subsets? I guess no one is IPV6 Only?

Now some of these may be Bot's and not real humans?


Logs$ grep "GET /blogger/gt.html"  web.log  | sed  -e 's/"$//' -e 's/ .*"/ /' | sort -u

THIS IS ME
45.23.141.94 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36

66.249.64.247 Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/84.0.4147.108 Safari/537.36

74.125.151.21 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/84.0.4147.108 Safari/537.36
74.125.151.23 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.36 (KHTML, like Gecko, Mediapartners-Google) Chrome/84.0.4147.108 Safari/537.36

66.249.64.247 Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.108 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)

74.125.151.21 Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/537.36 (KHTML, like Gecko; Mediapartners-Google) Chrome/84.0.4147.108 Mobile Safari/537.36
74.125.151.25 Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/537.36 (KHTML, like Gecko; Mediapartners-Google) Chrome/84.0.4147.108 Mobile Safari/537.36
74.125.151.23 Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/537.36 (KHTML, like Gecko; Mediapartners-Google) Chrome/84.0.4147.108 Mobile Safari/537.36


No comments: