Summary

Effective and simple – display an image and let readers “Click to Enlarge” for more information. Best used for store flyers or circulars and almost sure to get CTR close to 1%.

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
Initial Image
Default Value
The image which should be clicked, and enlarged in a new window. Use a high-resolution image. By default, this is the same image that will be "enlarged."
Enlarged Image / File (Optional)
[empty]
If supplied, this is a file that will be loaded for the user instead of the "Initial Image." This can be a multi-page PDF.
Text
Click to Enlarge
The text to use as a call to action
Width
300px
The width of the initial ad. Use CSS values, like 100% or 300px
Link
http://broadstreetads.com
It's recommended that you don't change this value. The click URL will always be the URL of the image you uploaded, but this field is needed for internal 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="32594"]

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