Skip to main content

ISESV2PutConfigurationSetTrackingOptionsRequest

Interface in AWS.SESV2

Interface for PutConfigurationSetTrackingOptions requests.

Ancestors

Properties

ConfigurationSetName

property ConfigurationSetName: string

The name of the configuration set to specify tracking options for.

This configuration set will have its tracking options updated to use a custom domain and HTTPS policy for open and click tracking elements in emails. The configuration set must already exist in your Amazon SES account before configuring its tracking options.

CustomRedirectDomain

property CustomRedirectDomain: string

The custom domain to use for tracking open and click events in emails.

When specified, this domain will be used instead of the default Amazon SES tracking domain for open and click tracking pixels and links in emails sent using this configuration set. The custom domain must be properly configured with DNS records to point to Amazon SES tracking infrastructure for tracking to function correctly. Using a custom domain can improve recipient trust by showing your own domain in tracking URLs instead of Amazon SES domains.

HttpsPolicy

property HttpsPolicy: string

The HTTPS policy to use for tracking open and click events.

This setting controls whether tracking elements use HTTP or HTTPS protocols. Supported HTTPS policy values:

  • OPTIONAL – Open trackers use HTTP and click trackers preserve the original link protocol.
  • REQUIRE – Both open and click trackers use HTTPS regardless of original link protocol.
  • REQUIRE_OPEN_ONLY – Open trackers use HTTPS while click trackers preserve original link protocol. When not specified, the default behavior is equivalent to OPTIONAL.