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