PHP Class Piwik\Plugins\Goals\Goals

Inheritance: extends Piwik\Plugin
ファイルを表示 Open project: piwik/piwik Class Usage Examples

Public Methods

Method Description
addMetricTranslations ( &$translations )
addSubcategories ( &$subcategories )
deleteSiteGoals ( $idSite ) Delete goals recorded for this site
fetchGoalsFromDb ( &$array, $idSite )
getClientSideTranslationKeys ( &$translationKeys )
getGoalColumns ( $idGoal )
getJsFiles ( &$jsFiles )
getReportMetadataEnd ( &$reports, $info ) Returns the Metadata for the Goals plugin API.
getReportsWithGoalMetrics ( )
getStylesheetFiles ( &$stylesheets )
registerEvents ( )

Private Methods

Method Description
getAllReportsWithGoalMetrics ( )

Method Details

addMetricTranslations() public method

public addMetricTranslations ( &$translations )

addSubcategories() public method

public addSubcategories ( &$subcategories )

deleteSiteGoals() public method

Delete goals recorded for this site
public deleteSiteGoals ( $idSite )

fetchGoalsFromDb() public method

public fetchGoalsFromDb ( &$array, $idSite )

getClientSideTranslationKeys() public method

public getClientSideTranslationKeys ( &$translationKeys )

getGoalColumns() public static method

public static getGoalColumns ( $idGoal )

getJsFiles() public method

public getJsFiles ( &$jsFiles )

getReportMetadataEnd() public method

The API returns general Goal metrics: conv, conv rate and revenue globally and for each goal. Also, this will update metadata of all other reports that have Goal segmentation
public getReportMetadataEnd ( &$reports, $info )

getReportsWithGoalMetrics() public static method

public static getReportsWithGoalMetrics ( )

getStylesheetFiles() public method

public getStylesheetFiles ( &$stylesheets )

registerEvents() public method

See also: Piwik\Plugin::registerEvents
public registerEvents ( )