Skip to content
Snippets Groups Projects
Commit f6cf6b56 authored by David Mendez's avatar David Mendez
Browse files

google analytics 4: was already set up!

parent 3e1218ea
No related branches found
No related tags found
1 merge request!82Add new heatmap prototype and reactivate compound metadata
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
{{ HEAD }}
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-6WMLR7K54W"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-6WMLR7K54W')
</script>
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment