Skip to main content

Create a Marketing checkbox

Written by Alexandre Dias Da Silva

To create my checkbox I need to go to "Marketing Consent Collection"

Concrete Example

Then I need to choose a template to allow me to have pre-written texts:

My checkbox appears and I will be able to modify the language and all the texts of it. Finally I will be able to modify the link that allows me to redirect my users to my consent collection:

Congratulations, at this stage the checkbox is configured

Customize Screens

You can modify the text of your buttons or your configuration screens if the user gives or refuses to give their consent

You will need to configure your consent registry so that it can be used and can be shown to the CNIL in case of audit

We will see here how to configure your consent registry:

Integrate the Checkbox on Your Site

Go to the "Integrate the widget on my site" section

This section requires good knowledge of CSS selectors

If you do not have advanced knowledge in CSS selectors you can download a Chrome extension named "SelectorGadget" which works in 70% of cases and which will allow you to locate positioning more simply by giving you the corresponding selectors

Here you will need to enter all the information concerning the location where you wish to integrate your checkbox

The SDK that you have already entered during cookie integration will be used to locate the positioning that you will enter in this process.

  1. First you will need to enter the URL of the page on which you wish to integrate the Widget

  2. You can choose whether you want to integrate the checkbox in banner format or simply a button

  3. You can enter the CSS selector of the positioning where you wish to integrate the checkbox

  4. You can choose whether you want to position it above, below, or replace the selector you have selected

You can finally click publish and confirm and your widget will go directly online

Locate the CSS Selector to Position the Checkbox

The two URL fields and locate the target element for injection are really the most important fields if the selectors are not correct the checkbox will not appear online.

To enter them go to the page where you wish to integrate the checkbox.
In this case the contact page and copy the URL in the first field

For the second locate the CSS selector that will serve as your anchor point.
In this case the word GDPR which has the selector

".et_pb_contact_field_options_title" and copy it in the second field.


You can then choose the injection method after the image and click publish and confirm.

Congratulations

Did this answer your question?