Google DFP + javascript
I'm using Google dfp do manage my ads, I'm currently trying to add an add to a zone but it's not correctly displayed:
<script type="text/javascript" src="https://forbiddenplanet.com/static/js/affiliates.js"></script>
<script type="text/javascript">
new FP.Widget({
query: "Star Wars",
affiliate: "myid",
size: 10,
width: 300,
height: 600,
sort: "popularity",
layout: "list"
});
</script> Best regards,