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
Seems it's sending all variables except event to the google tag manager console.
Event variable always says gtm.load, even though I'm passing custom one above.
Works fine if I pass it through dataLayer in js tho. Is there anyone else facing this issue?
Appreciate any help :)
The text was updated successfully, but these errors were encountered:
Here's my code
t.google_tag_manager :push, { event: 'event', action: 'action', category: 'category', label: 'label' }
.Seems it's sending all variables except event to the google tag manager console.
Event variable always says gtm.load, even though I'm passing custom one above.
Works fine if I pass it through dataLayer in js tho. Is there anyone else facing this issue?
Appreciate any help :)
The text was updated successfully, but these errors were encountered: