PinpointEmail / Client / put_configuration_set_tracking_options
put_configuration_set_tracking_options#
- PinpointEmail.Client.put_configuration_set_tracking_options(**kwargs)#
Specify a custom domain to use for open and click tracking elements in email that you send using Amazon Pinpoint.
See also: AWS API Documentation
Request Syntax
response = client.put_configuration_set_tracking_options( ConfigurationSetName='string', CustomRedirectDomain='string' )
- Parameters:
ConfigurationSetName (string) –
[REQUIRED]
The name of the configuration set that you want to add a custom tracking domain to.
CustomRedirectDomain (string) – The domain that you want to use to track open and click events.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Exceptions