&be7025" Added
-
Hey, been coming across a strange error on the tag code.
On the admin,I entered my GTM ID (GTM-NX8KJV) and selected every placement option (custom, footer, codeless) and get the following tag js URL in the tag assistant:
https://www.googletagmanager.com/gtm.js?id=&be7025GTM-NX8KJV
And this in the source:
//www.googletagmanager.com/gtm.js?id=&be7025"+i+dl;
That code results in a 404 error. It looks strange that the code includes
&be7025"
since that isn’t included in Google’s native snippet or other GTM websites I’ve seen here.And while tracking back to the frontend.php file, I noticed that the file has:
//www.googletagmanager.com/gtm.js?id=\'+i+dl;
If I delete the (i) it results in:
//www.googletagmanager.com/gtm.js?id=&be7025"++dl;
Is there a formatting error or character encoding adding the additional characters?
https://www.ads-software.com/plugins/duracelltomi-google-tag-manager/
- The topic ‘&be7025" Added’ is closed to new replies.