You recently viewed instructions on how to set up
a Google tag on your website. We haven't found a Google tag on your
website, so we're sharing these instructions with you.
Option 1: Install a
tracking ID through your hosting service or commerce platform
Sign in to your website
builder, web hosting service, or commerce platform and paste your tracking
ID into the analytics section.
Option 2: Install a Google tag in your website
code
Paste your
Google tag before the closing </head> tag on every page of your
website you want to track.
<!-- Google tag
(gtag.js) -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=AW-17605980868"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-17605980868');
</script>