source: frontend/node_modules/workbox-google-analytics/utils/constants.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 527 bytes
Line 
1import '../_version.js';
2export declare const QUEUE_NAME = "workbox-google-analytics";
3export declare const MAX_RETENTION_TIME: number;
4export declare const GOOGLE_ANALYTICS_HOST = "www.google-analytics.com";
5export declare const GTM_HOST = "www.googletagmanager.com";
6export declare const ANALYTICS_JS_PATH = "/analytics.js";
7export declare const GTAG_JS_PATH = "/gtag/js";
8export declare const GTM_JS_PATH = "/gtm.js";
9export declare const COLLECT_DEFAULT_PATH = "/collect";
10export declare const COLLECT_PATHS_REGEX: RegExp;
Note: See TracBrowser for help on using the repository browser.