Piwik\Tracker\VisitExcluded::getBotIpRanges PHP Method

getBotIpRanges() protected method

protected getBotIpRanges ( )
    protected function getBotIpRanges()
    {
        return array_merge($this->getGoogleBotIpRanges(), array('64.4.0.0/18', '65.52.0.0/14', '157.54.0.0/15', '157.56.0.0/14', '157.60.0.0/16', '207.46.0.0/16', '207.68.128.0/18', '207.68.192.0/20', '131.253.26.0/20', '131.253.24.0/20', '72.30.198.0/20', '72.30.196.0/20', '98.137.207.0/20', '1.202.218.8'));
    }