To create my checkbox I need to go to “Marketing consent”.
Concrete example
Then I choose a template to allow me to have pre-written texts:
My checkbox appears and I can change the language and all the texts. Finally, I can modify the link that redirects my users to my consent form:
Congratulations, the checkbox is now configured.
Customize screens
You can modify the text of your buttons or configuration screens if the user gives or refuses consent.
You'll need to configure your consent register so that it can be used and shown to the CNIL in the event of an inspection.
Here's how to configure your consent register:
Integrate the checkbox on your site :
Go to “Integrate the widget on my site”.
This section requires a good knowledge of CSS selectors.
If you don't have an advanced knowledge of CSS selectors, you can download a chrome extension called “SelectorGadget”, which works in 70% of cases, and will enable you to locate the positioning more easily by giving you the corresponding selectors.
Here you'll need to enter all the information concerning the location where you wish to integrate your checkbox
The sdk you've already entered when integrating cookies will be used to localize the positioning you've chosen.
- First, you'll need to enter the URL of the page on which you want to embed the widget.- You can choose whether you want to integrate the checkbox as a banner or a simple button
- You can enter the CSS selector for the position where you wish to integrate the checkbox
- You can choose whether you wish to position it above, below or in place of the selector you've selected.
Finally, click on publish and your widget will go directly online.
Locate the CSS selector to position the checkbox
The two fields URL and locate target element for injection are really the most important if the selectors aren't right the checkbox won't appear inline.
To enter them, go to the page where you wish to integrate the checkbox.
In this case, the contact page, and copy the url into the first box.
For the second, locate the CSS selector that will serve as your anchor point.
In this case, the word RGPD, whose selector is “.et_pb_contact_field_options_title”, and copy it into the second box.
You can then choose the injection method after the image and click on publish and confirm.
Congratulations