diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index 3dafc27..eafa990 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -48,7 +48,7 @@ class GaController extends CrudResourceController { $metrics = new Google_Service_AnalyticsReporting_Metric(); $metrics->setExpression($item['metric']); $metrics->setExpression('ga:pageviewsPerSession'); - //$sessions->setAlias($item['alias']); + ///$sessions->setAlias($item['alias']); // Создание объекта ReportRequest. -- libgit2 0.21.4