Hi,
I have implemented the following third party code into page load rules in DTM:
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 971225648;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/971225648/?value=0&guid=ON&script=0"/>
</div>
</noscript>
It only recognises it as Non-Sequential HTML, however.
When debugging the site, it show's up as red and an unhappy face so I'm assuming it's not working. (sorry I'm new to this!)
Any advise would be hugely appreciated.
Thanks