Greetings,

How to incorporate Amazon CPM ads into forum. In the past I just put static banners in the forum header and that is not a problem but haven't had experience with non-static forms of advertising.

The Amazon code appears to be javascript (see below)
Code
<script type="text/javascript" language="javascript" src="//c.amazon-adsystem.com/aax2/getads.js"></script>
<script type="text/javascript" language="javascript">
//<![CDATA[
aax_getad_mpb({
  "slot_uuid":"9febd96b-2078-4146-b54a-be14fd7c03c4"
});
//]]>
</script>

Would it be safe to just incorporate this code into the forum header, or do I need some other means??

Thanks
Charles

Last edited by Gizmo; 04/15/2016 4:16 PM. Reason: Added [code] tags.