Holy crap. If I'm reading this right, this basically destroys all pixel tracking, so no more email open stats, no nothing.
Gmail blows up e-mail marketing by caching all images on Google servers
121–130 of 322 posts
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#122There seems to be a lot of misinformation flying around. Here's [0] Google's support doc that clears up some of it. The most important part is at the end: "In some cases, senders may be able to know whether an individual has opened a message with unique image links. As always, Gmail scans every message for suspicious content and if Gmail considers a sender or message potentially suspicious, images won’t be displayed…
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#123it makes it super simple to enumerate valid email addresses.
patch it to fetch the images on valid+invalid email addresses, then we'll talk
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#124Earlier quoted context omitted.
You have no right to know what your users are doing after you send them a message. The privacy invading "tracking pixels" shouldn't exist in the first place.
Why shouldn't content providers be free to monitor usage if it's legal and easy to do? Would you next start to argue SaaS providers shouldn't have any Web server logs at all since it's a way of "tracking" users?
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#125Earlier quoted context omitted.
"early tests indicate that they don't actually do that, waiting for the user to click the email to make the request."
It'd be nice to see these "early tests".
python -m SimpleHTTPServer 8080
creates a webserver serving the current directory, you can then create an email linking to a file in that directory and observe when it gets queried.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#126So there is something I'm not seeing this being discussed anywhere. What about the idea of only storing one image for any and all recipients? Yes I know that the file name is changed based on recipient to try and track the users viewing of the image. But a simple md5sum of the file will indicate that it is potentially the same file as others being cached. Google would only need to store the references and the one fil…
But this only addresses the storage side. A request must still be issued for each unique URL in order to de-dupe.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#127Earlier quoted context omitted.
Yup. I'd really hate to be in the bulk email business today. Perhaps google will sell them back the data they used to create themselves.
The future of marketing is forming cohesive communities with your customers, anyways, not spamming the shit out of them.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#128Earlier quoted context omitted.
There is ONE way: fetch every single image right away regardless of whether the email is even valid. And then don't store the cached version if there is no valid email. Otherwise store it and display to the user. Since every result will be a positive - false or not - no information is revealed to the marketer AND the images are displayed.
There is ONE way: fetch every single image right away regardless of whether the email is even valid. And then don't store the cached version if there is no valid email. Otherwise store it and display to the user. Sure, in theory that works. In practice, you make an easy may to do a Denial of Service attack against Google or innocent third parties so it in actuality would never work. Send a million emails to Gmail acc…
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#129Earlier quoted context omitted.
Yeah, I am not sure where the original claim is coming from. It isn't that hard for Google to simply follow the links and compare the files as part of the caching process. So unless marketers start customizing the images in addition to the links, there isn't any reason why Google can't cache the images together. And even if marketers do start customizing images, hasn't Google gotten pretty good at comparing very simi…
The two of you are confused. The image link doesn't even have to return an image in order to successfully send information to marketers. An image link in the email to: http://thisalways404s.com/404/slg_read_my_email will work just fine. So, Google will follow the link and compare the files and... wait a second, the information we care about - that slg read my email - has already been transmitted.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#130So instead of my work mailing lists having accurate stats via ye olde tracking pixel, now only google does, which they will sell to their own chosen marketers and clients paying google's rate. This isn't the privacy and common-sense win you think it is.