Omit/remove the open tracking pixel from emails send by PinPoint.

0

According to aws documentation you can omit the open tracking pixel by doing the following. I have done both approaches. There are two ways to omit the open tracking pixel from your emails. The first method is to send the email without specifying a configuration set. Alternatively, you can specify a configuration set that is not configured to publish data about open events.

https://docs.aws.amazon.com/ses/latest/dg/faqs-metrics.html

But this doesn't seem to do the trick. I checked e-mail headers and the open pixel is always there.

Mike
질문됨 2년 전90회 조회
1개 답변
0

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.

profile picture
전문가
답변함 21일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠