Block Scripts & Cookies
Consent Callbacks & Events
Run code after callbacks and events are triggered.
Script Management Methods
There are two primary methods for managing scripts:
- Through
<script>
tag attributes. - Using callbacks and events.
Code Examples
The cc:onConsent
event can be used to execute code based on user consent.
The cc:onChange
event can be used to execute code when the user changes their consent.