如何使用cachingnginx模板影响的AdSense?

我正在考虑使用下面的nginx模板的WP网站与他们的AdSense。 会caching的AdSense广告,并使点击无效?

server { listen %ip%:%proxy_port%; server_name %domain_idn% %alias_idn%; error_log /var/log/%web_system%/domains/%domain%.error.log error; location / { proxy_pass http://%ip%:%web_port%; proxy_cache cache; proxy_cache_valid 15m; proxy_cache_valid 404 1m; proxy_no_cache $no_cache; proxy_cache_bypass $no_cache; proxy_cache_bypass $cookie_session $http_x_update; location ~* ^.+\.(%proxy_extentions%)$ { proxy_cache off; root %docroot%; access_log /var/log/%web_system%/domains/%domain%.log combined; access_log /var/log/%web_system%/domains/%domain%.bytes bytes; expires max; try_files $uri @fallback; } } location /error/ { alias %home%/%user%/web/%domain%/document_errors/; } location @fallback { proxy_pass http://%ip%:%web_port%; } location ~ /\.ht {return 404;} location ~ /\.svn/ {return 404;} location ~ /\.git/ {return 404;} location ~ /\.hg/ {return 404;} location ~ /\.bzr/ {return 404;} include %home%/%user%/conf/web/nginx.%domain%.conf*; 

}

Adsense资源托pipe在谷歌方面,而不是你的。

当您使用caching程序时,Adsense收入下降。 我已经从每天赚300美元到每天3.00美元,而当我关掉caching时,它又回到了300美元。 上面这个人被误认为是在谷歌方面caching不是你的。 你的caching插件将caching谷歌代码,它不会计数你的意见,只是你的点击。