Summary

Prominently feature an image along with a call to action at the top of your site without any code. Just create the ad and run it in a free zone and it'll automatically position itself.

Ad Preview

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