[Solved] Google Tag Manager Error on Blogger (The reference to entity “l” must end with the ‘;’ delimiter)
GTM: Google Tag Manager |
Google Tag Manager Tool which is used by marketers to add & update website tags.
while i tried the install code in my blogger template, it gave me following error:
The reference to entity “l” must end with the ‘;’ delimiter
After few hours of search found solution on google product support forum . which i would like to share with you,
in your GTM (Google Tag Manager) installation code you will find following line
j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async= true;j.src=
Replace this line with this one (it will be your 5th line in code).
j=d.createElement(s),dl=l!=’
dataLayer’?’&l=’+l:”;j. async=true;j.src=
Thanks, man! I had difficult with this code, but you saved me 😀
welcome otavio
Thanks a lot
Welcome bro
Thanks Man
Welcome,
Didn’t work for mine. I got another error message using it.