Earlier quoted context omitted.
Easy: Make the "Dear " part of the email an image. Boom, deduplication fooled. (Also, they don't currently seem to do anything like you're suggesting.)
What if google just immediately fetches images for all received messages, regardless of deliverability? They can dedupe wherever possible, but the sender still ends up with no information about whether the message was delivered, much less read.
Gmail blows up e-mail marketing by caching all images on Google servers
181–190 of 322 posts
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#182Earlier quoted context omitted.
> Google has no way to know that all of those point to the same image. Try again. :)
De-duplication is already a "big deal" in lots of hosting situations, such as box.net, dropbox, etc. I doubt it's outside of the skillset of engineers at google to address the problem. Especially given that google already has the technology to do image searches based on other images.
http://marketing.example.com/tracking/some_user.png
in cache is identical to http://marketing.example.com/tracking/some_other_user.png
without passing the second URL — a.k.a. the tracking data — to marketing.example.com.Re: Gmail blows up e-mail marketing by caching all images on Google servers
#183Earlier quoted context omitted.
it does, indeed, send the request when it is actually opened. see: https://news.ycombinator.com/item?id=6895876 /me goes to go find and turn on the "block third party images" feature.
Are we sure they won't programmatically/statistically detect these tracking URLs and start skipping the request after the first dozen or so retrievals out of 10,000,000?
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#184Earlier quoted context omitted.
> which they will sell ... Citation? I was not aware of this.
Google's an advertising company. Selling eyeballs -- or information on how to get more eyeballs -- is what they do.
Selling eyeballs: yes.
Selling information: oh good lord no, so very, very no. That information is never ever leaving Google's servers.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#185Earlier quoted context omitted.
Easy: Make the "Dear " part of the email an image. Boom, deduplication fooled. (Also, they don't currently seem to do anything like you're suggesting.)
What if google just immediately fetches images for all received messages, regardless of deliverability? They can dedupe wherever possible, but the sender still ends up with no information about whether the message was delivered, much less read.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#186Earlier quoted context omitted.
I don't understand how that helps. If I send an email to user_x@gmail.com with an embedded image at http://example.com/my_spam_images/image_for_user_x.jpg and google makes a request to that, I know the mail has been delivered and the user in question exists and is seeing my ads, because a request for image_for_user_x.jpg showed up in my logs. Now, when user_y also receives my spam and I get a request for image_for_us…
"I know the mail has been delivered and the user in question exists and is seeing my ads" No, you just know that the email was delivered to the user's inbox. You don't know if the user looked at it or just trashed it.
People love their e-mail offers. The type of users e-mail marketers want the most - namely the ones that responds to their offers very well - would be up in arms if Gmail makes them start missing out on offers.
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#187Speculation: how many steps away are we from some sort of AdWords for mass emailing?
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#188Earlier quoted context omitted.
And then you can cause Google to DDoS someone else's site by sending out spam containing lots of image URLs.
Users would have to have previously agreed to "Always load images from domain.com"
(and "normal users" do click the show images links)
Re: Gmail blows up e-mail marketing by caching all images on Google servers
#189Re: Gmail blows up e-mail marketing by caching all images on Google servers
#190> E-mail marketers will no longer be able to get any information from images—they will see a single request from Google, which will then be used to send the image out to all Gmail users. Unless you click on a link, marketers will have no idea the e-mail has been seen. Absurdly wrong, marketers already use a unique image URL for each email recipient, and Google has no way to know that all of those point to the same im…
> Now, an open question is if Google will make that request when the email is actually opened, which would allow marketers to determine if and when the email was read by the user, or if Google will make the request as soon as the email is received. I reply to this question here. Sadly, a request is done each time and only when a user loads the image. https://news.ycombinator.com/item?id=6898087 Which makes the Ars ar…