{% extends "layouts/base.html" %} {% block title %} Product Analytics {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Product Analytics
Dimension selection
  • Top 10 Purchased Products
    The most preferred products for the customers. Each bar represents the total number of order per product.
  • Top 10 Purchased Categories
    The most preferred product categories for the customers. Each bar represents the total number of order per product category.
  • Most Combined Products
    Each product pairs are counted a order and Total number of order count per product pairs are calculated.
Most Combined Products {% if data_type['most_combined_products'] == False %} sample data {% endif %}
Most Purchased Products {% if data_type['most_ordered_products'] == False %} sample data {% endif %}
Most Purchased Categories {% if data_type['most_ordered_categories'] == False %} sample data {% endif %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}