Commit b95c791a406482193735c4e824ca396d51f9bc8a
1 parent
b12e40c2
ga response
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/GaController.php
| @@ -48,7 +48,7 @@ class GaController extends CrudResourceController { | @@ -48,7 +48,7 @@ class GaController extends CrudResourceController { | ||
| 48 | $metrics = new Google_Service_AnalyticsReporting_Metric(); | 48 | $metrics = new Google_Service_AnalyticsReporting_Metric(); |
| 49 | $metrics->setExpression($item['metric']); | 49 | $metrics->setExpression($item['metric']); |
| 50 | $metrics->setExpression('ga:pageviewsPerSession'); | 50 | $metrics->setExpression('ga:pageviewsPerSession'); |
| 51 | - //$sessions->setAlias($item['alias']); | 51 | + ///$sessions->setAlias($item['alias']); |
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | // Создание объекта ReportRequest. | 54 | // Создание объекта ReportRequest. |