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