chengwl 4 years ago
parent
commit
b688d1c7b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/IndexController.php

+ 1 - 1
controllers/IndexController.php

@@ -78,7 +78,7 @@ class IndexController extends Controller
             'productDetailViews'=>"ga:productDetailViews",
           ];
           $i=1;
-          $datas=array_chunk($metrics,2,true);
+          $datas=array_chunk($metrics,6,true);
           foreach($datas as $data){
                 $response = $this->getReport($analytics,$data);
                 // $this->printResults($response);