Summary

Let the images do the talking. Show off a series of real estate properties in a simple but aesthetically pleasing gallery-style ad format. This format requires at least 5 properties to function.

Supported Sizes

300x250 (fixed)

300x600 (fixed)

800x600 (fixed)

970x250 (fixed)

1x1 (flexible)

3x1 (flexible)

4x1 (flexible)

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
Size of Advertisement
Default Available in:
  • 300x250 (fixed)
  • 300x600 (fixed)
  • 800x600 (fixed)
  • 970x250 (fixed)
  • 1x1 (flexible)
  • 3x1 (flexible)
  • 4x1 (flexible)
Description The size of the advertisement.
Destination URL
Default https://www.google.com
Description Where does the user go when they click the ad? This may be overridden for individual items
Advertiser Name
Default Advertiser Inc.
Description The name of the advertiser
Sales Rep/Agent Name
Default Jane Doe
Description The name of sales rep or agent
Phone Number
Default 893-232-1323
Description The phone number of the business/sales agent
Email Address
Default example@email.com
Description The email address of the business/sales agent
Street Address
Default 100 Hollywood Blvd
Description The address of the business
Disclaimer
Default This is a disclaimer. You do not have to use it as a disclaimer and may put another call to action here
Description A disclaimer, or other text to be displayed
Slideshow Change Time
Default 3
Description Specify how long before slide changes (in seconds) or set to zero to disable the automatic sliding.
Agency/Realtor Logo
Default Default Value
Description The logo of the realtor/agency
List of Houses
Default Array
Description Add an image, price, name and destination link for each unit to be shown in this advertisement. (If individual house destination is left blank it will default to the default destination url)

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

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