chengwl 4 년 전
부모
커밋
f5ee71ed12
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      lib/GA.php

+ 4 - 3
lib/GA.php

@@ -429,9 +429,10 @@ class GA{
     }
     public function productInfo($productName,$dp,$start_at,$end_at){
         $analytics=self::getInstance($dp);
-        $dimensionArr=[
-            'productName'=>'ga:productName',
-        ];
+        // $dimensionArr=[
+        //     'productName'=>'ga:productName',
+        // ];
+        $dimensionArr=[];
         $metricArr=[
             'itemRevenue'=>"ga:itemRevenue",
             'revenuePerItem'=>"ga:revenuePerItem",