|
@@ -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);
|