GetConfigurationSetTrackingOption

data class GetConfigurationSetTrackingOption(val customRedirectDomain: String, val httpsPolicy: String)

Constructors

Link copied to clipboard
constructor(customRedirectDomain: String, httpsPolicy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain to use for tracking open and click events.

Link copied to clipboard

The https policy to use for tracking open and click events. Valid values are REQUIRE, REQUIRE_OPEN_ONLY or OPTIONAL.