Searched refs:gtag (Results 1 – 5 of 5) sorted by relevance
| /plugin/googleconsentmananger/ |
| D | script.js | 10 … 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/ |
| D | script.js | 19 function gtag() { function 23 gtag('js', new Date()); 24 gtag('config', JSINFO.ga.gtagId);
|
| D | README.md | 22 …* **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 …
|
| D | CHANGELOG.md | 18 - [DPG-21] - Added support for "Global Site Tag ID" (`gtag.js`), and rewrote documentation as some …
|
| /plugin/googleanalytics/lang/en/ |
| D | intro.txt | 16 …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…
|