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

+ 1 - 1
lib/GA.php

@@ -25,7 +25,7 @@ class GA{
     }
     public function contentpages($dp){
         $analytics=self::getInstance($dp);
-        $metricsArr=[
+        $metricArr=[
             'pageviews'=>"ga:pageviews",
             'uniquePageviews'=>"ga:uniquePageviews",
             'avgTimeOnPage'=>"ga:avgTimeOnPage",