diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index 3d44ce5..ca38066 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -62,7 +62,7 @@ class GaController extends CrudResourceController { // } //Create the Dimensions object. $dimension = new Google_Service_AnalyticsReporting_Dimension(); - $dimension->setName("ga:browser"); + $dimension->setName("ga:".$get_dimensions); // Создание объекта ReportRequest. -- libgit2 0.21.4