Cookie consent - GPDR Banner

777
3
Jump to solution
12-23-2021 01:16 PM
GuillaumeArnaud
Occasional Contributor

Hi all!

Is someone develop a consent banner for an ArcGIS experience builder appor use one in react?

Thanks

Guillaume

Tags (3)
1 Solution

Accepted Solutions
GuillaumeArnaud
Occasional Contributor

Hi, 

I make this : https://lacarto.ledepartement82.fr/Sample/GPDR_Banner/ to solve my problem (it is a little pretty in my final app but it not public for the moment.

I need to develop something from react-cookie-consent to add it as a widget in my app and something to find if cookie are allow before showing video or external stuff.

In Europe, it's something very important with GPDR so is there something in road map to do this ?

Thanks.

Guillaume

View solution in original post

3 Replies
Kanin
by Esri Contributor
Esri Contributor

Hello Guillaume,

ArcGIS Experience Builder has the Window widget where you can add it as a splash screen /pop-up window for users to click agree/OK on before using the app. Could you please try if this widget will work for you?

window-ez

Best regards,
Kanin 

If this answer solved your question, please mark it as "Accept as Solution" to help others who have the same question.

0 Kudos
GuillaumeArnaud
Occasional Contributor

Thanks.We are in UE so I need to propose to my user if he want none, some or all cookies.  I provide to use 2 things but it's in course of development  :

I add react cookie consent module and create a widget that I add in top or footer to display it each time ( https://www.npmjs.com/package/react-cookie-consent )

I add a link to display the window widget to ask user if he want some cookies and not others.

To finalize it, I need to modify embedded widget to prevent loading of YouTube, Facebook... And propose a link in place of embed if cookies are decline.

Not in react I found https://tarteaucitron.io/en/ but I don't know how to implement it on exb.

I ask there to know if someone already solve this 😉

Thanks.

Guillaume

0 Kudos
GuillaumeArnaud
Occasional Contributor

Hi, 

I make this : https://lacarto.ledepartement82.fr/Sample/GPDR_Banner/ to solve my problem (it is a little pretty in my final app but it not public for the moment.

I need to develop something from react-cookie-consent to add it as a widget in my app and something to find if cookie are allow before showing video or external stuff.

In Europe, it's something very important with GPDR so is there something in road map to do this ?

Thanks.

Guillaume