chengwl hace 4 años
padre
commit
2978f0c71a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;