CMCDEndpointConfiguration

public struct CMCDEndpointConfiguration : Codable, Equatable

Configuration for a CMCD endpoint.

Used to specify where CMCD events should be sent.

  • url

    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

    url

    The URL where CMCD events should be sent.