RUM Classic JavaScript API
    Preparing search index...

    Interface MetaData

    interface MetaData {
        expression: string;
        info?: string;
        type: string;
        value: string;
    }
    Index

    Properties

    expression: string

    Describes how the metadata can be retrieved (e.g., cookie name, CSS selector, JavaScript variable name).

    info?: string

    Additional information about the captured value.

    type: string

    Specifies where the metadata is collected from, such as:

    • CSS Selector
    • JavaScript Variable
    • Cookie
    • Query String
    • JavaScript Function
    value: string

    The current value for the given expression.