Module Values.TrackingOptionsSource

An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 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 Amazon Web Services. You can optionally configure the Amazon SES to use a domain that you operate for these images and links.

Sourcetype nonrec t = {
  1. customRedirectDomain : CustomRedirectDomain.t;
    (*

    The domain to use for tracking open and click events.

    *)
  2. httpsPolicy : HttpsPolicy.t option;
    (*

    The https policy to use for tracking open and click events.

    *)
}
Sourceval context_ : string
Sourceval make : ?httpsPolicy:??? -> customRedirectDomain:CustomRedirectDomain.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of CustomRedirectDomain.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t