CML
    Preparing search index...

    Type Alias CmcdReportConfig

    Configuration for a CMCD report.

    type CmcdReportConfig = {
        enabledKeys?: CmcdKey[];
        version?: CmcdVersion;
    }
    Index

    Properties

    enabledKeys?: CmcdKey[]

    The list of CMCD keys to include in the report. If not provided, no keys will be reported, unless there are other configuration options that require keys to be reported, specifically in event mode.

    undefined

    version?: CmcdVersion

    The version of the CMCD specification to use.

    CMCD_V2