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

+ 1 - 0
lib/GA.php

@@ -601,6 +601,7 @@ class GA{
     public function storeData($dp,$start_at,$end_at){
         $analytics=self::getInstance($dp);
         $dimensionArr=[
+            'campaign'=>'ga:campaign'
         ];
         $metricArr=[
             'transactions'=>"ga:transactions",