Hello here!
Has any worked with having Hubspot cookies managed by an external cookie management tool?
I would like to understand how to create a setup to manage their consent from the cookie banner created from the Cookie management tool and not Hubspot.
Thanks in advance for any ideas on this!!
You can manage HubSpot cookies on external platforms by implementing HubSpot’s tracking code with custom consent settings. The best approach is using HubSpot’s Cookie Banner API, which allows you to trigger cookie acceptance or decline actions based on user consent collected externally. You can set this up with JavaScript on your external site, syncing consent data seamlessly back to HubSpot.
Hello @JEdwards71 , thank for the reply!
I found this documentation for the API, is this the one you are referring to for the implementation?
I think that’s something is missing for it when checking this specific section
Hi,
You can use tools like OneTrust or Cookiebot with HubSpot.
The general approach involves placing the script provided by your chosen tool into the header section of your HubSpot website pages, often within the global settings where you might add Google Tag Manager code.
FYI You can use scripts that interact with the external banner’s consent status to tell HubSpot whether or not to track a user
Hope this helps!
Cheers,
Harsh
Fario Consulting
Hello @FarioConsulting , thanks for you reply!
I use Cookie First, and indeed we have the cookie banner triggering from GTM, what I was looking for is to have Hubspot cookies under this banner, so they trigger accordingly 
Hi @VanessaVettor - CookieFirst has some documentation on using their banner together with HubSpot here: https://support.cookiefirst.com/hc/en-us/articles/5080576655505-Hubspot-Integration
Hope this helps!
Hi @evaldas yes! I got that documentation from Cookie First, thanks!!