Values.PutConfigurationSetTrackingOptionsRequestSourceA request to add a custom domain for tracking open and click events to a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set that you want to add a custom tracking domain to.
*)customRedirectDomain : CustomRedirectDomain.t option;The domain that you want to use to track open and click events.
*)}val make :
?customRedirectDomain:??? ->
configurationSetName:ConfigurationSetName.t ->
unit ->
t