Skip to content

Commit 752a77b

Browse files
committed
Update GTAG
1 parent 4c2eff5 commit 752a77b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_layouts/default.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@
1717

1818
gtag('config', 'AW-11394876125');
1919
</script>
20-
20+
<!-- Event snippet for conversion page -->
21+
<script>
22+
gtag('event', 'conversion', {
23+
'send_to': 'AW-11394876125/8F4rCPa08MUZEN2FwLkq',
24+
'value': 1.0,
25+
'currency': 'CAD'
26+
});
27+
</script>
2128
</head>
2229

2330
<body>

0 commit comments

Comments
 (0)