Searched refs:GTMID (Results 1 – 3 of 3) sorted by relevance
8 public const GTMID = 'GTMID'; define in action_plugin_googletagmanager20 $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}');
15 const GTMID = 'GTMID'; define in action_plugin_googleconsentmananger70 $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}');
22 $conf['plugin'][self::gtmPluginName][action_plugin_googletagmanager::GTMID] = $gtmValue;64 $conf['plugin'][self::gtmPluginName][action_plugin_googletagmanager::GTMID] = $gtmValue;