Earlier quoted context omitted.
robots.txt is for crawlers, it would not stop an email client from rendering the email on behalf of its user upon receipt.
So then what gives Google the legal right to fetch, store, and re-serve the images?
Gmail blows up e-mail marketing by caching all images on Google servers
241–250 of 322 posts
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#242Earlier quoted context omitted.
Wait, do I understand you correctly that Google fetched the image even before you requested that images be displayed in the email? That seems like a boon to marketers, not a bane.
But if Google always fetches the images, then there's no way for the marketers to know if the email was actually opened or not.
But even if they did, this is still more information leakage than the old default (don't load images).
Spammers who email via botnets and the like, with false return addresses, doesn't get bouncebacks to clean their lists.
But if you (or Google, on your behalf) give them a hand by reliably loading their tracking image, that flags your email as a valid one.
If you weren't actually reading the email, that's still a false positive I don't think you'd benefit by giving.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#243I'm not too keen on the idea of Gmail modifying the body of emails sent to me.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#244Re: Gmail blows up e-mail marketing by caching all images on Google servers
#245Earlier quoted context omitted.
Ok, but then Google's still making a request to, here, a user-specific URL. The spammer may not know where you are, but they now know that your address exists.
But they already knew that because they didn't get a bounce response.
You've probably noticed that most spam comes from "borrowed" email addresses, not ones the spammer actually controls. If anyone ever sends a ton of spam with your email address on it (this has happened to me) it really drives the point home.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#246So how does this affect various email template applications such as Tout or Hubspot's Signals? IIRC Tout drops a pixel in each email and uses that as a primary tracking source for opens/CTRs etc...
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#247Earlier quoted context omitted.
As someone who co-invented email image bugs with a million other programmers over 15 years ago, you are absolutely correct. (for the curious, my reason for coming up with it was to tell when a customer who requested a car insurance quote from the company I worked at read their email which instantly initiated an outbound call to them). The entire article is just plain wrong. For instance: This move will allow Google t…
Google could check if GUID_1.jpg is the exact same image as GUID_2.jpg. If the same, just show a cached version. No more tracking. (of course, email marketers would thwart this by making each image slightly different. google would respond by checking if the images are almost exactly the same. repeat. whack-a-mole ad infinitum).
Google might save themselves some storage space, but not anyone's privacy.
If Google changed their policy to fetch all images when the email is delivered, that basically delivers a false positive to all marketers/spammers/etc. -- which is better than more accurate info, but it's still worse than just not loading the images.
It's still a confirmation that the email address is valid, plus... who wants to give spammers (or marketers, for that matter) a false positive? The unsophisticated ones won't realize that it's a Google change; they'll just put you on the "interested" list and move on.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#248Earlier quoted context omitted.
As someone who co-invented email image bugs with a million other programmers over 15 years ago, you are absolutely correct. (for the curious, my reason for coming up with it was to tell when a customer who requested a car insurance quote from the company I worked at read their email which instantly initiated an outbound call to them). The entire article is just plain wrong. For instance: This move will allow Google t…
Google could check if GUID_1.jpg is the exact same image as GUID_2.jpg. If the same, just show a cached version. No more tracking. (of course, email marketers would thwart this by making each image slightly different. google would respond by checking if the images are almost exactly the same. repeat. whack-a-mole ad infinitum).
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#249Earlier quoted context omitted.
It'd be nice to see these "early tests".
You can easily try it yourself. 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
#250Penalize mass emails containing unique identifying image URLs for identical images.
Where identical means virtually identical.