Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TrackingOptions

import type { TrackingOptions } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

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 in the Amazon SES Developer Guide.

interface TrackingOptions {
CustomRedirectDomain?: string | null;
}

§Properties

§
CustomRedirectDomain?: string | null
[src]

The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.