- Issue created by @samberry
Similarly to https://www.drupal.org/project/google_tag/issues/3488123 🐛 Processing commands config ID missing Active (although this is for when a tag is not actually added to ensure the config isn't included if nothing is set)
This issue is for when the tag is set but the ids are only returned if the value doesn't match the self::GOOGLE_TAG_MANAGER_MATCH value rather than one that does. This is a simple fix to change the === to !==.
Active
2.0
Code