网站被googleads.g.doubleclick.net刷流量,怎样解决

那你不应该高兴吗。
■网友
按照/eyeblaster/addineyeV2-secure.html关键词进行搜索,找到了这个结果,javascript - Determine which advertisement made a request to /eyeblaster/addineyev2.html,原因猜测是你的网站被别人的网站嵌入ifram中引用,而他的网站有Google andsense,所以用户访问他的网站的时候,你的网站就被这样访问了。https://support.google.com/dfp_premium/answer/1085693?hl=enEyeBlaster 【网站被googleads.g.doubleclick.net刷流量,怎样解决】 If you are trafficking an EyeBlaster Flash creative as a 3rd-party tag, you will need to put the addineyev2.html* file to http://www.example.com/eyeblaster/addineyev2.html*
解决方法参考一下这个To avoid that unwanted tracking you should place a dummy empty file on /eyeblaster/addineyev2.html, or, if you use nginx do something like
server { ... location = /eyeblaster/addineyeV2.html { echo ""; }}or, better
server { ... location = /eyeblaster/addineyeV2.html { return 404 "404 - page not found";}}If you don`t have static hosting and cannot configure a proxy server you can put a condition in your 404 page tracking via javascript
if (document.URL.indexOf(\u0026#39;/eyeblaster/addineyeV2.html\u0026#39;) == -1) { doAnalyticsTracking();}
■网友
大家都是用这个IP走GAE代理,来访问你的网站的。
■网友
也有可能有人用google app engine做了爬虫
■网友
应该是被做seo推广刷流量的爬过了。是好事也是坏事。楼主可以查查这些流量的源地址,尝试封一下。应该会有一些效果!
■网友
我也遇到你这情况了,网站突然冒出很多直接流量,来源页面都是http://googleads.g.doubleclick.net,然后指向我网站的某个文章页面,我的网站是没挂GG广告,也没什么木马漏洞,且访问的IP是全国各地在变,也没办法去封,不知道题主的情况,后来是怎么解决的?

■网友
找到这个访问源,屏蔽所有来自这个访问源的IP设置403禁止访问前几天刚被爬过


    推荐阅读