Orest Bida

Results 43 comments of Orest Bida

Hi @stefanides, this was marked as a breaking change in [v2.8.1](https://github.com/orestbida/cookieconsent/releases/tag/v2.8.1). If I had created a dedicated "Breaking Changes" section it would have probably been much more visible. Also check...

I don't mind it as long as you place it at the bottom of the Readme!

Hi @fritzmg, I don't have plans to implement this feature, because I don't think there's a need for it.

I've considered myself adding gtm internally before, since many use it. The only issue is that the plugin doesn't come with predefined categories and I can't know if the "analytics"...

This is probably the easiest way: ```html // Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} // Default ad_storage to 'denied'. gtag('consent', 'default', { 'ad_storage':...

Mhm, I'm using Google Tag Manager configured with Google Analytics: GA4. `ad_storage` and `analytics_storage` should already be handled automatically without further configuration. ![screen](https://user-images.githubusercontent.com/34487268/143230101-48892faf-dddc-4fa4-8546-a4ef3ee977c4.PNG) (I updated the snippet above 'cause I...

@coli21 , hmm, I can't personally test facebook pixel's script, but I have tried with microsoft clarity — which also must be configured using the "custom html" option inside google...

@coli21 , if you can't make it work, here's another way to fire facebook pixel's script, and that is by **creating your own custom event and trigger**! To create a...

@coli21 , ~~My bad! You don't _NECESSARILY_ need to create a custom event.~~ You DO need the custom trigger, and the reason for that - based on my guess -...

@jelen07, a step-by-step guide: https://user-images.githubusercontent.com/34487268/145094856-452bb257-1ea0-45df-b704-c7571702e106.mp4