- Joined
- Feb 4, 2022
- Messages
- 9
- Reaction score
- 14
- Points
- 3
- Location
- Colombia
- Website
- www.galegomca.com
- NullCash
- 64
Add your google tag manager easy
1. Install the module
2. Configure --> And clic to enable in the link
3. edit your file modules/googletag/googletag_header.tpl
4. Insert you code as
<!-- Google Tag Manager -->
{literal}
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
{/literal}
<!-- End Google Tag Manager -->
5. Save
1. Install the module
2. Configure --> And clic to enable in the link
3. edit your file modules/googletag/googletag_header.tpl
4. Insert you code as
<!-- Google Tag Manager -->
{literal}
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
{/literal}
<!-- End Google Tag Manager -->
5. Save