Learn R Programming

paws.customer.engagement (version 0.1.12)

ses_update_configuration_set_tracking_options: Modifies an association between a configuration set and a custom domain for open and click event tracking

Description

Modifies an association between a configuration set and a custom domain for open and click event tracking.

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.

Usage

ses_update_configuration_set_tracking_options(ConfigurationSetName,
  TrackingOptions)

Value

An empty list.

Arguments

ConfigurationSetName

[required] The name of the configuration set for which you want to update the custom tracking domain.

TrackingOptions

[required]

Request syntax

svc$update_configuration_set_tracking_options(
  ConfigurationSetName = "string",
  TrackingOptions = list(
    CustomRedirectDomain = "string"
  )
)