DTM: TypeError: _satellite not defined
I'm adding DoubleClick Floodlight tags to specific campaign pages. We have a separate tag for 6 pages. I've created Page Load rules for each page since the ids in the tags are different. All rules are working but the purchase receipt page rule where I need Data Element. When the rule fires I get a JS error in the console: TypeError: _satellite not defined.
In the Javascript/Third party area I'm using Non-Sequential HTML:
<script type="text/javascript"> document.write('<iframe src="https://1346129.fls.doubleclick.net/activityi;src=12345;type=xxx555;cat=xxx555;qty=1;cost=' + _satellite.getVar('Purchase Amount') + ';u1=monthly;ord=' + _satellite.getVar('Purchase ID') + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>'); </script>
I removed the script tags and switched to Non-Sequential JS and the page wouldn't load.