Gmail blocking pixel tracking / 1x1 pixel since today morning

我只是一个虾纸丫 提交于 2019-12-31 04:33:11

问题


I was implementing pixel tracking for a gmail web service, but since today google has changed the gmail client to proxy linked images !

Is there any work around, as the proxy is giving my server a fake/masked ip and location?


回答1:


This is true. gmail has been proxying all user content via it thus showing Mountain View,CA as its REMOTE_ADDR. This is true only for gmail clients. The same logic has not been working on Gmail via outlook or any other mail client. Most email tracking companies rely on these details to differentiate the recepients of the mail. I dont think there is a work around. But if there is one we would find out soon given that these companies have a lot to lose.

Meanwhile, you could try using HTTP_X_FORWARDED_FOR or disposition notification headers. But given that this can be messed with, there isnt much option left but just go back to making people click on links!!!




回答2:


In my experience as of Aug 5 2018 my emails sent with a tracking pixel are blocked by google. I uncheck the send tracking pixel box in my crm and the message arrives instantly. The tracked email never arrives.

I made a video to show but its exactly as I just described and quite boring to watch lol. BUt you get the point. Obviously this is just in my experience but it's too bad because knowing if my clients read it is only way know not to keep sending the same message in a different way assuming it went to spam.




回答3:


Looks to me like they're caching, not just proxying.. I whipped up a PHP file to output a random image selected out of a collection of 5 images... It's the same image each time.. Testing against Yahoo! mail and outlook, both of which change each time the email is opened..



来源:https://stackoverflow.com/questions/20379732/gmail-blocking-pixel-tracking-1x1-pixel-since-today-morning

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!