|
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 | |
|---|
| 1 | import '../_version.js';
|
|---|
| 2 | export declare const QUEUE_NAME = "workbox-google-analytics";
|
|---|
| 3 | export declare const MAX_RETENTION_TIME: number;
|
|---|
| 4 | export declare const GOOGLE_ANALYTICS_HOST = "www.google-analytics.com";
|
|---|
| 5 | export declare const GTM_HOST = "www.googletagmanager.com";
|
|---|
| 6 | export declare const ANALYTICS_JS_PATH = "/analytics.js";
|
|---|
| 7 | export declare const GTAG_JS_PATH = "/gtag/js";
|
|---|
| 8 | export declare const GTM_JS_PATH = "/gtm.js";
|
|---|
| 9 | export declare const COLLECT_DEFAULT_PATH = "/collect";
|
|---|
| 10 | export declare const COLLECT_PATHS_REGEX: RegExp;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.