Piwik\Plugins\VisitsSummary\API::getBounceCount PHP Method

getBounceCount() public method

public getBounceCount ( $idSite, $period, $date, $segment = false )
    public function getBounceCount($idSite, $period, $date, $segment = false)
    {
        return $this->getNumeric($idSite, $period, $date, $segment, 'bounce_count');
    }