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

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