Google Tag Manager: gtm.dom and gtm.load are missing -
I am implementing the Google Tag Manager script on a client website.
I get a random issue: the data line does not get its gtm.dom and gtm.load object. It has only two objects, a bunch of a variable with which I am passing and a data loaded event that I am pushing in.
This issue is displayed randomly on different pages, sometimes the datelarer is filled correctly
(Note: I apply javascript. Gtm configuration is done by an outside contractor)
I found a solution here: < P> I did not push my variable but assigning it to the data layer is overwritten, so gtm objects are unavailable.
Comments
Post a Comment