Skip to content
Snippets Groups Projects
Commit 76524b86 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

Fix matomo, update ecomail API

parent 817c91d3
Branches
No related tags found
2 merge requests!1293Fix matomo, update ecomail API,!1292Fix matomo, update ecomail API
Pipeline #20877 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<title>Máte přání?</title> <title>Máte přání?</title>
{% if page.matomo_id %} {% if page.matomo_id %}
{% include "shared/matomo_snippet.html" with matomo_id=page.root_page.matomo_id %} {% include "shared/matomo_snippet.html" with matomo_id=page.matomo_id %}
{% endif %} {% endif %}
{% endblock %} {% endblock %}
......
...@@ -106,6 +106,7 @@ def subscribe_to_ecomail_newsletter( ...@@ -106,6 +106,7 @@ def subscribe_to_ecomail_newsletter(
**custom_data, **custom_data,
}, },
"update_existing": update_existing, "update_existing": update_existing,
"trigger_autoresponders": True,
} }
response = requests.post( response = requests.post(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment