Hello
I hope someone can offer advice on the problem below...
We are trying to insert a Google Adwords tag into our website coding, and are having problems with CDATA stripping, which comes up as 'Missing CDATA comments'. The CDATA line is showing in Actinic but not if you view the original source of the website.
An excerpt of what is included in Actinic:
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = digitshavebeenremoved;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
When you view the source on the website, both of the lines below have been removed:
/* <![CDATA[ */
/* ]]> */
I don't know how to prevent Actinic stripping the CDATA information.
Any help would be appreciated. Thank you.
I hope someone can offer advice on the problem below...
We are trying to insert a Google Adwords tag into our website coding, and are having problems with CDATA stripping, which comes up as 'Missing CDATA comments'. The CDATA line is showing in Actinic but not if you view the original source of the website.
An excerpt of what is included in Actinic:
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = digitshavebeenremoved;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
When you view the source on the website, both of the lines below have been removed:
/* <![CDATA[ */
/* ]]> */
I don't know how to prevent Actinic stripping the CDATA information.
Any help would be appreciated. Thank you.
Comment