You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a web developer, I want to add the Fides components to my site and have a simple way to automatically trigger events in my Google Tag Manager (GTM) so that I can enforce consent on my tags via GTM.
Details
Basically, we should update the existing Fides.gtm() plugin to automatically subscribe to events
We need to ensure that the GTM data layer is updated whenever the preferences change, including:
Initializing the script to “defaults” based on the user’s geolocation
User saving their preferences from the modal
User rejecting all notices from the banner
User accepting all notices from the banner
etc.
AC
When I’ve added Fides consent to my site, then I can call window.Fides.gtm() to enable the Google Tag Manager plugin
When I’ve enabled the Google Tag Manager plugin, then I should receive an event in GTM when the window.Fides.consent object is initialized
When I’ve enabled the Google Tag Manager plugin, then I should receive an event in GTM when the window.Fides.consent object is updated by the user (saving preferences from modal, rejecting notices from banner, accepting notices from banner, etc.)
The text was updated successfully, but these errors were encountered:
As a web developer, I want to add the Fides components to my site and have a simple way to automatically trigger events in my Google Tag Manager (GTM) so that I can enforce consent on my tags via GTM.
Details
Basically, we should update the existing
Fides.gtm()
plugin to automatically subscribe to eventsWe need to ensure that the GTM data layer is updated whenever the preferences change, including:
etc.
AC
window.Fides.consent
object is updated by the user (saving preferences from modal, rejecting notices from banner, accepting notices from banner, etc.)The text was updated successfully, but these errors were encountered: