CMCDEndpointConfiguration
public struct CMCDEndpointConfiguration : Codable, Equatable
Configuration for a CMCD endpoint.
Used to specify where CMCD events should be sent.
-
The URL where CMCD events should be sent.
Declaration
Swift
public let url: String -
Creates a new CMCD endpoint configuration.
Declaration
Swift
public init(url: String)Parameters
urlThe URL where CMCD events should be sent.