You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SES::Types::TrackingOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TrackingOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  custom_redirect_domain: "CustomRedirectDomain",
}

A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.

For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#custom_redirect_domainString

The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

Returns:

  • (String)

    The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.