Summary

Countdown to a big event or end of a sale. Doesn't require an image. Displays a customizable and human-readable countdown, such as "7 days, 3 hours, and 10 minutes," which updates

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
Width
Default 300
Description The width of the advertisement
Details of Event or Sale
Default Grand opening! Come down to 10th Ave Burrito for free margaritas and unlimited tacos on November 17th!
Description The details of the event or deal taking place
Event Date
Default 2018-11-27 12:00 AM
Description A date and time in exactly the same format as: 2015-11-27 12:00 AM
Years
Default True
Description Whether to show the years left (if applicable)
Months
Default True
Description Whether to show the months left (if applicable)
Weeks
Default True
Description Whether to show the weeks left (if applicable)
Days
Default False
Description Whether to show the days left (if applicable)
Hours
Default False
Description Whether to show the hours left (if applicable)
Minutes
Default False
Description Whether to show the minutes left (if applicable)
Seconds
Default True
Description Whether to show the seconds left (if applicable)
Expiration Message
Default We're Open!
Description The message to show when the countdown expired (in place of the countdown text)
Logo Width
Default 60%
Description The width of the top logo, if supplied - % or px
Main Background Color
Default #000000 (more on color values here)
Description The background color of the
Background Opacity
Default 55
Description The opacity level, on a scale of 0 to 100, of the background
Main Font Color
Default #FFFFFF (more on color values here)
Description The font color of the countdown text

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="42470"]

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="42470"></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/42470.js?sa=1&"
        + (window.broadstreet ? 'init=0' : '')
        + (destination.indexOf('CLICK_URL_ESC') >= 0
        ? '' : '&destination=' + destination);
    bjs.parentNode.insertBefore(js, bjs);
    }(document, 'script'));</script>