|
@@ -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",
|