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
In GTM we can select to only trigger an event in live environment. However, using react-gtm, this event would NOT fire in live environment - I think maybe because react-gtm always adds the gtm_preview parameter?
In GTM we can select to only trigger an event in live environment. However, using react-gtm, this event would NOT fire in live environment - I think maybe because react-gtm always adds the
gtm_preview
parameter?react-gtm/src/Snippets.js
Line 8 in 52f2328
Maybe we can check the paramter for being empty and and if so obmit the param:
The text was updated successfully, but these errors were encountered: