Google Tag Manager
The Google Tag Manager gathers all your analytic codes and scripts in one place.Â
How to create your google tag account
How to add users for your google tag account
How to add Google Tag Manager on Landing Pages:
Click Landing Pages in the left toolbar.
Create or edit a landing page.
Click Edit Code </> in the left panel.
Change the Page drop-down menu to All Pages.
Click the Head tab
Replace GTM-XXXX with your container ID in the following code snippet:
<!-- 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-XXXX');</script>
<!-- End Google Tag Manager -->
Copy the modified code snippet.
Paste the code snippet immediately after the opening <head> tag on every page.
Click Save and Close.
Click Publish.