Home
last modified time | relevance | path

Searched refs:GTMID (Results 1 – 3 of 3) sorted by relevance

/plugin/googletagmanager/
Daction.php8 public const GTMID = 'GTMID'; define in action_plugin_googletagmanager
20 $GTMID = $this->getConf(self::GTMID);
21 if (!$GTMID) return;
23 $is_AW_tag = substr($GTMID, 0, 3) == 'AW-';
26 $script1 = "https://www.googletagmanager.com/gtag/js?id={$GTMID}";
29 gtag('js', new Date()); gtag('config', '{$GTMID}');";
36 <iframe src="https://www.googletagmanager.com/ns.html?id={$GTMID}"
45 })(window,document,'script','dataLayer','{$GTMID}');
/plugin/googleconsentmananger/
Daction.php15 const GTMID = 'GTMID'; define in action_plugin_googleconsentmananger
70 $GTMID = $this->getConf(self::GTMID);
71 if(!$GTMID) {
76 …<iframe src="//www.googletagmanager.com/ns.html?id='.$this->getConf(self::GTMID).'" height="0" wid…
83 gtag('config', '${GTMID}');
/plugin/googletagmanager/_test/
Daction_plugin_googletagmanagerTest.php22 $conf['plugin'][self::gtmPluginName][action_plugin_googletagmanager::GTMID] = $gtmValue;
64 $conf['plugin'][self::gtmPluginName][action_plugin_googletagmanager::GTMID] = $gtmValue;