Skip to content

Commit

Permalink
Merge pull request #38 from datacoves/mp_add_tag_2
Browse files Browse the repository at this point in the history
Add google tags to index.template.html
  • Loading branch information
mayrapena1324 authored Jul 22, 2024
2 parents 60f8f8e + 98565f1 commit bbc882b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/index.template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5P9ZRRG');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link data-rh="true" rel="icon" href="/assets/favicon.ico" />
Expand Down Expand Up @@ -210,6 +219,13 @@
</head>

<body class="ready sticky ready-fix">
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5P9ZRRG"
height="0" width="0" style="display:none;visibility:hidden">
</iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="app-nav no-badge">
<!-- These links should have target = _blank -->
<!--
Expand Down

0 comments on commit bbc882b

Please sign in to comment.