Property | Type | Description | |
---|---|---|---|
$request | Public so that events listener can access it |
Method | Description | |
---|---|---|
__construct ( $type, |
||
factory ( |
Makes the correct Action object based on the request. | |
getActionName ( ) | ||
getActionType ( ) | ||
getActionUrl ( ) : string | Returns URL of the page currently being tracked, or the file being downloaded, or the outlink being clicked | |
getActionUrlRaw ( ) | Returns URL of page being tracked, including all original Query parameters | |
getCustomFields ( ) | ||
getCustomFloatValue ( ) | custom_float column | |
getCustomVariables ( ) | ||
getIdActionName ( ) | ||
getIdActionNameForEntryAndExitIds ( ) | ||
getIdActionUrl ( ) | ||
getIdActionUrlForEntryAndExitIds ( ) | ||
getIdLinkVisitAction ( ) : integer | Returns the ID of the newly created record in the log_link_visit_action table | |
getTypeAsString ( $type ) | ||
loadIdsFromLogActionTable ( ) | Loads the idaction of the current action name and the current action url. | |
record ( Piwik\Tracker\Visitor $visitor, integer $idReferrerActionUrl, $idReferrerActionName ) | Records in the DB the association between the visit and this action. | |
setCustomField ( $field, $value ) | ||
shouldHandle ( |
||
writeDebugInfo ( ) |
Method | Description | |
---|---|---|
getActionsToLookup ( ) | ||
getUrlAndType ( ) | ||
setActionName ( $name ) | ||
setActionUrl ( $url ) | ||
setActionUrlWithoutExcludingParameters ( $url ) |
Method | Description | |
---|---|---|
getAllActions ( |
||
getModel ( ) | ||
getPriority ( |
||
isActionHasActionName ( ) : boolean |
public static factory ( |
||
$request | ||
return |
public getActionUrl ( ) : string | ||
return | string |
public getActionUrlRaw ( ) |
public getIdLinkVisitAction ( ) : integer | ||
return | integer |
public loadIdsFromLogActionTable ( ) |
protected setActionUrlWithoutExcludingParameters ( $url ) |
public static shouldHandle ( |
||
$request |