Commit 773b9dac7318909d8e53d78618ffce9337c4fccb
1 parent
060da496
-Started filter by category
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
backend/models/Analytics.php
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | */ |
73 | 73 | $sessions2 = new \Google_Service_AnalyticsReporting_Metric(); |
74 | 74 | $sessions2->setExpression('ga:sessions'); |
75 | - $new_sessions->setAlias('Сессии'); | |
75 | + $new_sessions->setAlias('Сессии 2'); | |
76 | 76 | |
77 | 77 | $browser = new \Google_Service_AnalyticsReporting_Dimension(); |
78 | 78 | $browser->setName('ga:browser'); | ... | ... |