I am build an email application with a feature to see read recipients after sending an email. For example: If I sent an email to P1 and cc P2 & P3, then when P1 opens the email, I as a sender should be able to see that P1 read their email.
To achieve this, I am using Individual Tracking Pixels method wherein I add a pixel to the html that I am sending. But the challenge is that, I am not able to send all the recipients unique tracking links since the HTML part of the email is same for everyone and I don't control which email is sent to which recipient (here, P1, P2 & P3).
Include the recipient email/ID as a parameter in the tracking pixel URL
Example:
http://example.com/[email protected]Your tracking server can extract the recipient data from the URL