Skip to main content
Iubenda provides a comprehensive consent management solution to help you comply with global privacy regulations and manage user preferences.
This component automatically handles consent management by integrating directly with Iubenda, eliminating the need to manually specify consent through the Edgee SDK or Data Layer.
The consent status will be automatically set to pending, granted, or denied based on the Iubenda cookie.
Getting Started
To integrate Iubenda Consent Mapping into your Edgee project:
- Open the Edgee console and navigate to your project’s Components.
- Select “Add a component” and choose
edgee/iubenda-consent-mapping from the list of available components.
- Add your Iubenda site ID in the component settings.
- Activate the component on the top right.
- Confirm with “Add component” to complete the setup.
Where to find the Iubenda site ID?
There is two ways to find the Iubenda site ID:
- From the Iubenda dashboard
- In the browser console, when you are on the website you want to configure
From the Iubenda dashboard
You can find the Iubenda site ID in the Iubenda dashboard.
- Open the Iubenda dashboard.
- Click on the website you want to configure
- Look at the url, and you’ll see something like this: https://www.iubenda.com/fr/flow/123456#/
- The site ID is the value of the “123456” part.
You can find the Iubenda site ID in the browser console, when you are on the website you want to configure.
You will need to visit your website, and use your browser’s developer tools to get the Value of the cookie named _iub_cs-s[your site ID] where [your site ID] is the ID you provided in the step above.
- Visit your website.
- Open the browser console.
- Look at the cookies, and you’ll see something like this:
_iub_cs-s123456
- The site ID is the value of the “123456” part.