I recently wrote a post on an example of Kontera advertising and mentioned they didn’t open in a new window the ads and therefore losing some customers…Well i just received some good feedback from Kontera saying you can open the ads in a new window by adding a line to there code they provide…
The line to ad to open ads in new window for Kontera is -
var dc_open_new_win = ‘yes’;
So an example of this code would be to put it after -
<!– Kontera ContentLink™ –>
<script type=”text/javascript”>
var dc_UnitID = 14;
var dc_PublisherID = *****;
var dc_AdLinkColor = ‘blue’;
var dc_open_new_win = ‘yes’;
var dc_adprod=’ADL’;
</script>
<script type=”text/javascript” src=”http://kona.kontera.com/javascript/lib/KonaLibInline.js”></script>
<!– Kontera ContentLink™ –>
This in turn will keep more customers from leaving your website but still generate revenue from your website…The unfortunate side of opening in new window is some pop up blockers may block the opening…
Learn how to make money like the top bloggers with my book Six Figure Blogging.








[...] Mediatext and Kontera open ads in new window… To implement this in Kontera click here.. For Mediatext Publishers this can be implemented in the admin section in your Mediatext [...]