|
@@ -73,9 +73,9 @@ class IndexController extends Controller
|
|
|
'transactionsPerSession'=>"ga:transactionsPerSession",
|
|
|
'transactionRevenue'=>"ga:transactionRevenue",
|
|
|
'totalValue'=>"ga:totalValue",
|
|
|
+ 'productCheckouts'=>"ga:productCheckouts",
|
|
|
'itemQuantity'=>"ga:itemQuantity",
|
|
|
'productAddsToCart'=>"ga:productAddsToCart",
|
|
|
- 'productCheckouts'=>"ga:productCheckouts",
|
|
|
];
|
|
|
$i=1;
|
|
|
$datas=array_chunk($metrics,2,true);
|