@svta/common-media-library
    Preparing search index...

    Type Alias CmcdReportTargetBeta

    A CMCD report target configuration.

    type CmcdReportTarget = {
        enabledKeys?: CmcdKey[];
        method?: "GET" | "POST";
        reportingMode?: CmcdReportingMode;
        transmissionMode?: CmcdTransmissionMode;
        url: string;
        version?: number;
    }
    Index

    Properties

    enabledKeys?: CmcdKey[]

    The list of CMCD keys to include in the report.

    method?: "GET" | "POST"

    The HTTP method to use for the CMCD report.

    'GET'

    reportingMode?: CmcdReportingMode

    The reporting mode for the CMCD report.

    CmcdReportingMode.REQUEST

    transmissionMode?: CmcdTransmissionMode

    The transmission mode for the CMCD report.

    CmcdTransmissionMode.QUERY

    url: string

    The URL to which the CMCD report should be sent.

    version?: number

    The version of the CMCD report.

    1