volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

correct format for googleads code

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&amp;guid=ON&amp;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&amp;guid=ON&amp;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..

#79853
Jan 08, 2014 14:36
error This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.