• Hi Quill Forms Team,

    Currently, the only way to connect Google Tag Manager (GTM) in Quill Forms is by directly adding the container ID.

    To enable server-side GTM setup, I need to replace “https://www.googletagmanager.com” in the script (see below) with my personal domain, such as “gtm.mysite.com.br.” Unfortunately, Quill Forms doesn’t currently support implementing GTM via header and body code or custom domains.

    The google tag manager plugin allows you to put a custom domain, as you can see in the image below:

    Since this feature doesn’t seem to be supported by Quill Forms at the moment, could you help me configure this setup, or consider adding an update to support custom GTM domains? The solution would be adding custom domain or simply let the user install de GTM via code. The code i need to install is right below, replacing the tag manger URL:

    Thank you for your attention and assistance.

    //instal on header replacing the tag manager url
    <!-- 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-XXXXXXX');</script>
    <!-- End Google Tag Manager -->
    //instal on header


    // instal on body replacing the tag manager URL

    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-XXXXXXX"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->

    // instal on body replacing the tag manager URL

    The page I need help with: [log in to see the link]

  • You must be logged in to reply to this topic.