CML
    Preparing search index...

    Type Alias CmcdFormatterOptions

    Options for formatting CMCD data values.

    type CmcdFormatterOptions = {
        baseUrl?: string;
        reportingMode: CmcdReportingMode;
        version: CmcdVersion;
    }
    Index

    Properties

    baseUrl?: string

    Base URL (typically the manifest or current request URL) used to convert absolute nor values into paths relative to this base, per the CMCD specification. Values that are already relative paths are passed through unchanged. When omitted, nor values are emitted as-is.

    reportingMode: CmcdReportingMode

    The reporting mode to use.

    version: CmcdVersion

    The version of the CMCD specification to use.