Hey everyone 🙂
I use Axeptio as a cookie banner. Basically, axeptio sends a GTM event when a visitor clicks "accept cookies". GTM then adds Hubspot's script into the page. The script looks like this:
<script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/XXXXXX.js"></script>
It works fine.
However, my client wants me to add the chatbot without/before the visitor's consent, which seems ok on a legal standpoint as it only uses "essentials" cookies.
My question is: Is there a way to include only the chatbot without any other features until a visitor accepts Hubspot's cookies
Thank you !