Hi, I have a pop up ad from Neverblue. Where do I put the code so it shows when viewer leaves the page? Cheers
Banish duplicate content
What did they give you in the way of code for this ad? Do their instructions specify it should be in a certain part of the page (like the header)? This usually requires some javascript code.
Lynn T. Harrison Ever Evolving Enterprises LynnTHarrison.com (my blog on using WordPress) Testimonials appreciated
Sorry, was messing about with Windows 8. Here's their code; <script language="javascript"> /* Configuration */ var nba_url_subid = ''; //var nba_pop_limit = 1; //once every x minutes //var nba_pop_limit = false; //every page load var nba_pop_limit = 'session'; //once every browser session var nba_pop_type = 'over'; /* Campaign Settings */ var nba_url_domain = 'lwken.com'; var nba_url_o = 13007; var nba_url_c = 640070; var nba_url_a = 131780; var nba_url_s = 140544; var nba_pop_width = 728; var nba_pop_height = 90; </script> <script src="https://lwken.com/js/creative.js" language="javascript"></script>
It looks like it should be in the header section of the page. Including it in your Google analytics box should work.
Forum Rules