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/sesv2.ts?docs=full";

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.

interface TrackingOptions {
CustomRedirectDomain: string;
}

§Properties

§
CustomRedirectDomain: string
[src]

The domain to use for tracking open and click events.