Hi! I am wondering if anyone knows how to integrate google tag manager.
it requires two parts - a JS script and an html iframe element in the pages to be tracked.
What I have tried so far…
- hosting the JS script with rawgit via github and use app.scripts.append_script to add the javascript.
- and adding an html.Iframe tag in app.layout
However, when I use the preview function offered by Google Tag Manager to get integration validity, the dash page doesn’t seem to be responding.
I am expecting to see a debugging console for GTM to show at the bottom of the browser. It is showing in other html pages but not in the dashboard pages.
Thanks in advance!