Mobile app version of vmapp.org
Login or Join
Reiling115

: Track Email with Google user contents img resource and redirecting to my website I'm using Email tracking services of some Email sender company. It is achieved through requesting img resource

@Reiling115

Posted in: #Email #Links #Tracking

I'm using Email tracking services of some Email sender company. It is achieved through requesting img resource when opening email. Here is the code inserted into HTML message:

<img src="https://ci4.googleusercontent.com/proxy/TObr7aARe70s=s0-d-e1-ft#http://www.mywebsite.com/TrackEmail?j=eyJ1IjoiMQ4In0%3D&amp;r=0.614693022798747.gif" width="2" height="1">

I'm interested in how eventually the request will come to my website. Can anyone please explain me? I think the magic is somewhere in this part ...d-e1-ft#htt....

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Reiling115

1 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

If you are looking at this email in Gmail, I believe that the googleusercontent.com was added to your image. Google recently announced that they are now caching all images shown in Gmail on their own servers as a user privacy protection.

This may break some email tracking. It will certainly limit the amount of information you can gather about Gmail users that open emails. You will no longer be able to see what browser they use, for example.

The announcement article gives some more information about how the Google image proxy actually works. Google serves the images from their site, but has their server request it from your server the first time it is used.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme