Skip to content

Commit 3811280

Browse files
authored
Add Google Tag Manager script to careers.html
1 parent b945305 commit 3811280

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

careers.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,17 @@ <h5>Get in Touch</h5>
210210
}
211211
});
212212
</script>
213+
<!-- Google tag (gtag.js) -->
214+
<script async src="https://www.googletagmanager.com/gtag/js?id=GT-TX5HXW55"></script>
215+
<script>
216+
window.dataLayer = window.dataLayer || [];
217+
function gtag(){dataLayer.push(arguments);}
218+
gtag('js', new Date());
219+
220+
gtag('config', 'GT-TX5HXW55');
221+
</script>
213222
<script src="js/script.js"></script>
214223
</div>
215224
</body>
216225

217-
</html>
226+
</html>

0 commit comments

Comments
 (0)