Summary

Just like the standard coupon, but with more options. Create a cutout-style coupon with an optional image to promote a sale or event. When your users click on it, they will be taken to a mobile-friendly page where they can print the page or keep it handy on their mobile device.

Examples / Ideas

Here are some examples or ideas for this ad format:

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
Logo Width
100%
If you're supplying a logo, this is the width in pixels or percentage. If it's less then 100%, it will be center aligned.
Title
Black Friday Event
The main title of the coupon. Perhaps an event or business name
Subtitle
Everything 75% Off
The subtitle of the coupon
Image Width (Optional)
100%
If you supplied an image, the width of the image in percentage or pixels
Description
Everything is 75% off on Black Friday down at Bill's Rodeo Supply on Route 35 in Hillside
The longer description of what the coupon is for. Address details or contact info could be included too.
Width
300px
The width of this ad, in px or %
Height
250px
The height of this ad, in px or %
Fine Print
Select Items Only. Must present this coupon.
Any fine print that may apply to the deal
Open Coupon in New Window?
False
When the user clicks, should it open in a new window? If not, set a destination link below.
Font Color
black
The color of the font border. Use a CSS hex value or a basic color name
Background Color
white
The color of the background. Use a CSS hex value or a basic color name
Perforation Color
black
The color of the dotted border. Use a CSS hex value or a basic color name
Link
http://broadstreetads.com
Where the user is taken when they click the coupon. If you select 'yes' for the above, this link is only used for internal tracking purposes.

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

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