• Resolved raffactor

    (@raffactor)


    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/

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘&be7025" Added’ is closed to new replies.