Lines Matching +full:eslint +full:- +full:config +full:- +full:google
7 // http://www.apache.org/licenses/LICENSE-2.0
23 const ANALYTICS_ID = 'G-BD89KT2P3C';
24 const PAGE_TITLE = 'no-page-title';
47 // - If present: the referrer argument if present
48 // - document.referrer
55 // Unclear if GA discards non-URL referrers. Lets try faking
57 const name = referrer.replaceAll('_', '-');
83 // eslint-disable-next-line @typescript-eslint/no-explicit-any
110 // The code below is taken from the official Google Analytics docs [1] and
115 // [1] https://developers.google.com/analytics/devguides/collection/gtagjs .
116 // eslint-disable-next-line @typescript-eslint/strict-boolean-expressions
119 // eslint-disable-next-line @typescript-eslint/no-explicit-any
146 // https://developers.google.com/analytics/devguides/collection/gtagjs/pages#manual_pageviews
147 gtagGlobals.gtag('config', ANALYTICS_ID, {
183 stack = stack.substring(0, stack.length - 1);