{% extends "layouts/base.html" %} {% block title %} schedule data source {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Schedule
Schedule active connections
{% if values['connect_accept'] == True %}
{% endif %} {% if values['connect_accept'] != True %}
Please create Both Session & Customer Data Source
{% endif %}
DATA CONNECTIONS
This is the overall picture of all connections which are Sessions, Customers. At the table below they are with individual colors. Each connection has information such as data source type, data/query path, data source name, etc. There are also columns for the scheduling process which are Last Time Triggered Scheduling Job, Schedule Time Period, Schedule Status
{% if values['connect_accept'] != True %}
Please create Both Session & Customer Data Source
{% endif %} {% if values['connect_accept'] == True %} {% if values['has_product_data_source'] != True %}
You have both Session and Customer Data Source. But You may want to add Basket Data Source which covers products, prices and categories of products. This might help us to create Product Analytics and A/B Tests based on products, e.g.
{% endif %} {% for i in values['schedule_columns'] %} {% if i in ['Sessions Connection Tag Name', 'Sessions Connection Data Source', 'Sessions Connection Data Query/Path'] %} {% endif %} {% if i in ['Customers Connection Tag Name', 'Customers Connection Data Source', 'Customers Connection Data Query/Path'] %} {% endif %} {% if i in ['Last Time Triggered Scheduling Job', 'Schedule Time Period', 'Schedule Status'] %} {% endif %} {% if i not in ['Sessions Connection Tag Name', 'Sessions Connection Data Source', 'Sessions Connection Data Query/Path', 'Customers Connection Tag Name', 'Customers Connection Data Source', 'Customers Connection Data Query/Path', 'Last Time Triggered Scheduling Job', 'Schedule Time Period', 'Schedule Status'] %} {% endif %} {% endfor %} {% for i in values['schedule'] %} {% endfor %}
{{ i }}{{ i }}{{ i }}{{ i }}
{{ values['es_connection']['tag'] }} {% if i['dimension'] != '....' %} {% endif %} {% if i['dimension'] == '....' %} {% endif %} {{ i['orders_data_source_tag'] }} {{ i['orders_data_source_type'] }} {% if i['orders_data_query_path'] != '...' %} {{ i['orders_data_query_path'] }}
{% endif %} {% if i['orders_data_query_path'] == '....' %} {{ i['orders_data_query_path'] }} {% endif %}
{{ i['downloads_data_source_tag'] }} {{ i['downloads_data_source_type'] }} {% if i['downloads_data_query_path'] != '...' %} {{ i['downloads_data_query_path'] }}
{% endif %} {% if i['downloads_data_query_path'] == '...' %} {{ i['downloads_data_query_path'] }} {% endif %}
{{ i['ses_actions'] }} {{ i['d_actions'] }} {{ i['promotion_id'] }} {{ i['max_date_of_order_data'] }} {{ i['time_period'] }} {% if i['schedule_tag'] != '....' %} {% endif %} {% if i['schedule_tag'] == '....' %} {% endif %}
OPTIONAL DATA CONNECTIONS
This is the overall picture of all optional connections which are Deliveries, Products. At the table below they are with individual colors. Each connection has information such as data source type, data/query path, data source name, etc.
{% for i in values['schedule_columns_optional'] %} {% if i in ['Baskets Connection Tag Name', 'Baskets Connection Data Source', 'Baskets Connection Data Query/Path'] %} {% endif %} {% if i in ['Deliveries Connection Tag Name', 'Deliveries Connection Data Source', 'Deliveries Connection Data Query/Path'] %} {% endif %} {% if i not in ['Deliveries Connection Tag Name', 'Deliveries Connection Data Source', 'Deliveries Connection Data Query/Path', 'Baskets Connection Tag Name', 'Baskets Connection Data Source', 'Baskets Connection Data Query/Path'] %} {% endif %} {% endfor %} {% for i in values['schedule'] %} {% endfor %}
{{ i }}{{ i }}{{ i }}
{{ i['products_data_source_tag'] }} {{ i['products_data_source_type'] }} {% if i['products_data_query_path'] != '...' %} {{ i['products_data_query_path'] }}
{% endif %} {% if i['products_data_query_path'] == '...' %} {{ i['products_data_query_path'] }} {% endif %}
{{ i['deliveries_data_source_tag'] }} {{ i['deliveries_data_source_type'] }} {% if i['deliveries_data_query_path'] != '...' %} {{ i['deliveries_data_query_path'] }}
{% endif %} {% if i['products_data_query_path'] == '...' %} {{ i['products_data_query_path'] }} {% endif %}
{% endif %}
{% if values['tag'] != '....' %}
Logs
Last 20 events of logs.
{% if values['logs'] != '....' %} {% for i in values['logs'] %}
{{ i['info'] }}
{% endfor %} {% endif %}
{% endif %}
{% endblock content %} {% block javascripts %}{% endblock javascripts %}