Jun 2, 2021 6:57 AM - edited Jun 2, 2021 9:54 AM
Hi everyone
I'm using Usercentrics tool to manage the cookies for GDPR purpose,
I'm using the following code
var _hsp = window._hsp = window._hsp || [];
_hsp.push(['revokeCookieConsent']);
to remove the HubSpot cookies if the user denied but, the question is.
If the user selects one or more of the cookies' categories, how can I push the HubSpot Cookies under the selected categories?
I tried to follow the
https://developers.hubspot.com/docs/api/events/cookie-banner
But there is nothing there to show how can I push a single category's cookie.
So, what is the way to push HubSpot single-category's cookies?
Solved! Go to Solution.
Jun 7, 2021 12:21 AM
Hello there,
You can refer to this page outlines all the possible ways you can customize your HubSpot cookies
How to customize cookie tracking and your privacy policy alert in HubSpot?
Regards,
Oct 21, 2021 4:24 AM
Hi there,
@Mohammad3113 can you explain how you have now included the Usercentrics CMP so that HubSpot tracking is not loaded before consent?
Best, Florian
Jun 7, 2021 12:21 AM
Hello there,
You can refer to this page outlines all the possible ways you can customize your HubSpot cookies
How to customize cookie tracking and your privacy policy alert in HubSpot?
Regards,
Jun 2, 2021 3:39 PM
@himanshurauthan , can you lend a hand here?