Email tracking pixel support
rant.gulbrandsen.priv.no
Email tracking pixel support
1–10 of 15 posts
Re: Email tracking pixel support
#2Re: Email tracking pixel support
#3Why are tracking pixels still even a thing. Wouldn't this all be solved is the top 3 mail providers would just decide to hit all embedded resources at the moment a message is received and proxy or even cache it after? This would render this method ineffective for the vast majority of receivers
Re: Email tracking pixel support
#4You can also just clone the repo and checkout something from the history.
Re: Email tracking pixel support
#5Why are tracking pixels still even a thing. Wouldn't this all be solved is the top 3 mail providers would just decide to hit all embedded resources at the moment a message is received and proxy or even cache it after? This would render this method ineffective for the vast majority of receivers
Re: Email tracking pixel support
#6Why are tracking pixels still even a thing. Wouldn't this all be solved is the top 3 mail providers would just decide to hit all embedded resources at the moment a message is received and proxy or even cache it after? This would render this method ineffective for the vast majority of receivers
I thought google started doing this years ago https://gmail.googleblog.com/2013/12/images-now-showing.html
Re: Email tracking pixel support
#7Why are tracking pixels still even a thing. Wouldn't this all be solved is the top 3 mail providers would just decide to hit all embedded resources at the moment a message is received and proxy or even cache it after? This would render this method ineffective for the vast majority of receivers
In order to proxy/cache it they would have to rewrite https resources in user mail to point at their servers. Technically possible but a PR nightmare for little gain to them.
Re: Email tracking pixel support
#8Earlier quoted context omitted.
In order to proxy/cache it they would have to rewrite https resources in user mail to point at their servers. Technically possible but a PR nightmare for little gain to them.
They do this already. Similar to Github’s Cameo service for proxying readme images.
Re: Email tracking pixel support
#9Earlier quoted context omitted.
They do this already. Similar to Github’s Cameo service for proxying readme images.
Wow, I just checked and yep there it is - google URL! I wonder if it caches automatically or only when read. If the latter I bet you could game the system by sending a tracking pixel with a unique source URL. Will have to stand up a test server and see what resource gets requested when.
Re: Email tracking pixel support
#10Earlier quoted context omitted.
I thought google started doing this years ago https://gmail.googleblog.com/2013/12/images-now-showing.html
They might be proxying it, but it still only gets hit once you open the mail as I can remember after sending myself a testmail a while back, embedding an image and watching the webserver logs.
If you don't enable images, the tracking pixel is never retrieved.