Skip to content

Commit 06544c6

Browse files
authored
Merge pull request #148 from jzemmels/main
Add DAP GA tag
2 parents 38f88f7 + e79cd55 commit 06544c6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

public/index.html

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- Begin DAP Tag -->
5+
    <!-- See also: https://atthecore.usgs.gov/science-support/ocap-digital-services/web-applications -->
6+
    <!-- Google Tag Manager -->
7+
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
8+
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
9+
      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
10+
      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
11+
      })(window,document,'script','dataLayer','GTM-TKQR8KP');</script>
12+
    <!-- End Google Tag Manager -->
13+
    <!-- End DAP Tag -->
414
<!-- Google Tag Manager -->
515
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
616
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
@@ -99,6 +109,13 @@
99109
</script>
100110
</head>
101111
<body>
112+
<!-- Begin DAP Tag -->
113+
    <!-- See also: https://atthecore.usgs.gov/science-support/ocap-digital-services/web-applications -->
114+
    <!-- Google Tag Manager (noscript) -->
115+
    <noscript><iframe sandbox src="https://www.googletagmanager.com/ns.html?id=GTM-TKQR8KP"
116+
      height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
117+
    <!-- End Google Tag Manager (noscript) -->
118+
    <!-- End DAP Tag -->
102119
<!-- Google Tag Manager (noscript) -->
103120
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PB7NXPG"
104121
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

0 commit comments

Comments
 (0)