Key details

  1. Amazon SES announced the tracking override parameters on August 21, 2026.
  2. The controls are available in the `SendEmail` and `SendBulkEmail` APIs.
  3. Open tracking and click tracking can be controlled independently per request.
  4. Request-level overrides take precedence over tracking behavior defined by the associated configuration set.
  5. Previously, different tracking combinations generally required separate configuration-set management.
  6. AWS positions the feature as useful for recipient-level tracking-consent requirements, including GDPR/CNIL contexts.
  7. There is no additional charge specifically for using the override parameters.
  8. The capability is available in all AWS Regions where SES is available.

What builders should take away

  1. Store email-send permission and email-tracking permission separately when your compliance model requires different treatment; then derive the SES tracking overrides directly from those states.
  2. Refactor configuration sets around shared delivery/event infrastructure rather than creating duplicate sets solely to represent open/click-tracking combinations.
  3. Persist the tracking mode used for each message or recipient so lifecycle analytics can distinguish 'no engagement' from 'measurement intentionally disabled.'
  4. Test `SendBulkEmail` carefully when recipients in one workflow have different tracking requirements; make sure the application groups or parameterizes sends in a way that preserves the intended consent decision.
  5. Re-baseline open- and click-rate dashboards after enabling recipient-level overrides, because the denominator of trackable messages can change.
  6. Keep legal and privacy rules outside SES configuration. The API gives you enforcement plumbing, not a determination of which recipients require consent.

What changed

On August 21, 2026, Amazon SES added open- and click-tracking override parameters to the `SendEmail` and `SendBulkEmail` APIs. Applications can now choose whether open tracking and click tracking are enabled for an individual send request, and those request-level values take precedence over the settings in the associated SES configuration set. Previously, teams that needed different tracking behavior had to maintain separate configuration sets for each combination. AWS says the new controls are available in every SES region and have no additional feature charge.

Why it matters

Email tracking is increasingly a consent and data-governance decision rather than a single account-wide analytics preference. A customer can be allowed to receive an operational or marketing message while open or click measurement is inappropriate for that recipient, jurisdiction or purpose. SES's new API surface moves that decision into the same application request that sends the email, which makes it much easier to derive tracking behavior from a consent record without creating and routing through a growing collection of configuration sets. The change does not decide which recipients legally require tracking to be disabled; builders still need their own consent model and policy logic.

Tracking can now follow the recipient rather than the configuration set

An application calling `SendEmail` or `SendBulkEmail` can specify open- and click-tracking behavior for that request. When supplied, the override wins over the tracking preference configured in the referenced configuration set. Teams can therefore keep common event destinations and other configuration-set behavior while changing measurement at send time.

The change removes configuration-set combinatorics

Before the override, an application that wanted open/click tracking on, open off/click on, open on/click off and both off could need multiple configuration sets or additional routing logic. Request-level parameters collapse those combinations into application data and reduce the risk that the wrong configuration set is selected for a recipient.

Consent logic still belongs to the application

AWS explicitly positions the feature as useful for recipient-level privacy and consent requirements such as GDPR and CNIL guidance, but SES does not determine the legal state itself. Builders need to store consent or policy attributes, evaluate them before sending, and pass the appropriate override rather than assuming geography alone defines the answer.

Open and click tracking should be treated independently

The API exposes the two measurement types separately. That matters because organizations may have different product, legal or analytical reasons for enabling click redirection while suppressing open pixels, or vice versa. Downstream reports also need to know that a missing open or click can now mean tracking was intentionally disabled.

Measurement coverage becomes a reporting dimension

Once request-level tracking varies by recipient, account-wide engagement metrics are no longer based on a uniformly measurable audience. Teams should preserve whether each send had tracking enabled so analysts do not interpret lower recorded opens or clicks as a behavioral decline when the measured population itself changed.

What to watch next

  • SDK support and higher-level framework abstractions for the new tracking override fields.
  • Whether SES exposes the applied tracking mode in delivery/event metadata to simplify downstream measurement audits.
  • Broader mailbox-provider or regulator guidance that changes when open and click tracking should be enabled.
  • Whether SES extends request-level privacy controls to other engagement or telemetry features.
  • How lifecycle platforms built on SES surface partially measured audiences in aggregate reporting.

Still unclear

  • AWS documents the feature as a tool for consent-sensitive sending but does not make jurisdiction-specific legal decisions for customers.
  • Engagement metrics can become harder to compare over time when tracking coverage varies per recipient unless applications persist the applied tracking state.
  • Open tracking remains subject to client privacy protections and image-loading behavior even when enabled, while click tracking depends on SES redirect instrumentation.
  • The no-additional-cost statement applies to the override capability itself; ordinary SES sending and related service charges still apply.

Sources

Direct reading behind this dossier.

1 sources

Discussion

Discussion is reader-contributed. Comments are not part of the BTN dossier or its editorial evidence.

0 visible comments

Join the discussion

Keep comments useful and relevant. Reader contributions may be moderated and are not BTN editorial evidence.

Sign in to comment