chengwl 4 年之前
父节点
当前提交
9052f68054
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/GA.php

+ 1 - 1
lib/GA.php

@@ -39,7 +39,7 @@ class GA{
             'date'=>"ga:date",
         ];
         $VIEW_ID = $this->getViewId($dp);//
-        $reports=$this->getReport($VIEW_ID,$analytics,$metric);
+        $reports=$this->getReport($VIEW_ID,$analytics,$metric,$dimensionArr);
         $result=$this->getResults();
         echo "</pre>";
         print_r($result);exit;