PHP Class Piwik\Plugins\Goals\Goals

Inheritance: extends Piwik\Plugin
Afficher le fichier Open project: piwik/piwik Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
getAllReportsWithGoalMetrics ( )

Method Details

addMetricTranslations() public méthode

public addMetricTranslations ( &$translations )

addSubcategories() public méthode

public addSubcategories ( &$subcategories )

deleteSiteGoals() public méthode

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

fetchGoalsFromDb() public méthode

public fetchGoalsFromDb ( &$array, $idSite )

getClientSideTranslationKeys() public méthode

public getClientSideTranslationKeys ( &$translationKeys )

getGoalColumns() public static méthode

public static getGoalColumns ( $idGoal )

getJsFiles() public méthode

public getJsFiles ( &$jsFiles )

getReportMetadataEnd() public méthode

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 méthode

public static getReportsWithGoalMetrics ( )

getStylesheetFiles() public méthode

public getStylesheetFiles ( &$stylesheets )

registerEvents() public méthode

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