Skip to content

Commit 2a4384e

Browse files
authored
Merge pull request #84 from GSA/feature/9_DAP_Tags
Adding the GTM DAP Tags
2 parents 22436ff + 104dff3 commit 2a4384e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<!-- Google Tag Manager -->
5+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
6+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
7+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
8+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
9+
})(window,document,'script','dataLayer','GTM-T3PKVPJ5');</script>
10+
<!-- End Google Tag Manager -->
11+
412
<meta charset="utf-8">
513
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
614
<title>Solicitation Review Tool</title>
@@ -23,6 +31,11 @@
2331
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
2432
</head>
2533
<body>
34+
<!-- Google Tag Manager (noscript) -->
35+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T3PKVPJ5"
36+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
37+
<!-- End Google Tag Manager (noscript) -->
38+
2639
<app-root>Loading...</app-root>
2740

2841
<!-- Latest compiled and minified JavaScript -->

0 commit comments

Comments
 (0)