KunalM
KunalM
Mmarimo
Created by KunalM on 7/30/2024 in #help-support
Google Tag Manager on Marimo
To install GTM on a webpage, the following code needs to be injected just under <head> <!-- 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-***');</script> <!-- End Google Tag Manager --> Is there a clean way to do this in Marimo?
3 replies