- Issue created by @ericgsmith
- 🇳🇱Netherlands casey
We are having the same issue.
For now we simply clean out 'advanced_settings.gtm' manually in our google_tag.container.default.yml:
... advanced_settings: consent_mode: false gtm: { } ...
This is possible as TagContainer::getGtmSettings() returns a default config array. We don't need to override these defaults (not up until now at least).
I do hope however a better solution will be found. Maybe a single google_tag container entity should only have a single GTM id?