Cookie Consent Management

Summary

As part of our GDPR / CCPA compliance, FigPii offers an option to delay the initiation of your heatmaps, session recordings, and data collection for A/B tests until the user consents to store cookies.

Regardless of user consent, FigPii does not collect any personally identifiable data.

We do not collect full IP addresses, all form input information is discarded and replaced with * before being sent to our servers.
FigPii does not collect any of the following data:
  • Name and surname
  • Address
  • Job title
  • Phone number
  • Email address
  • Invoicing details (name of entity, tax identification number)
  • Credit card information

Step 1. Inform user consent status to FigPii 

First, you'll need to inform FigPii about the user's consent status. To do so, depending on the user's response you need to run the following JavaScript snippet on your website:

If the user has given their consent, run the following snippet:

<script>
window._fpEvent=window._fpEvent||[];
window._fpEvent.push(["setConsent",{value:true}]);
window.FIGPII?.setConsent(true);
</script>

Optional - If the user declined consent, run the following snippet:

<script>
window._fpEvent=window._fpEvent||[];
window._fpEvent.push(["setConsent",{value:false}]);
window.FIGPII?.setConsent(false);
</script>

Using GTM to inform user consent status to FigPii

You can use Google Tag Manager to manage your scripts and their consent status, you can simple add a Custom HTML tag with the values mentioned above upon the user's consent. 

Source: Google Support.

Using OneTrust to inform user consent status to FigPii

If you use OneTrust to manage cookie consent, you can use the API offered by OneTrust called  OneTrust.OnConsentChanged() to run the snippets above upon user consent. 

Source: CookiePro

Step 2. Require consent for tracking data

After setting up the snippets, you can head over to your account settings ( https://www.figpii.com/dashboard/account-management) and locate your domain, then under Advanced Settings, turn on Do not track until consent is given.

Questions?

You can find the details on our commitment to user privacy here https://requests.figpii.com/gdpr/ or you can contact our support team at support@figpii.com

Still need help? Contact Us Contact Us