/AWS1/CL_SE2TRACKINGOPTIONS¶
An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.
These images and links include references to a domain operated by Amazon Web Services. You can optionally configure the Amazon SES to use a domain that you operate for these images and links.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_CUSTOMREDIRECTDOMAIN
TYPE /AWS1/SE2CUSTOMREDIRECTDOMAIN
/AWS1/SE2CUSTOMREDIRECTDOMAIN
¶
The domain to use for tracking open and click events.
Optional arguments:¶
IV_HTTPSPOLICY
TYPE /AWS1/SE2HTTPSPOLICY
/AWS1/SE2HTTPSPOLICY
¶
The https policy to use for tracking open and click events.
Queryable Attributes¶
CustomRedirectDomain¶
The domain to use for tracking open and click events.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CUSTOMREDIRECTDOMAIN() |
Getter for CUSTOMREDIRECTDOMAIN, with configurable default |
ASK_CUSTOMREDIRECTDOMAIN() |
Getter for CUSTOMREDIRECTDOMAIN w/ exceptions if field has n |
HAS_CUSTOMREDIRECTDOMAIN() |
Determine if CUSTOMREDIRECTDOMAIN has a value |
HttpsPolicy¶
The https policy to use for tracking open and click events.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HTTPSPOLICY() |
Getter for HTTPSPOLICY, with configurable default |
ASK_HTTPSPOLICY() |
Getter for HTTPSPOLICY w/ exceptions if field has no value |
HAS_HTTPSPOLICY() |
Determine if HTTPSPOLICY has a value |