- Newest
- Most votes
- Most comments
There are a few ways to omit the open tracking pixel from SES emails:
Send the email without specifying a configuration set. When no configuration set is specified, SES will not include open/click tracking pixels by default.
Specify a configuration set that has open/click tracking disabled. You can disable this on a per-configuration set basis in the SES console.
Delete any existing domain-level open/click tracking associations for a configuration set using the
delete-configuration-set-tracking-options
AWS CLI command. This will cause SES to use its default tracking domains rather than any custom domains configured.
Ensure your configuration set and email content don't include any open/click tracking links (often added to image links or anchors). SES will only include tracking pixels for links it finds in the email.
Even when tracking is disabled at the configuration set level, SES may still add pixels for any tracking links it finds embedded in the email content. Be sure to verify your emails don't include any such links.
Relevant content
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago