As of today Cubics has launched a new feature: Default Ad Substitution.
This feature allows developers to provide ad code from another network to replace our "default views". So if Cubics is not able to show a well-earning ad, then we'll run somebody else's ads in place. It's really a way to help ensure that you're providing ads to all of your traffic.
No, whenever a view is substituted that view displays an ad that is not a Cubics advertiser, so we don't pay you for that view. However, you should be logging views with the other ad network.
If you would like to substitute ads that are larger than 468x60 (such as ads that are 645x60) you will need to modify your original Cubics ad display code in addition to entering in a larger default ad code.
After you enter in your default ad code for a size, you'll need to change your Cubics ad code.
FOR EXAMPLE: In javascript, simply add the line: var framesize="645x60"
(DO NOT COPY THIS EXAMPLE ONTO YOUR PAGE. MODIFY YOUR OWN CUBICS AD CODE)
<!--- Cubics.com Ad Code START -->
<script type="text/javascript">
var pid = XXXXX;
var plid = XXXXX;
var adSize = "468x60";
var linkColor = "%230033ff";
var textColor = "%23000000";
var bgColor = "%23ffffff";
var channel = "";
var firstName = "";
var frameSize = "645x60";
</script>
<script language="javascript" type="text/javascript" src="http://cubics.com/displayAd.js"> </script>
<!--- Cubics.com Ad Code END -->
FOR EXAMPLE: In FBML / SNML, modify the frame height and width properties: i.e.: width='645' height='60'
(DO NOT COPY THIS EXAMPLE ONTO YOUR PAGE. MODIFY YOUR OWN CUBICS AD CODE)
<!--- Cubics.com Ad Code -->
<fb:iframe src='http://cubics.com/displayAd.aspx?pid=XXXXX&plid=XXXXX &adSize=468x60&bgColor=%23ffffff&textColor=%23000000&linkColor=%230033ff&channel='
width='645' height='60' frameborder='0' border='0' scrolling='no'></fb:iframe>