Code for Banner Ad For Verizon MSN

I have a simple 970X250 banner ad with a very simple text animation. I don’t know the enabler script for Verizon MSN. Has anyone done a banner ad for this ad service?

I have placed a transparent rectangle around the ad. Is there a mouseUp function I can use for the click through for Verizon MSN?

Thanks,

Jim Arthur

Might be where you should hunt?

So far I have the following code, but they are objecting to using the landing page URL for the clickTag.

<!DOCTYPE html>
<html>
  <head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" />
	<title>Personalized Daily Vitamin Packs &amp; Subscriptions | Persona<</title>

	<style>
		html {
			height:100%;
		}
		body {
			background-color:#FFF;
			margin:0;
			height:100%;
		}
	</style>
	<!-- copy these lines to your document head: -->

	<meta name="viewport" content="user-scalable=yes, width=970" /><meta name="ad.size" content="width=970, height=250">
	<link href='https://fonts.googleapis.com/css?family=Domine:700&subset=latin' rel='stylesheet' type='text/css'>
<script>var clickTag = "https://www.personanutrition.com/?refcode=1148";</script>
	<!-- end copy -->
  </head>
  <body>
	<!-- copy these lines to your document: -->

	<a href="javascript:window.open(window.clickTag, '_blank')"><div id="persona970x250_hype_container" class="HYPE_document" style="margin:auto;position:relative;width:970px;height:250px;overflow:hidden;">
		<script type="text/javascript" charset="utf-8" src="Persona970X250.hyperesources/persona970x250_hype_generated_script.js?8065"></script>
	</div></a>

	<!-- end copy -->
  </body>
</html>

So it's an ad that shouldn't link somewhere? I don't get it...

this is the feedback I got:

I noticed that the ad clicks through directly to the website and I can see in the html that they are embedding the clicktag value with website url. This will prevent the ad from tracking clicks so that should get corrected as well.

By the way, I was able to complete an animated online interactive guidebook for mobile and desktop with inline videos last year and the client was ecstatic. I might be in a little over my head as far as the javascript with this on is concerned.

I guess you just need to see an example of the preferred method for linking to a page + tracking links. Did you get any documentation?

I have been officially fired (they have deadlines and were able to put something together with their dev team) but they were gracious enough to send me the code they used.

They did not use Hype, but just an html page including javascript.

This is the code they used in the head:
Then the a href wrapped around the div with banner text at the bottom

I guess they sent the URL landing page to them separately since it is nowhere in the code.

Live and learn.

I have a copy of the project I worked on last year here: index.

That project alone paid for the Hype application many many many times over. I think the platform is ideal for banner advertising but I need to get more acquainted with modern methods. I did a lot of Flash banner ads but that was 10 years ago.

The code I put in the reply was filtered out.

Let me try again.

var clickTag = “”;

a href="javascript:window.open(window.clickTag, ‘_blank’)