Interface StatisticsServiceInterface

Interface StatisticsServiceInterface

Direct known implementers

StatisticsService

Methods summary

public getUsersOnline( void ) : integer

Get the amount of users who are currently online

public getVisitorsToday( void ) : integer

Gets the amount of visitors of the current date

public getVisitorsLastWeek( void ) : integer

Gets the amount of visitors of the last week

public getVisitorsLastTwoWeeks( void ) : integer

Gets the amount of visitors of the last two week

public getVisitorsLastMonth( void ) : integer

Gets the amount of visitors of the last month

public getVisitorsLastThreeMonths( void ) : integer

Gets the amount of visitors of the last three months

public getVisitorsLastSixMonths( void ) : integer

Gets the amount of visitors of the last six months

public getVisitorsLastYear( void ) : integer

Gets the amount of visitors of the last year

public getNewCustomersToday( void ) : integer

Gets the amount of new customers of the current date

public getNewCustomersLastWeek( void ) : integer

Gets the amount of new customers of the last week

public getNewCustomersLastTwoWeeks( void ) : integer

Gets the amount of new customers of the last two week

public getNewCustomersLastMonth( void ) : integer

Gets the amount of new customers of the last month

public getNewCustomersLastThreeMonths( void ) : integer

Gets the amount of new customers of the last three months

public getNewCustomersLastSixMonths( void ) : integer

Gets the amount of new customers of the last six months

public getNewCustomersLastYear( void ) : integer

Gets the amount of new customers of the last year

public getOrdersCountToday( void ) : integer

Gets the orders count of today

public getOrdersCountLastWeek( void ) : integer

Gets the orders count of the last week

public getOrdersCountLastTwoWeeks( void ) : integer

Gets the orders count of the last two weeks

public getOrdersCountLastMonth( void ) : integer

Gets the orders count of the last month

public getOrdersCountLastThreeMonths( void ) : integer

Gets the orders count of the last three months

public getOrdersCountLastSixMonths( void ) : integer

Gets the orders count of the last six months

public getOrdersCountLastYear( void ) : integer

Gets the orders count of the last year

public getConversionRateToday( void ) : string

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

public getConversionRateLastWeek( void ) : string

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

public getConversionRateLastTwoWeeks( void ) : string

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

public getConversionRateLastMonth( void ) : string

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

public getConversionRateLastThreeMonths( void ) : string

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

public getConversionRateLastSixMonths( void ) : string

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

public getConversionRateLastYear( void ) : string

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

public getSalesToday( void ) : string

Gets the amount of sales of the current date

public getSalesLastWeek( void ) : string

Gets the amount of sales of the last week

public getSalesLastTwoWeeks( void ) : string

Gets the amount of sales of the last two week

public getSalesLastMonth( void ) : string

Gets the amount of sales of the last month

public getSalesLastThreeMonths( void ) : string

Gets the amount of sales of the last three months

public getSalesLastSixMonths( void ) : string

Gets the amount of sales of the last six months

public getSalesLastYear( void ) : string

Gets the amount of sales of the last year

public getAverageOrderValueToday( void ) : string

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

public getAverageOrderValueLastWeek( void ) : string

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

public getAverageOrderValueLastTwoWeeks( void ) : string

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

public getAverageOrderValueLastMonth( void ) : string

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

public getAverageOrderValueLastThreeMonths( void ) : string

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

public getAverageOrderValueLastSixMonths( void ) : string

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

public getAverageOrderValueLastYear( void ) : string

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