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
Can we drop gtag() and let users handle the push function by themselves ? this is probably safer as gtag() is only a wrapper around the datalayer's push function
reproduction
nuxt/scripts#173
When using dataLayers,
gtag
defined by tpc is overriden due towindow.gtag=function gtag(){window.dataLayers['{{dataLayerName}}'].push(arguments);}
atthird-party-capital/src/third-parties/google-analytics/data.json
Line 15 in 92b1495
This prevent users to have multiple dataLayers.
The text was updated successfully, but these errors were encountered: