Hi all,
I have encountered the same problem albeit embedding DoubleClick floodlights on a Marketo Landing page.
The original code is:
<!--
Start of DoubleClick Floodlight Tag: Please do not remove
Activity name of this tag: Search: Landing Page 1
URL of the webpage where the tag is expected to be placed: http://info.readsoft.com/au_adv_sme_campaign_2014Feb_LP-Search1.html
This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.
Creation Date: 02/14/2014
-->
<script type="text/javascript">
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('<iframe src="http://4212155.fls.doubleclick.net/activityi;src=4212155;type=landi472;cat=reads332;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');
</script>
<noscript>
<iframe src="http://4212155.fls.doubleclick.net/activityi;src=4212155;type=landi472;cat=reads332;ord=1?" width="1" height="1" frameborder="0" style="display:none"></iframe>
</noscript>
<!-- End of DoubleClick Floodlight Tag: Please do not remove -->
BUT, Marketo adds this "
mce code" which interrupts in the tracking? See below codes after I have hit "save" .
Thanks.
regards,
Paul