From dc60f1c5367d179e45121566f92c43f7fb72aed3 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Feb 2017 17:57:20 +0200 Subject: [PATCH] dimensions +dynamics +multiple --- app/library/App/Controllers/GaController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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