Hi,in order to enable Google Tag Manager for web tracking, if I am not
wrong, you only need to insert some snippets inside your web pages.If
you have implemented web pages in Adobe Campaign I think you have to
modify the HTML inserting this piece of code(Replace GTM-XXXX by your
container ID):(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');inside the .In all the pages of your
website you will also have to include the below code inside :If you need more details you can use
the developers guide of google tag manager : Google Tag Manager
Develop...