Summary

Large and powerful – Build an image and text ad at the top of your site. Guaranteed to be one of your premium and highest price units. Perfect for spec ads or advertisers without graphics.

Setup / Inputs

These are the fields / inputs taken to generate this ad. In general, inputs are not required. That said, these inputs are how you customize the ad!

Inputs
Default
Description
Main Image
Default Value
The main image to be displayed in the billboard
Destination URL
https://google.com
The URL that the user is taken to when they click on the ad
Logo Image
Default Value
The image of a logo of the company being advertised
Background Color
The background color of the ad
Message
Chipotle is Back
A very brief message to be displayed under the logo
Button Text
Get Your Free Burrito!
A call to action button, calling the user to click on the ad
Button Background Color
The background color of the call to action button
Font Color
The color of the font/text displayed in the ad
Autoplay on Mute?
False
Should the video autoplay on mute? Note: Some browsers disable all auto-playing videos, notably mobile Safari
Non-Static?
False
This setting will attempt to work with difficult themes which prevent the display of the billboard
Try to Auto-Set Background Color?
False
If you are seeing text scroll over the billboard, try setting this to match your site's natural background color
Background Color
If auto-setting the background color, use this color
Video Only in Mobile
False
Set to yes if you only want the video part of the ad to be showing in the mobile version of the ad.

Embed An Example In Your Media Kit

Customers who wish to embed the example on some "Media Kit" page on their website can do so in one of two ways:


Option 1: If you have Wordpress and the Broadstreet plugin, you can use this shortcode anywhere in any post to render the example.

[broadstreet ad="168818"]

Option 2: If you do not have Wordpress, or choose not install the Broadstreet plugin, you can embed this javascript code snippet into your post:

<div street-address="168818"></div><script>
    (function(d, s) {
    // CLICK MACRO AND CONFIGURATION SECTION
    var destination = '%%CLICK_URL_ESC%%';
    // DO NOT EDIT BELOW THIS LINE
    var js, bjs = d.getElementsByTagName(s)[0];
    js = d.createElement(s); js.async = true;
    js.src = "//ad.broadstreetads.com/display/168818.js?sa=1&"
        + (window.broadstreet ? 'init=0' : '')
        + (destination.indexOf('CLICK_URL_ESC') >= 0
        ? '' : '&destination=' + destination);
    bjs.parentNode.insertBefore(js, bjs);
    }(document, 'script'));</script>