AWSSESTrackingOptions
Objective-C
@interface AWSSESTrackingOptions
Swift
class AWSSESTrackingOptions
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.
-
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable customRedirectDomain;
Swift
var customRedirectDomain: String? { get set }