Interface DataLayerValidationOptions

interface DataLayerValidationOptions {
    attr?: string;
    cookie_name?: string;
    custom_js_code?: string;
    description?: string;
    enabled?: boolean;
    iframe_selector?: string;
    iframe_selector_type?: IframeSelectorTypes;
    js_variable_name?: string;
    position?: number;
    regex?: string;
    selector?: string;
    selector_type?: WebSelectorTypes;
    source?: DataLayerValidationSource;
    validation_enabled?: boolean;
    variable_name?: string;
}

Hierarchy

  • ResourceOptions
    • DataLayerValidationOptions

Properties

attr?: string
cookie_name?: string
custom_js_code?: string
description?: string
enabled?: boolean
iframe_selector?: string
iframe_selector_type?: IframeSelectorTypes
js_variable_name?: string
position?: number
regex?: string
selector?: string
selector_type?: WebSelectorTypes
validation_enabled?: boolean
variable_name?: string

Generated using TypeDoc