Skip to content

Commit

Permalink
add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
aloverso committed Sep 27, 2024
1 parent 56958bb commit c5611e2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _forms/spanish-advertisement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="https://unpkg.com/@newjersey/njwds-components/packages/stencil-library/dist/stencil-library/stencil-library.esm.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@newjersey/njwds-components/packages/stencil-library/dist/stencil-library/css/styles.css" />
<title>Business.NJ.Gov - Advertising Survey</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-424M5XPN5F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-424M5XPN5F');
</script>
</head>

<style>
Expand Down

0 comments on commit c5611e2

Please sign in to comment.