A C D G L M P R S T V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Actions_getPageTitles(String, MatomoPeriod, MatomoDate, Integer, String, Boolean) - Method in class de.guh.plugin.matomo.MatomoSystem
-
Requests the action metrics grouped by the page titles using the Matomo API module Actions.getPageTitles.
- Actions_getPageUrls(String, MatomoPeriod, MatomoDate, Integer) - Method in class de.guh.plugin.matomo.MatomoSystem
-
Requests the action metrics grouped by the page urls using the Matomo API module Actions.getPageUrls.
C
- Custom_getTop10PageTitles(String, MatomoPeriod, MatomoDate, Integer) - Method in class de.guh.plugin.matomo.MatomoSystem
-
Custom request to the Matomo server requesting the page titles of the N most visited pages.
D
- DAY - Static variable in class de.guh.plugin.matomo.MatomoPeriod
-
returns the data for the whole day at the specified date
- de.guh.plugin.matomo - package de.guh.plugin.matomo
G
- getDate() - Method in class de.guh.plugin.matomo.MatomoDate
-
Returns the currently set date value.
- getPeriod() - Method in class de.guh.plugin.matomo.MatomoPeriod
-
Returns the assigned period identifier string.
L
- LAST - Static variable in class de.guh.plugin.matomo.MatomoDate
-
specifies the last X periods (see
MatomoPeriod
) including the current day, integer value size needed to specify the amount of periods
M
- MatomoDate - Class in de.guh.plugin.matomo
-
Provides a class representing a Matomo Date.
- MatomoDate(String) - Constructor for class de.guh.plugin.matomo.MatomoDate
-
Instantiate a new Matomo date, which is allowed to be either TODAY or YESTERDAY.
- MatomoDate(String, Integer) - Constructor for class de.guh.plugin.matomo.MatomoDate
-
Instantiate a new Matomo date (range), which is allowed to be either LAST or PREVIOUS.
- MatomoPeriod - Class in de.guh.plugin.matomo
-
Provides a class representing a Matomo period.
- MatomoPeriod(String) - Constructor for class de.guh.plugin.matomo.MatomoPeriod
-
Instantiates a new Matomo period containing the desired period identifier.
- MatomoSystem - Class in de.guh.plugin.matomo
-
Provides an interface to a Matomo (formerly known as Piwik) system used for web analytics.
- MatomoSystem(String, String) - Constructor for class de.guh.plugin.matomo.MatomoSystem
-
Instantiates a new Matomo system object.
- MONTH - Static variable in class de.guh.plugin.matomo.MatomoPeriod
-
returns the data for the whole month that contains the specified date
P
- PREVIOUS - Static variable in class de.guh.plugin.matomo.MatomoDate
-
specifies the previous X periods (see
MatomoPeriod
) before the current day (excluding), integer value size needed to specify the amount of periods
R
- RANGE - Static variable in class de.guh.plugin.matomo.MatomoPeriod
-
returns the data for the specified date range including borders
- Referrers_getKeywords(String, MatomoPeriod, MatomoDate, Integer) - Method in class de.guh.plugin.matomo.MatomoSystem
-
Requests the keywords that were used in search engines to find the website along with general analytics metrics using the Matomo API module Referrers.getKeywords.
S
- sendGetCommand(String, String) - Method in class de.guh.plugin.matomo.MatomoSystem
-
Sends a custom request to the Matomo server.
T
- TODAY - Static variable in class de.guh.plugin.matomo.MatomoDate
-
specifies the current day
V
- VisitsSummary_get(String, MatomoPeriod, MatomoDate, Integer) - Method in class de.guh.plugin.matomo.MatomoSystem
-
Requests the full visits summary using the Matomo API module VisitsSummary.get.
- VisitsSummary_getVisits(String, MatomoPeriod, MatomoDate, Integer) - Method in class de.guh.plugin.matomo.MatomoSystem
-
Requests the total number of visits to the specified siteid in the given period of each time span defined by using the Matomo API module VisitsSummary.getVisits.
W
- WEEK - Static variable in class de.guh.plugin.matomo.MatomoPeriod
-
returns the data for the whole week that contains the specified date
Y
- YEAR - Static variable in class de.guh.plugin.matomo.MatomoPeriod
-
returns the data for the whole year that contains the specified date
- YESTERDAY - Static variable in class de.guh.plugin.matomo.MatomoDate
-
specifies the day before today
All Classes All Packages