Commit dc60f1c5367d179e45121566f92c43f7fb72aed3
1 parent
a5a97795
dimensions +dynamics +multiple
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/GaController.php
... | ... | @@ -62,7 +62,7 @@ class GaController extends CrudResourceController { |
62 | 62 | // } |
63 | 63 | //Create the Dimensions object. |
64 | 64 | $dimension = new Google_Service_AnalyticsReporting_Dimension(); |
65 | - $dimension->setName("ga:browser"); | |
65 | + $dimension->setName("ga:".$get_dimensions); | |
66 | 66 | |
67 | 67 | |
68 | 68 | // Создание объекта ReportRequest. | ... | ... |