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

+ 1 - 1
controllers/IndexController.php

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