chengwl hace 4 años
padre
commit
d301d23855
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/GA.php

+ 1 - 1
lib/GA.php

@@ -285,7 +285,7 @@ class GA{
     public function productSku($dp,$start_at,$end_at){
         $analytics=self::getInstance($dp);
         $dimensionArr=[
-            'productSku'=>'ga:productSku',
+            'productName'=>'ga:productName',
         ];
         $metricArr=[
             'itemRevenue'=>"ga:itemRevenue",