Home
last modified time | relevance | path

Searched refs:GTMID (Results 1 – 2 of 2) sorted by path

/plugin/googletagmanager/_test/
H A Daction_plugin_googletagmanagerTest.php20 $conf['plugin'][self::gtmPluginName][action_plugin_googletagmanager::GTMID] = $gtmValue;
/plugin/googletagmanager/
H A Daction.php8 const GTMID = 'GTMID'; define in action_plugin_googletagmanager
33 if(!$this->getConf(self::GTMID)) return;
35 $is_AW_tag = substr($this->getConf(self::GTMID),0,3)=='AW-';
39 … 'src' => "https://www.googletagmanager.com/gtag/js?id=".$this->getConf(self::GTMID),
43 …ayer.push(arguments);} gtag('js', new Date()); gtag('config', '".$this->getConf(self::GTMID)."');",
47 …<iframe src="//www.googletagmanager.com/ns.html?id='.$this->getConf(self::GTMID).'" height="0" wid…
55 })(window,document,'script','dataLayer','".$this->getConf(self::GTMID)."');",