The GDPR gives users the right to access information about their data, including what they consented to and how it’s used. Providing this data builds transparency and trust while ensuring your organization meets legal requirements.
In this article, we’ll show you how to retrieve a unique user ID.
Before you start
Here are a few things to know before you start:
When a user consents to cookies, Cookie Information sets the
CookieInformationConsent
cookie in the user's browser.
If a user requests their consent data, you as the website owner need to ask the user to provide the user ID from the
CookieInformationConsent
cookie.It can take up to eight days to retrieve the user ID from the user's consent.
Retrieve a user ID
To retrieve a user ID, follow these steps:
1. Go to Chrome.
2. Open the Developer Console: F12 on Windows or CMD + OPT + J on Mac.
3. In Application, go to Storage> Cookies.
4. Go to the website's cookies.
5. Click CookieInformationConsent
.
6. Find the cookie value and tick box Show URL-decoded.
7. In Cookie Value, copy the user ID that is:
"user_uid":"9be63710-a3fc-42ce-9f62-2b7271ae87eb"
.
8. Once you have the user ID, send it to our support at support@cookieinformation.com.
We will retrieve all data related to that ID and forward this to you in an Excel sheet.
9. Done.
Related articles