Hackle WebView configuration options

interface HackleWebViewOptions {
    automaticScreenTracking?: boolean;
    automaticEngagementTracking?: boolean;
    automaticRouteTracking?: boolean;
}

Hierarchy (view full)

Properties

automaticScreenTracking?: boolean

Whether to automatically collect $page_view events

false
automaticEngagementTracking?: boolean

Whether to automatically collect engagement events

false
automaticRouteTracking?: boolean

Whether to automatically collect page route information

true