Cookie Information gives you two important features to help with privacy compliance such as privacy controls. It lets you view and customize your consent settings.
In this article, we’ll show you how to set it up and adjust it later if you need to.
Before you start
Here are a few things to know before you start:
Before adding privacy controls to your website, check that the consent popup is set up.
Make sure that the languages set in the script’s data-culture attribute match the languages set up in the platform. To check the setup, go to Consent solutions > Choose your consent solution> Settings > General.
Set up privacy controls
To set up the privacy controls, follow these steps:
1. Add the privacy controls’ code
<div id="cicc-template"></div>
to your web page's. Add the code in the <body>
tag of the page where you want to show it.
2. Done.
Adjust privacy controls
To adjust privacy controls, follow these steps:
1. Log in to Cookie Information.
2. In Consent Solutions, find the consent solution you want to adjust privacy controls.
3. Go to Cookie management.
4. Click Go. This will take you to the platform’s old UI.
5. Navigate to PRIVACY CONTROLS.
6. Go to Advanced Settings.
7. In HTML definition of Privacy Controls, you can change the layout, button placement.
8. In Cascading Style Sheets (CSS), you can adjust styles, colors, rounded edges, fonts, etc. Example: You want to change the toggle color. In CSS, find the following CSS selector
.switch-container__category-checkbox:checked + .switch-container__slider:after
9. In background-color:
, replace the current HEX value with the HEX code of your desired color.
Here’s an example of the consent settings you can adjust in Cookie Information privacy controls:
10. Done.