Home
last modified time | relevance | path

Searched refs:gtag (Results 1 – 5 of 5) sorted by relevance

/plugin/googleconsentmananger/
Dscript.js10 … if (typeof window.gtag === 'function' && arguments[0] === 'send' && arguments[1] === 'event') {
11 window.gtag('event', arguments[3], {
23 … cookieValue == 'accepted' && typeof window.gtag === 'function' && gtag('consent', 'update', {
39 … cookieValue != 'accepted' && typeof window.gtag === 'function' && gtag('consent', 'update', {
/plugin/googleanalytics/
Dscript.js19 function gtag() { function
23 gtag('js', new Date());
24 gtag('config', JSINFO.ga.gtagId);
DREADME.md22 …* **Newer** "Global Site Tag ID" (also known as "[gtag.js](https://developers.google.com/analytics…
28 To use the advanced "tagging" features of `analytics.js` or `gtag.js`, you will need to be able to …
DCHANGELOG.md18 - [DPG-21] - Added support for "Global Site Tag ID" (`gtag.js`), and rewrote documentation as some …
/plugin/googleanalytics/lang/en/
Dintro.txt16 …as "[[https://developers.google.com/analytics/devguides/collection/gtagjs|gtag.js]]") using a **G-…
22 To use the advanced "tagging" features of ''analytics.js'' or ''gtag.js'', you will need to be able…