- Help Center
- FAQ
- Customization
-
Consent notice creation
-
Compliance report
-
Preference Management Platform
-
Google integrations
-
Privacy Request
-
IAB TCF
-
Analytics
-
Integrations
-
Lexicon
-
Legal Requirements
-
Privacy Center and Data Processing
-
FAQ
-
Versions & Proofs
-
Login & Security
-
Privacy Hub widget
-
Consent Notices (old flow)
-
Customer Portal - Tickets
Not displaying the notice in a specific page
To not display the notice (in your privacy policy page for example), you need to add this code to your privacy policy page:
window.didomiConfig = {
notice: {
enable: false
}
};
You can also use our API to create a script allowing not to display the notice with:
Didomi.notice.hide();