Skip to content

Commit e532751

Browse files
authored
Merge pull request #68 from jzemmels/main
Add DAP GA tag
2 parents fc1d022 + 4c01245 commit e532751

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

public/index.html

Lines changed: 17 additions & 0 deletions
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
<meta charset="utf-8">
515
<meta http-equiv="X-UA-Compatible" content="IE=edge">
616
<meta name="viewport" content="width=device-width,initial-scale=1.0">
@@ -63,6 +73,13 @@
6373
</script>
6474
</head>
6575
<body>
76+
<!-- Begin DAP Tag -->
77+
    <!-- See also: https://atthecore.usgs.gov/science-support/ocap-digital-services/web-applications -->
78+
    <!-- Google Tag Manager (noscript) -->
79+
    <noscript><iframe sandbox src="https://www.googletagmanager.com/ns.html?id=GTM-TKQR8KP"
80+
      height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
81+
    <!-- End Google Tag Manager (noscript) -->
82+
    <!-- End DAP Tag -->
6683
<!-- Google Tag Manager (noscript) -->
6784
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PHGTGNV"
6885
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

0 commit comments

Comments
 (0)