Summary

Use for a house ad or for an advertiser: Easily list movie showtimes, restaurant menus, sports schedules, event schedules, etc. Very flexible and available for many uses.

Ad Preview

Examples / Ideas

Here are some examples or ideas for this ad format:

Event Tracking

In addition to core event tracking, this ad format also tracks these events:

  • Table Opened: Whether the user viewed the details in the table

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
Title
Default Broadstreet Cinema Movie Times
Description The title of your table, if you are using one
Hide Title?
Default True
Description Should we hide the title (if you don't want a title)? You can also set an optional header image or logo to use
Table Data
Default Movie,Rating,Showtime Frozen, G, 1:00 PM Toy Story 3, PG, 3:00 PM Inception, PG, 5:00 PM The Shawshank Redempton, G, 7:00 PM The Godfather, G, 7:00 PM Lord of the Rings, PG, 9:30 PM The Interview, PG, 9:30 PM Interstellar, PG, 11:00 PM
Description This is the data that will be displayed in stable form. Like excel, separate columns by commas, and rows by new lines. Remember, commas are special characters!
First Row as Heading Columns
Default False
Description Whether the first row of data should be treated as heading columns
Max Rows on Initial Display
Default 3
Description The maximum number of rows to display in the initial ad (to conserve space). The user will see all data when they click the ad, if
Width
Default 300
Description The maximum with of the ad/table
Open in Popup?
Default False
Description Should the table open in a table when clicked? (Easier viewing)
Link
Default http://EMPTY.com
Description ONLY set this if you want clicks on the ad to take the user to another website
Modal Width
Default 600
Description The maximum width of the popup/modal
Modal Height
Default 500
Description The maximum height of the popup/modal
Distance from Top
Default 10px
Description The distance of the modal from the top of the page
Open Link in New Tab
Default False
Description If a link is present the link opens in a new tab if "yes" is selected or the current tab if "no" is selected.

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

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