Exemplo n.º 1
0
 protected function init()
 {
     parent::init();
     $this->action = 'getAdvancedReport';
     $this->widgetTitle = 'Actions_WidgetPageTitlesFollowingSearch';
     $this->menuTitle = 'Actions_SubmenuPageTitles';
     $this->documentation = Piwik::translate('ExampleReportDocumentation');
     $this->dimension = new ExitPageUrl();
     $this->metrics = array('nb_actions', 'nb_visits');
     $this->processedMetrics = array('conversion_rate', 'bounce_rate');
     $this->parameters = array('idGoal' => 1);
     $this->isSubtableReport = true;
     $this->actionToLoadSubTables = 'GetBasicReport';
     $this->constantRowsCount = true;
 }