Class CfnConfigurationSet.TrackingOptionsProperty
An object that defines the tracking options for a configuration set.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationSet.TrackingOptionsProperty : CfnConfigurationSet.ITrackingOptionsProperty
Syntax (vb)
Public Class CfnConfigurationSet.TrackingOptionsProperty Implements CfnConfigurationSet.ITrackingOptionsProperty
Remarks
When you use Amazon Pinpoint 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 AWS . You can optionally configure Amazon Pinpoint to use a domain that you operate for these images and links.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.PinpointEmail;
var trackingOptionsProperty = new TrackingOptionsProperty {
CustomRedirectDomain = "customRedirectDomain"
};
Synopsis
Constructors
| TrackingOptionsProperty() | An object that defines the tracking options for a configuration set. |
Properties
| CustomRedirectDomain | The domain that you want to use for tracking open and click events. |
Constructors
TrackingOptionsProperty()
An object that defines the tracking options for a configuration set.
public TrackingOptionsProperty()
Remarks
When you use Amazon Pinpoint 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 AWS . You can optionally configure Amazon Pinpoint to use a domain that you operate for these images and links.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.PinpointEmail;
var trackingOptionsProperty = new TrackingOptionsProperty {
CustomRedirectDomain = "customRedirectDomain"
};
Properties
CustomRedirectDomain
The domain that you want to use for tracking open and click events.
public string? CustomRedirectDomain { get; set; }