Decoupling IntentWave's Consent Banner

Welcome to Instructions on how to decouple IntentWave's Consent Banner to allow for 3rd party consent integrations

Step 1

Go to Website Settings: Navigate to the website settings tab in the navigation bar

Step 2

Toggle Off Consent: Scroll to the bottom of your website settings and toggle off consent and save changes

Step 3

Access Documentation: Select the "required consent callbacks link" to access the function required to pass consent information and control when an identification can take place

Step 4

IntentWave Function: Use the following function to pass consent information to IntentWave for proper tracking and compliance (see below for important notes)

Important Notes

  • In order for resolution to take place, the emailmarketing category must be included

  • Call this method after the user provides consent through your custom consent solution

  • Call this method anytime someone views your site with previous consent

  • All parameters except consentURL are required

  • The categories array should only include categories the user has consented to

  • Make sure to generate a unique consentId for each consent record

  • If no consentURL is provided, we will use the current URL as the consent URL

If you need support contact us at [email protected]

Last updated