gabefromutah / gatsby-plugin-facebook-pixel

Gatsby plugin to add facebook pixel onto a site
15 stars 21 forks source link

Check if GDPR cookie consent is given before setting the pixel #2

Open cezarneaga opened 5 years ago

cezarneaga commented 5 years ago

if an option cookieGDPR is set, we test if the cookie value in the browser is set to true before we add the tracking code

it doesn't cover more advanced settings (cookieGDPR: {basic: true, analytics: true, ads: true}) based GDPR cookies but its a good start :)

works out of the box with react-cookie-banner

gabefromutah commented 3 years ago

It has been a while. Can we revisit this?