gatsby-plugin-gdpr-cookies icon indicating copy to clipboard operation
gatsby-plugin-gdpr-cookies copied to clipboard

Gatsby plugin to add Google Analytics (V4 is supported), Google Tag Manager, Facebook Pixel, TikTok Pixel and Hotjar in a GDPR form to your site.

Results 28 gatsby-plugin-gdpr-cookies issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Bounce rates in GA dashboard are showing as too low ie less than 1%. **To Reproduce** Steps to reproduce the behavior: Add this snippet as per instructions....

**Describe the bug** Full explanation here https://github.com/andrezimpel/gatsby-plugin-gdpr-cookies/issues/86 Problem Bounce rates are too high in GA dashboard due to duplicate page view events on page load. Fix Provide the option to...

**Is your feature request related to a problem? Please describe.** I updated my homepage project and noticed this message: ``` npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"18.2.0"...

Please let me know if this is too verbose, or if there's any changes necessary in order to get the changes accepted.

The documentation says the default linkedin plugin name is `gatsby-gdpr-linked-in` but this does not work. The default options file here ( https://github.com/andrezimpel/gatsby-plugin-gdpr-cookies/blob/master/src/default-options.js ) says it should be `gatsby-gdpr-linkedin` When I...

There's probably no point in injecting the GTM iframe here. As per the [documentation](https://developers.google.com/tag-platform/tag-manager/web), this iframe is meant to be enclosed within a `` tag so that GTM loads for...

**Is your feature request related to a problem? Please describe.** Is there any particular reason to trigger the `window.fbq('track', 'PageView')` event inside of the `trackTikTokPixel` function ? https://github.com/andrezimpel/gatsby-plugin-gdpr-cookies/blob/02ce0e6aed6277b34041c6f9ca662ec26abad752/src/services/tiktok.js#L35-L44 **Describe the...

**Is your feature request related to a problem? Please describe.** I don't see any security settings like SameSite "strict", Set-Cookie "Secure", etc. in the documentation. Is there any way to...

**Is your feature request related to a problem? Please describe.** While configuring which services to load, it would be nice to be able to choose between localStorage and Cookies (we...

Thanks for this plugin. Made my life a lot easier. I was looking at the GTAG code and I was wondering why the main methods were commented out. Is that...