From b95c791a406482193735c4e824ca396d51f9bc8a Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Feb 2017 16:55:44 +0200 Subject: [PATCH] ga response --- app/library/App/Controllers/GaController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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