StatisticsServiceInterface
in
Interface StatisticsServiceInterface
Tags
Table of Contents
- getAverageOrderValueLastMonth() : string
- Gets the average order value of the last month as a formatted price (i.e.: 1.234,56 EUR)
- getAverageOrderValueLastSixMonths() : string
- Gets the average order value of the last six months as a formatted price (i.e.: 1.234,56 EUR)
- getAverageOrderValueLastThreeMonths() : string
- Gets the average order value of the last three months as a formatted price (i.e.: 1.234,56 EUR)
- getAverageOrderValueLastTwoWeeks() : string
- Gets the average order value of the last two weeks as a formatted price (i.e.: 1.234,56 EUR)
- getAverageOrderValueLastWeek() : string
- Gets the average order value of the last week as a formatted price (i.e.: 1.234,56 EUR)
- getAverageOrderValueLastYear() : string
- Gets the average order value of the last year as a formatted price (i.e.: 1.234,56 EUR)
- getAverageOrderValueToday() : string
- Gets the average order value of today as a formatted price (i.e.: 1.234,56 EUR)
- getConversionRateLastMonth() : string
- Gets the conversion rate of the last month as a formatted number (i.e.: 0,27)
- getConversionRateLastSixMonths() : string
- Gets the conversion rate of the last six months as a formatted number (i.e.: 0,27)
- getConversionRateLastThreeMonths() : string
- Gets the conversion rate of the last three months as a formatted number (i.e.: 0,27)
- getConversionRateLastTwoWeeks() : string
- Gets the conversion rate of the last two weeks as a formatted number (i.e.: 0,27)
- getConversionRateLastWeek() : string
- Gets the conversion rate of the last week as a formatted number (i.e.: 0,27)
- getConversionRateLastYear() : string
- Gets the conversion rate of the last year as a formatted number (i.e.: 0,27)
- getConversionRateToday() : string
- Gets the conversion rate of today as a formatted number (i.e.: 0,27)
- getNewCustomersLastMonth() : int
- Gets the amount of new customers of the last month
- getNewCustomersLastSixMonths() : int
- Gets the amount of new customers of the last six months
- getNewCustomersLastThreeMonths() : int
- Gets the amount of new customers of the last three months
- getNewCustomersLastTwoWeeks() : int
- Gets the amount of new customers of the last two week
- getNewCustomersLastWeek() : int
- Gets the amount of new customers of the last week
- getNewCustomersLastYear() : int
- Gets the amount of new customers of the last year
- getNewCustomersToday() : int
- Gets the amount of new customers of the current date
- getOrdersCountLastMonth() : int
- Gets the orders count of the last month
- getOrdersCountLastSixMonths() : int
- Gets the orders count of the last six months
- getOrdersCountLastThreeMonths() : int
- Gets the orders count of the last three months
- getOrdersCountLastTwoWeeks() : int
- Gets the orders count of the last two weeks
- getOrdersCountLastWeek() : int
- Gets the orders count of the last week
- getOrdersCountLastYear() : int
- Gets the orders count of the last year
- getOrdersCountToday() : int
- Gets the orders count of today
- getSalesLastMonth() : string
- Gets the amount of sales of the last month
- getSalesLastSixMonths() : string
- Gets the amount of sales of the last six months
- getSalesLastThreeMonths() : string
- Gets the amount of sales of the last three months
- getSalesLastTwoWeeks() : string
- Gets the amount of sales of the last two week
- getSalesLastWeek() : string
- Gets the amount of sales of the last week
- getSalesLastYear() : string
- Gets the amount of sales of the last year
- getSalesToday() : string
- Gets the amount of sales of the current date
- getUsersOnline() : int
- Get the amount of users who are currently online
- getVisitorsLastMonth() : int
- Gets the amount of visitors of the last month
- getVisitorsLastSixMonths() : int
- Gets the amount of visitors of the last six months
- getVisitorsLastThreeMonths() : int
- Gets the amount of visitors of the last three months
- getVisitorsLastTwoWeeks() : int
- Gets the amount of visitors of the last two week
- getVisitorsLastWeek() : int
- Gets the amount of visitors of the last week
- getVisitorsLastYear() : int
- Gets the amount of visitors of the last year
- getVisitorsToday() : int
- Gets the amount of visitors of the current date
Methods
getAverageOrderValueLastMonth()
Gets the average order value of the last month as a formatted price (i.e.: 1.234,56 EUR)
public
getAverageOrderValueLastMonth() : string
Return values
string —getAverageOrderValueLastSixMonths()
Gets the average order value of the last six months as a formatted price (i.e.: 1.234,56 EUR)
public
getAverageOrderValueLastSixMonths() : string
Return values
string —getAverageOrderValueLastThreeMonths()
Gets the average order value of the last three months as a formatted price (i.e.: 1.234,56 EUR)
public
getAverageOrderValueLastThreeMonths() : string
Return values
string —getAverageOrderValueLastTwoWeeks()
Gets the average order value of the last two weeks as a formatted price (i.e.: 1.234,56 EUR)
public
getAverageOrderValueLastTwoWeeks() : string
Return values
string —getAverageOrderValueLastWeek()
Gets the average order value of the last week as a formatted price (i.e.: 1.234,56 EUR)
public
getAverageOrderValueLastWeek() : string
Return values
string —getAverageOrderValueLastYear()
Gets the average order value of the last year as a formatted price (i.e.: 1.234,56 EUR)
public
getAverageOrderValueLastYear() : string
Return values
string —getAverageOrderValueToday()
Gets the average order value of today as a formatted price (i.e.: 1.234,56 EUR)
public
getAverageOrderValueToday() : string
Return values
string —getConversionRateLastMonth()
Gets the conversion rate of the last month as a formatted number (i.e.: 0,27)
public
getConversionRateLastMonth() : string
Return values
string —getConversionRateLastSixMonths()
Gets the conversion rate of the last six months as a formatted number (i.e.: 0,27)
public
getConversionRateLastSixMonths() : string
Return values
string —getConversionRateLastThreeMonths()
Gets the conversion rate of the last three months as a formatted number (i.e.: 0,27)
public
getConversionRateLastThreeMonths() : string
Return values
string —getConversionRateLastTwoWeeks()
Gets the conversion rate of the last two weeks as a formatted number (i.e.: 0,27)
public
getConversionRateLastTwoWeeks() : string
Return values
string —getConversionRateLastWeek()
Gets the conversion rate of the last week as a formatted number (i.e.: 0,27)
public
getConversionRateLastWeek() : string
Return values
string —getConversionRateLastYear()
Gets the conversion rate of the last year as a formatted number (i.e.: 0,27)
public
getConversionRateLastYear() : string
Return values
string —getConversionRateToday()
Gets the conversion rate of today as a formatted number (i.e.: 0,27)
public
getConversionRateToday() : string
Return values
string —getNewCustomersLastMonth()
Gets the amount of new customers of the last month
public
getNewCustomersLastMonth() : int
Return values
int —getNewCustomersLastSixMonths()
Gets the amount of new customers of the last six months
public
getNewCustomersLastSixMonths() : int
Return values
int —getNewCustomersLastThreeMonths()
Gets the amount of new customers of the last three months
public
getNewCustomersLastThreeMonths() : int
Return values
int —getNewCustomersLastTwoWeeks()
Gets the amount of new customers of the last two week
public
getNewCustomersLastTwoWeeks() : int
Return values
int —getNewCustomersLastWeek()
Gets the amount of new customers of the last week
public
getNewCustomersLastWeek() : int
Return values
int —getNewCustomersLastYear()
Gets the amount of new customers of the last year
public
getNewCustomersLastYear() : int
Return values
int —getNewCustomersToday()
Gets the amount of new customers of the current date
public
getNewCustomersToday() : int
Return values
int —getOrdersCountLastMonth()
Gets the orders count of the last month
public
getOrdersCountLastMonth() : int
Return values
int —getOrdersCountLastSixMonths()
Gets the orders count of the last six months
public
getOrdersCountLastSixMonths() : int
Return values
int —getOrdersCountLastThreeMonths()
Gets the orders count of the last three months
public
getOrdersCountLastThreeMonths() : int
Return values
int —getOrdersCountLastTwoWeeks()
Gets the orders count of the last two weeks
public
getOrdersCountLastTwoWeeks() : int
Return values
int —getOrdersCountLastWeek()
Gets the orders count of the last week
public
getOrdersCountLastWeek() : int
Return values
int —getOrdersCountLastYear()
Gets the orders count of the last year
public
getOrdersCountLastYear() : int
Return values
int —getOrdersCountToday()
Gets the orders count of today
public
getOrdersCountToday() : int
Return values
int —getSalesLastMonth()
Gets the amount of sales of the last month
public
getSalesLastMonth() : string
Return values
string —getSalesLastSixMonths()
Gets the amount of sales of the last six months
public
getSalesLastSixMonths() : string
Return values
string —getSalesLastThreeMonths()
Gets the amount of sales of the last three months
public
getSalesLastThreeMonths() : string
Return values
string —getSalesLastTwoWeeks()
Gets the amount of sales of the last two week
public
getSalesLastTwoWeeks() : string
Return values
string —getSalesLastWeek()
Gets the amount of sales of the last week
public
getSalesLastWeek() : string
Return values
string —getSalesLastYear()
Gets the amount of sales of the last year
public
getSalesLastYear() : string
Return values
string —getSalesToday()
Gets the amount of sales of the current date
public
getSalesToday() : string
Return values
string —getUsersOnline()
Get the amount of users who are currently online
public
getUsersOnline() : int
Return values
int —getVisitorsLastMonth()
Gets the amount of visitors of the last month
public
getVisitorsLastMonth() : int
Return values
int —getVisitorsLastSixMonths()
Gets the amount of visitors of the last six months
public
getVisitorsLastSixMonths() : int
Return values
int —getVisitorsLastThreeMonths()
Gets the amount of visitors of the last three months
public
getVisitorsLastThreeMonths() : int
Return values
int —getVisitorsLastTwoWeeks()
Gets the amount of visitors of the last two week
public
getVisitorsLastTwoWeeks() : int
Return values
int —getVisitorsLastWeek()
Gets the amount of visitors of the last week
public
getVisitorsLastWeek() : int
Return values
int —getVisitorsLastYear()
Gets the amount of visitors of the last year
public
getVisitorsLastYear() : int
Return values
int —getVisitorsToday()
Gets the amount of visitors of the current date
public
getVisitorsToday() : int