. * * @link http://www.oxidmodule.com * @link http://www.shopmodule.com * @copyright (C) D3 Data Development (Inh. Thomas Dartsch) */ class d3_cfg_googleanalytics_campaigns extends D3\ModCfg\Application\Controller\Admin\d3_cfg_mod_main { protected $_sThisTemplate = 'd3_cfg_googleanalytics_campaigns.tpl'; protected $_sModId = 'd3_googleanalytics'; protected $_sMenuItemTitle = 'd3mxgoogleanalytics'; protected $_sMenuSubItemTitle = 'd3tbclgoogleanalytics_campaigns'; /** * @return mixed */ public function getGaType() { if ($this->d3GetSet()->getValue('sD3GAType') == 'async') { return 'async'; } return 'universal'; } }