We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef74642 commit 7bb39a4Copy full SHA for 7bb39a4
app.html
@@ -1,13 +1,17 @@
1
<!DOCTYPE html>
2
<html lang="en" {{ HTML_ATTRS }} class="hidden">
3
<head {{ HEAD_ATTRS }}>
4
+ <script
5
+ async
6
+ src="https://www.googletagmanager.com/gtag/js?id=G-HBV7K2PRX6"
7
+ ></script>
8
<script>
- window.dataLayer = window.dataLayer || []
9
+ window.dataLayer = window.dataLayer || [];
10
function gtag() {
- dataLayer.push(arguments)
11
+ dataLayer.push(arguments);
12
}
- gtag('js', new Date())
- gtag('config', 'G-HBV7K2PRX6')
13
+ gtag("js", new Date());
14
+ gtag("config", "G-HBV7K2PRX6");
15
</script>
16
{{ HEAD }}
17
</head>
0 commit comments