Commit 75f6ff557a3a2b2e56176c90676e3bfd87490faa

Authored by Alex Savenko
1 parent 46c90ebd

dimensions +dynamics +multiple

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -54,7 +54,7 @@ class GaController extends CrudResourceController {
54 54  
55 55 //Create the Dimensions object.
56 56 $dimension = [];
57   - $get_dimensions = explode(',', $get_dimensions);
  57 + //$get_dimensions = explode(',', $get_dimensions);
58 58 foreach ($get_dimensions as $dimension) {
59 59 $dimension_obj = new Google_Service_AnalyticsReporting_Dimension();
60 60 $dimension_obj->setName("ga:".$get_dimensions);
... ...