id; } public function initCustomDimension($index, Model $scope) { $category = $scope->getScopeDescription(); $this->id = 'CustomVariables.CustomVariable' . ucfirst($scope->getScope()) . $index; $this->nameSingular = Piwik::translate('CustomVariables_ColumnCustomVariableValue') . ' ' . $index . ' (' . $category .')'; $this->columnName = 'custom_var_v' . (int) $index; $this->category = 'CustomVariables_CustomVariables'; $this->dbTableName = $scope->getUnprefixedTableName(); } }