chengwl 4 years ago
parent
commit
b894b002aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/GA.php

+ 1 - 1
lib/GA.php

@@ -36,7 +36,7 @@ class GA{
         ];
         $dimensionArr=[
             'pagePath'=>'ga:pagePath',
-            'date'=>"ga:date",
+            // 'date'=>"ga:date",
         ];
         $VIEW_ID = $this->getViewId($dp);//
         $reports=$this->getReport($VIEW_ID,$analytics,$metricsArr,$dimensionArr);