I have a webapplication where I need to place some Advertise-Scripts in some of my partials. The scripts are like:
<script type="text/javascript" src="http://www.googletagservices.com/tag/js/gpt.js">
googletag.pubads().definePassback('/XYZ/TEST_allAdformats', [300, 250]).display();
</script>
The problem is, that currently the script isnt executed. As soon as I move it to index.html, everything works as expected. But that won't solve my problem, because I need to place it at a specific position within my partial.
Any help is appreciated.
Greets, Marc