We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d76689 commit 554e3aaCopy full SHA for 554e3aa
app/templates/components/gtm.html
@@ -14,8 +14,4 @@
14
gtag('js', new Date());
15
16
gtag('config', '{{ gtm_measurement_id }}');
17
-
18
- {% if gtm_anon_id %}
19
- window.dataLayer.push({ user_id: "{{ gtm_anon_id }}" });
20
- {% endif %}
21
</script>
0 commit comments