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

+ 0 - 1
lib/GA.php

@@ -166,7 +166,6 @@ class GA{
          // Create the Segment Filters.
         $segmentFilter = new \Google_Service_AnalyticsReporting_SegmentFilter();
         $segmentFilter->setSimpleSegment($simpleSegment);
-        $segmentFilter->setNot(True);
         return $segmentFilter;
         
     }