Does Google Tag Manager ignore META tags CSS selectors? -


first had variable set at: meta[property='gtm'] value input "content"

gtm preview retunrs null variable/value

so tried

meta id="gtm-tagmanger" content="foo"

and setup css selector id of "gtm-tagmager", value in content

then trigger set use variable when equals "foo"

still not firing.

i beginning believe - gtm not read meta properties. can confirm or deny this?

you should able meta properties using "dom element" variable type: enter image description here


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -