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.
*)customRedirectDomain : CustomRedirectDomain.t option;The domain to use to track open and click events.
*)httpsPolicy : HttpsPolicy.t option;}val make :
?customRedirectDomain:??? ->
?httpsPolicy:??? ->
configurationSetName:ConfigurationSetName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ConfigurationSetName.t ]) list ]