{% extends "layouts/base.html" %} {% block title %} Funnel - Customers {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Customers Of Actions Funnel
Dimension selection
  • Customers Funnels are aggregated count of events per customer according to time periods. They are started to be counted from the user first engagement event such as download or signup.
  • What is the Customer of Action?
    After the user creation event, there might be more events which are probably stored in your system which they are called Customer Actions. Example of these kind of actions; Adding Payment Method, Adding Location,first order transaction, etc. Customer Actions are able to be added to ElasticSearch indexes manually while it is connecting the Customers data Source. In the page Sessions & Customers Data Source, columns name of the actions are specified in the Action Column Names in Data Source.
  • What are Time Periods of Funnels?
    There are daily, weekly, monthly and hourly Funnels. daily, weekly, monthly Funnels are calculated as total transaction count per action per day/week/month. Hourly Funnel is calculated as average of total transaction count per action per hour
  • How do I see the Dimensional Funnel?
    Each Dimensionally Funnels is created individually for dimension. Dimension columns are also specified in the page Sessions & Customers Data Source. After that, you may select dimension from filters section.
  • How do I select Funnels of start - end dates?
    Funnels of start date is not able to be selected. However it is possible to select end date from filters section.
Customers of Action
Daily Funnel {% if data_type['daily_funnel'] == False %} sample data {% endif %}
Weekly Funnel {% if data_type['weekly_funnel'] == False %} sample data {% endif %}
Monthly Funnel {% if data_type['monthly_funnel'] == False %} sample data {% endif %}
Hourly Funnel {% if data_type['hourly_funnel'] == False %} sample data {% endif %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}