Expand my Community achievements bar.

SOLVED

Google Remarketing Code - Non-Sequential Javascript error

Avatar

Level 1

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)

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

3 Replies

Avatar

Level 7

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.

Avatar

Level 1

I pulled the code directly from Adwords.  How do I convert to only .js?

Avatar

Correct answer by
Level 10

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