Decoupling IntentWave's Consent Banner
Welcome to Instructions on how to decouple IntentWave's Consent Banner to allow for 3rd party consent integrations
Last updated
Welcome to Instructions on how to decouple IntentWave's Consent Banner to allow for 3rd party consent integrations
Last updated
IntentWave.customConsent({
//these are the categories that the user has consented to
categories: [
"necessary",
"analytics",
"performance",
"social",
"ads",
"emailmarketing",
],
//the timestamp of when the user consented
consentTimestamp: "2025-10-22T16:20:04.897Z",
//the unique identifier for the consent record
consentId: "fd095606-86e2-4765-b319-3b9ccfe13a3a",
//extra information about the consent
provider: "third-party-consent-provider-name",
//the original url where the consent was granted
consentURL: "https://www.example.com/consent"
});