StatisticsServiceInterface

Extends

Interface StatisticsServiceInterface

category

System

package

Statistics

subpackage

Interfaces

Methods

Gets the average order value of the last month as a formatted price (i.e.: 1.234,56 EUR)

getAverageOrderValueLastMonth() : string

Response

string

Gets the average order value of the last six months as a formatted price (i.e.: 1.234,56 EUR)

getAverageOrderValueLastSixMonths() : string

Response

string

Gets the average order value of the last three months as a formatted price (i.e.: 1.234,56 EUR)

getAverageOrderValueLastThreeMonths() : string

Response

string

Gets the average order value of the last two weeks as a formatted price (i.e.: 1.234,56 EUR)

getAverageOrderValueLastTwoWeeks() : string

Response

string

Gets the average order value of the last week as a formatted price (i.e.: 1.234,56 EUR)

getAverageOrderValueLastWeek() : string

Response

string

Gets the average order value of the last year as a formatted price (i.e.: 1.234,56 EUR)

getAverageOrderValueLastYear() : string

Response

string

Gets the average order value of today as a formatted price (i.e.: 1.234,56 EUR)

getAverageOrderValueToday() : string

Response

string

Gets the conversion rate of the last month as a formatted number (i.e.: 0,27)

getConversionRateLastMonth() : string

Response

string

Gets the conversion rate of the last six months as a formatted number (i.e.: 0,27)

getConversionRateLastSixMonths() : string

Response

string

Gets the conversion rate of the last three months as a formatted number (i.e.: 0,27)

getConversionRateLastThreeMonths() : string

Response

string

Gets the conversion rate of the last two weeks as a formatted number (i.e.: 0,27)

getConversionRateLastTwoWeeks() : string

Response

string

Gets the conversion rate of the last week as a formatted number (i.e.: 0,27)

getConversionRateLastWeek() : string

Response

string

Gets the conversion rate of the last year as a formatted number (i.e.: 0,27)

getConversionRateLastYear() : string

Response

string

Gets the conversion rate of today as a formatted number (i.e.: 0,27)

getConversionRateToday() : string

Response

string

Gets the amount of new customers of the last month

getNewCustomersLastMonth() : integer

Response

integer

Gets the amount of new customers of the last six months

getNewCustomersLastSixMonths() : integer

Response

integer

Gets the amount of new customers of the last three months

getNewCustomersLastThreeMonths() : integer

Response

integer

Gets the amount of new customers of the last two week

getNewCustomersLastTwoWeeks() : integer

Response

integer

Gets the amount of new customers of the last week

getNewCustomersLastWeek() : integer

Response

integer

Gets the amount of new customers of the last year

getNewCustomersLastYear() : integer

Response

integer

Gets the amount of new customers of the current date

getNewCustomersToday() : integer

Response

integer

Gets the orders count of the last month

getOrdersCountLastMonth() : integer

Response

integer

Gets the orders count of the last six months

getOrdersCountLastSixMonths() : integer

Response

integer

Gets the orders count of the last three months

getOrdersCountLastThreeMonths() : integer

Response

integer

Gets the orders count of the last two weeks

getOrdersCountLastTwoWeeks() : integer

Response

integer

Gets the orders count of the last week

getOrdersCountLastWeek() : integer

Response

integer

Gets the orders count of the last year

getOrdersCountLastYear() : integer

Response

integer

Gets the orders count of today

getOrdersCountToday() : integer

Response

integer

Gets the amount of sales of the last month

getSalesLastMonth() : string

Response

string

Gets the amount of sales of the last six months

getSalesLastSixMonths() : string

Response

string

Gets the amount of sales of the last three months

getSalesLastThreeMonths() : string

Response

string

Gets the amount of sales of the last two week

getSalesLastTwoWeeks() : string

Response

string

Gets the amount of sales of the last week

getSalesLastWeek() : string

Response

string

Gets the amount of sales of the last year

getSalesLastYear() : string

Response

string

Gets the amount of sales of the current date

getSalesToday() : string

Response

string

Get the amount of users who are currently online

getUsersOnline() : integer

Response

integer

Gets the amount of visitors of the last month

getVisitorsLastMonth() : integer

Response

integer

Gets the amount of visitors of the last six months

getVisitorsLastSixMonths() : integer

Response

integer

Gets the amount of visitors of the last three months

getVisitorsLastThreeMonths() : integer

Response

integer

Gets the amount of visitors of the last two week

getVisitorsLastTwoWeeks() : integer

Response

integer

Gets the amount of visitors of the last week

getVisitorsLastWeek() : integer

Response

integer

Gets the amount of visitors of the last year

getVisitorsLastYear() : integer

Response

integer

Gets the amount of visitors of the current date

getVisitorsToday() : integer

Response

integer