Skip to content

Commit 554e3aa

Browse files
committed
Revert "Add gtm_anon_id to dataLayer"
This reverts commit a8d1b0b.
1 parent 0d76689 commit 554e3aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/templates/components/gtm.html

-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@
1414
gtag('js', new Date());
1515

1616
gtag('config', '{{ gtm_measurement_id }}');
17-
18-
{% if gtm_anon_id %}
19-
window.dataLayer.push({ user_id: "{{ gtm_anon_id }}" });
20-
{% endif %}
2117
</script>

0 commit comments

Comments
 (0)