Méthode | Description | |
---|---|---|
__construct ( |
||
isExcluded ( ) : boolean | Test if the current visitor is excluded from the statistics. |
Méthode | Description | |
---|---|---|
getBotIpRanges ( ) | ||
isIgnoreCookieFound ( ) : boolean | Looks for the ignore cookie that users can set in the Piwik admin screen. | |
isNonHumanBot ( ) : boolean | Live/Bing/MSN bot and Googlebot are evolving to detect cloaked websites. | |
isPrefetchDetected ( ) | ||
isReferrerSpamExcluded ( ) : boolean | Returns true if the Referrer is a known spammer. | |
isUrlExcluded ( ) : boolean | Checks if request URL is excluded | |
isUserAgentExcluded ( ) : boolean | Returns true if the specified user agent should be excluded for the current site or not. | |
isVisitorIpExcluded ( ) : boolean | Checks if the visitor ip is in the excluded list |
Méthode | Description | |
---|---|---|
getGoogleBotIpRanges ( ) | ||
isChromeDataSaverUsed ( Piwik\Network\IP $ip ) | ||
isIpInRange ( ) |
public isExcluded ( ) : boolean | ||
Résultat | boolean | True if the visit must not be saved, false otherwise |
protected isIgnoreCookieFound ( ) : boolean | ||
Résultat | boolean |
protected isNonHumanBot ( ) : boolean | ||
Résultat | boolean |
protected isReferrerSpamExcluded ( ) : boolean | ||
Résultat | boolean |
protected isUrlExcluded ( ) : boolean | ||
Résultat | boolean |
protected isUserAgentExcluded ( ) : boolean | ||
Résultat | boolean |
protected isVisitorIpExcluded ( ) : boolean | ||
Résultat | boolean |