Skip to content

Put Configuration Set Tracking Options

sesv2_put_configuration_set_tracking_options R Documentation

Specify a custom domain to use for open and click tracking elements in email that you send

Description

Specify a custom domain to use for open and click tracking elements in email that you send.

Usage

sesv2_put_configuration_set_tracking_options(ConfigurationSetName,
  CustomRedirectDomain)

Arguments

ConfigurationSetName

[required] The name of the configuration set.

CustomRedirectDomain

The domain to use to track open and click events.

Value

An empty list.

Request syntax

svc$put_configuration_set_tracking_options(
  ConfigurationSetName = "string",
  CustomRedirectDomain = "string"
)