'MetaFooterTags' has invalid characters outside of the script tags: <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/nnnnnnnnnnn/?value=0&guid=ON&script=0"/> </div> </noscript> . Only properly formatted script tags can be registered.
Hi,
we got code like this:
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/nnnnnnnnnnnn/?value=0&guid=ON&script=0"/>
</div>
</noscript>
Resulting in error
'MetaFooterTags' has invalid characters outside of the script tags:
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/nnnnnnnnnnn/?value=0&guid=ON&script=0"/>
</div>
</noscript>
. Only properly formatted script tags can be registered.
Tried also very stripped
<noscript>
<img height="1" width="1" border="0" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1011021262/?value=0&guid=ON&script=0">
</noscript>
With same result (Error).
What's wrong with the code?
This is implemented to pages as dynamic properties. e.g. Google Analytics code works OK, but this <noscript> seems to be poison.
Thanks for any clues..