PHP Class Piwik\Plugins\Actions\Actions\ActionSiteSearch

- Its name is the search keyword - by default the URL is not recorded (since it's not used) - tracks site search result count and site search category as custom variables
Inheritance: extends Piwik\Tracker\Action
Afficher le fichier Open project: piwik/piwik

Méthodes publiques

Méthode Description
__construct ( Request $request, $detect = true )
detectSiteSearch ( $originalUrl )
getCustomFloatValue ( )
getCustomVariables ( )
getIdActionNameForEntryAndExitIds ( )
getIdActionUrl ( )
getIdActionUrlForEntryAndExitIds ( )
shouldHandle ( Request $request )

Méthodes protégées

Méthode Description
detectSiteSearchFromUrl ( $website, $parsedUrl )
getActionsToLookup ( )
isSearchDetected ( )
isValidSearchCount ( $count )

Method Details

__construct() public méthode

public __construct ( Request $request, $detect = true )
$request Piwik\Tracker\Request

detectSiteSearch() public méthode

public detectSiteSearch ( $originalUrl )

detectSiteSearchFromUrl() protected méthode

protected detectSiteSearchFromUrl ( $website, $parsedUrl )

getActionsToLookup() protected méthode

protected getActionsToLookup ( )

getCustomFloatValue() public méthode

public getCustomFloatValue ( )

getCustomVariables() public méthode

public getCustomVariables ( )

getIdActionNameForEntryAndExitIds() public méthode

getIdActionUrl() public méthode

public getIdActionUrl ( )

getIdActionUrlForEntryAndExitIds() public méthode

isSearchDetected() protected méthode

protected isSearchDetected ( )

isValidSearchCount() protected méthode

protected isValidSearchCount ( $count )

shouldHandle() public static méthode

public static shouldHandle ( Request $request )
$request Piwik\Tracker\Request