1 Answer
- Newest
- Most votes
- Most comments
0
Amazon Simple Email Service (SES) does not expose recipient-level information in Open events. According to the official documentation, these events contain only metadata such as the event timestamp, user agent, and originating IP address. In contrast to Delivery events, which include a recipients array that identifies the specific addresses to which the message was delivered, Open events cannot be tied to an individual recipient. This limitation arises because the tracking pixel used to record opens is embedded once per message rather than on a per-recipient basis.
https://docs.aws.amazon.com/ses/latest/dg/working-with-event-data.html
