File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626{% endif %}
2727
2828<!-- Google tag (gtag.js), plugin provided by Spinbits -->
29- {% dump %}
3029<script async src =" https://www.googletagmanager.com/gtag/js?id={{ id }}{{ url_suffix | raw }}" ></script >
3130<script >
3231 window .dataLayer = window .dataLayer || [];
4140 });
4241 }
4342 {% if app .session is not null and app .session .started %}
44- {% set events = app .session .bag (' spinbits_ga4_events' ).all %}
45- {% for event , content in events %}
46- {% for c in content %}
47- gtag (" event" , " {{ event }}" , {{ c| raw }});
48- {% endfor %}
49- {% endfor %}
50- console .log ({{ events| json_encode| raw }})
43+ {% set events = app .session .bag (' spinbits_ga4_events' ).all %}
44+ {% for event , content in events %}
45+ {% for c in content %}
46+ gtag (" event" , " {{ event }}" , {{ c| raw }});
47+ {% endfor %}
48+ {% endfor %}
5149 {% endif %}
5250</script >
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ USER_COM_FRONTEND_API_KEY=""
3737TAG_MANAGER_ID = " "
3838USER_COM_ENCRYPTION_KEY = your-32-character-long-key
3939USER_COM_ENCRYPTION_IV = your-16-character-long-
40- MESSENGER_USER_COM_ASYNCHRONOUS = " "
40+ MESSENGER_USER_COM_ASYNCHRONOUS = " amqp://guest:guest@localhost:5672/%2f "
4141# ##< UserCom
You can’t perform that action at this time.
0 commit comments