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