fix: properly initialize CMP, GTM and data layer for tracking
This commit is contained in:
@@ -95,10 +95,6 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% include '_partials/_tracking.html.twig' with {
|
||||
'url': '/trichter_Z1/schritt0_login_oder_gast',
|
||||
'title': 'Login oder Gast'
|
||||
} %}
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
@@ -112,3 +108,10 @@
|
||||
</button>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block data_layer %}
|
||||
{% include '_partials/_tracking.html.twig' with {
|
||||
'url': '/trichter_Z1/schritt0_login_oder_gast',
|
||||
'title': 'Login oder Gast'
|
||||
} %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user