ISESV2TrackingOptions
Interface in AWS.SESV2
Interface for TrackingOptions.
Properties
CustomRedirectDomain
property CustomRedirectDomain: string
The custom domain to use for tracking open and click events.
When specified, Amazon SES uses this custom subdomain to redirect email recipients instead of the default Amazon SES tracking domain. This allows you to maintain brand consistency in tracking links and provides better domain reputation control. The domain must be properly configured with DNS records to point to the Amazon SES event tracking infrastructure. Open tracking uses invisible images, while click tracking modifies email links to include tracking parameters before redirecting to the original destination. Example: marketing.example.com would be used instead of the default Amazon SES tracking domain for all open and click tracking in emails sent using this configuration set.
HttpsPolicy
property HttpsPolicy: string
Controls the HTTPS policy for open and click tracking links.
Supported policy values include:
OPTIONAL– (Default) Open tracking uses HTTP, click tracking preserves the original link protocol.REQUIRE– Both open and click tracking links are wrapped using HTTPS for enhanced security.REQUIRE_OPEN_ONLY– Only open tracking links use HTTPS, click tracking preserves original protocol. UsingREQUIREprovides the highest security by ensuring all tracking links use encrypted connections, but may cause issues with recipients who cannot access HTTPS resources.OPTIONALmaximizes compatibility but may expose tracking information over unencrypted connections. This setting applies to both the custom redirect domain (if specified) and the default Amazon SES tracking infrastructure.