Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

IAnalyticsService

API reference for IAnalyticsService in Vendr, the eCommerce solution for Umbraco v8+

IAnalyticsService

public interface IAnalyticsService : IService

Inheritance

Namespace

Methods

GetAverageOrderValueReport

public DateReportData<Amount> GetAverageOrderValueReport(Guid storeId, DateTime from, DateTime to, 
    DateTime? compareFrom, DateTime? compareTo)

GetCartConversionRatesReport

public CartConversionRatesReportData GetCartConversionRatesReport(Guid storeId, DateTime from, 
    DateTime to, DateTime? compareFrom, DateTime? compareTo)

GetRepeatCustomerRatesReport

public RepeatCustomerRatesReportData GetRepeatCustomerRatesReport(Guid storeId, DateTime from, 
    DateTime to, DateTime? compareFrom, DateTime? compareTo)

GetTopSellingProducts

public ProductSalesReportData GetTopSellingProducts(Guid storeId, DateTime from, DateTime to, 
    DateTime? compareFrom, DateTime? compareTo)

GetTotalOrdersReport

public DateReportData<long> GetTotalOrdersReport(Guid storeId, DateTime from, DateTime to, 
    DateTime? compareFrom, DateTime? compareTo)

GetTotalRevenueReport

public DateReportData<Amount> GetTotalRevenueReport(Guid storeId, DateTime from, DateTime to, 
    DateTime? compareFrom, DateTime? compareTo)

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.