

# UpdateConfigurationSetTrackingOptions
<a name="API_UpdateConfigurationSetTrackingOptions"></a>

Modifies an association between a configuration set and a custom domain for open and click event tracking. 

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the [Amazon SES Developer Guide](https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html).

## Request Parameters
<a name="API_UpdateConfigurationSetTrackingOptions_RequestParameters"></a>

 For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

 ** ConfigurationSetName **   
The name of the configuration set.  
Type: String  
Required: Yes

 ** TrackingOptions **   
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](https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html) in the *Amazon SES Developer Guide*.  
Type: [TrackingOptions](API_TrackingOptions.md) object  
Required: Yes

## Errors
<a name="API_UpdateConfigurationSetTrackingOptions_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** ConfigurationSetDoesNotExist **   
Indicates that the configuration set does not exist.    
 ** ConfigurationSetName **   
Indicates that the configuration set does not exist.
HTTP Status Code: 400

 ** InvalidTrackingOptions **   
Indicates that the custom domain to be used for open and click tracking redirects is invalid. This error appears most often in the following situations:  
+ When the tracking domain you specified is not verified in Amazon SES.
+ When the tracking domain you specified is not a valid domain or subdomain.
HTTP Status Code: 400

 ** TrackingOptionsDoesNotExist **   
Indicates that the TrackingOptions object you specified does not exist.    
 ** ConfigurationSetName **   
Indicates that a TrackingOptions object does not exist in the specified configuration set.
HTTP Status Code: 400

## See Also
<a name="API_UpdateConfigurationSetTrackingOptions_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/email-2010-12-01/UpdateConfigurationSetTrackingOptions) 