- Help Center
- Consent Notices
- Customization
-
New console flow
-
Compliance report
-
Consent Notices
-
Preference Management Platform
-
Privacy Request
-
IAB TCF
-
Analytics
-
Integrations
-
Lexicon
-
Legal Requirements
-
Users, Teams, and Permissions
-
Release notes
-
Privacy Center and Data Processing
-
Agnostik - Facettes
-
IAB TCF V2
-
Use cases
-
FAQ
-
Versions & Proofs
-
Video tutorials
-
SSO
Change buttons order - WEB
By default, the "Learn more" button will be displayed before the "Agree" button on the sticky banner and after it on the pop-in format. If you need to change the button order on a web notice, this article will help you to do so.
✅ Steps to follow
- Go in "Consent Notices".
- Then at the "Behavior" step.
- Add code in the Custom JSON field.
✍️ Code to insert
To change the order you need to set the value at :
- "before" on pop-in format.
- "after" on sticky banner format.
Pop-in format :
{
"notice": {
"learnMorePosition": "before"
}
}
Sticky banner format :
{
"notice": {
"learnMorePosition": "after"
}
}
How it should appear in the Console
Pop-in format :
Sticky banner format :
📰 You can read our developer guide for more information.