chengwl 4 vuotta sitten
vanhempi
commit
2978f0c71a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;