Integrate Google Tag Manager into your Bubble app.
Check out our new AI-powered personal CRM on iOS that will help you never lose context on the people you meet: https://bit.ly/aircircle-from-bubble
Free
For everyone
3.5 stars • 6 ratings
8.0K installs
This plugin does not collect or track your personal data.
Thanks for this. I'd love to extend it to work with GTM Environments
March 29th, 2023
Thanks for putting this together. It was the only way I could separate my dev data from live. Using different containers is ok, but I would prefer to use the different environments that we can set in GTM. Would you be willing to work on that together?
<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZXKM8PB4PH"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-ZXKM8PB4PH'); </script>
September 26th, 2022
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZXKM8PB4PH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZXKM8PB4PH');
</script>
thanks
September 8th, 2021
Useless
May 30th, 2021
The only thing this plugin does is enabling Google Tag Manager which you can do easily by adding the usual script tag to your header.