analytics.html
3 years ago
editor.html
2 years ago
flow-embed.html
5 months ago
index.php
3 years ago
preview-embed.html
6 months ago
templates.html
2 years ago
analytics.html
16 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | <div id="mailpoet_automation_analytics" class="woocommerce-page"></div> |
| 5 | |
| 6 | <script type="text/javascript"> |
| 7 | var mailpoet_locale_full = <%= json_encode(locale_full) %>; |
| 8 | var mailpoet_automation_api = <%= json_encode(api) %>; |
| 9 | var mailpoet_json_api = <%= json_encode(jsonapi) %>; |
| 10 | var mailpoet_automation_registry = <%= json_encode(registry) %>; |
| 11 | var mailpoet_automation_context = <%= json_encode(context) %>; |
| 12 | var mailpoet_automation = <%= automation ? json_encode(automation) : 'undefined' %>; |
| 13 | </script> |
| 14 | <% endblock %> |
| 15 | |
| 16 |