Hello,
Has anyone had issues with trying to add google remarketing codes as non-sequential js? I keep getting the error Unexpected token < (line: 1; col:1)
Solved! Go to Solution.
Views
Replies
Total Likes
Robert,
There is a great article by Jennifer Kunz that goes over converting various marketing pixels from HTML to JS. Have a look at the link below:
https://www.digitaldatatactics.com/index.php/2016/07/06/dtm-third-party/
Thanks,
Jantzen
Views
Replies
Total Likes
You have HTML in your tag and it can only contain pure JS, you need to remove all HTML before you can use your tag, otherwise you can change the type to an HTML tag however it's better for performance if you use pure JS.
Views
Replies
Total Likes
I pulled the code directly from Adwords. How do I convert to only .js?
Views
Replies
Total Likes
Robert,
There is a great article by Jennifer Kunz that goes over converting various marketing pixels from HTML to JS. Have a look at the link below:
https://www.digitaldatatactics.com/index.php/2016/07/06/dtm-third-party/
Thanks,
Jantzen
Views
Replies
Total Likes