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

+ 1 - 1
lib/GA.php

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