You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
527 B

import '../_version.js';
export declare const QUEUE_NAME = "workbox-google-analytics";
export declare const MAX_RETENTION_TIME: number;
export declare const GOOGLE_ANALYTICS_HOST = "www.google-analytics.com";
export declare const GTM_HOST = "www.googletagmanager.com";
export declare const ANALYTICS_JS_PATH = "/analytics.js";
export declare const GTAG_JS_PATH = "/gtag/js";
export declare const GTM_JS_PATH = "/gtm.js";
export declare const COLLECT_DEFAULT_PATH = "/collect";
export declare const COLLECT_PATHS_REGEX: RegExp;