I am trying to use GTM's "Custom HTML Tag" option with the following code but it is giving me the following error: Invalid HTML, CSS, or JavaScript found in template.
I have implemented snippets from this source (taboola) before... I'm wondering what in this code is breaking it. Otherwise the code seems to be standard javascript:
<script>
_tfa.push({notify: 'event', name: 'landing_page_view', id: 1322998});
</script>
<noscript>
<img src='https://trc.taboola.com/1322998/log/3/unip?en=landing_page_view'
width='0' height='0' style='display:none' referrerpolicy='no-referrer-when-downgrade'/>
</noscript>
I am grateful for any recommendations to solve the problem :)