This is how I went about hosting GWD floating ads in DFP Small Business:
<!--Begin the code that should be entered into DoubleClick for Publishers-->
<script type="text/javascript">
function HideFrame() {
var fr = document.getElementById ("floatLayer");
fr.style.display="none";
}
function ShowFrame() {
var fr = document.getElementById ("floatLayer");
fr.style.display="block";
}
</script>
<div id="smallWrapper" style="position:relative">
<iframe id="smallAd" src="
http://www.webaddressforsmallad.com/index.html" height="90" width="970" scrolling="no" frameborder="0" onmouseover="ShowFrame()"></iframe>
<div id="smallClickTag" style="position:absolute; left:0px; top:0px; height:90px; width:970px;" onclick="ShowFrame()"></div>
</div>
<div id="wrapper" style="position:absolute; width:700px; height:1px; z-index:0; right:50%; bottom:65%">
<div id="floatLayer" style="position:relative; width:700px; height:700px; z-index:9999; left:50%; top:35%; display:none;">
<img src="
http://www.webaddressforclosebutton.com/closeButton.png" alt="close" height="20" width="67" align="right" onclick="HideFrame()"></img>
<iframe id="expandedAd" src="
http://www.webaddressforlargead.com/index.html" height="700" width="700" scrolling="no" frameborder="0" ></iframe>
</div>
</div>
<!--End the code that should be entered into DoubleClick for Publishers-->
Impressions will be tracked through DFP but clicks will not. My solution to this is to use a html redirect that is tracked through Google Analytics.
Cheers,
Brandon Tenner
Graphic Designer
Capital Press Ag Media