Javascript to show ad code based on browser window size
I have two ads.
This one is a 728×90 Amazon ad:
<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":"123456789-123456789"
});
//]]>
</script>
Code (markup):
And this one is a 320×50 Adsense ad:
<script […]
See original post by invalid@example.com (asabet)
Leave a Reply
You must be logged in to post a comment.