From 39ddd4ba7cbffeba7c5408ef176ad80cfcc149cf Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Feb 2017 18:01:24 +0200 Subject: [PATCH] dimensions +dynamics +multiple --- app/library/App/Controllers/GaController.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index b68c199..28321bb 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -55,6 +55,7 @@ class GaController extends CrudResourceController { //Create the Dimensions object. $dimension = []; //$get_dimensions = explode(',', $get_dimensions); + $get_dimensions = ['browser']; foreach ($get_dimensions as $dimension) { $dimension_obj = new Google_Service_AnalyticsReporting_Dimension(); $dimension_obj->setName("ga:".$get_dimensions); -- libgit2 0.21.4