Summary

A fun Valentines day game. If one of your readers has a Valentines day message intended for another reader (like a significant other), they can post their message. Readers can then peruse Valentines day notes and try to enter their own email address to see if the note was intended for them. This ad can be displayed as a box ad ("stacked") or as a horizontal banner of a custom size (not stacked).

Ad Preview

Event Tracking

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

  • Match: The user entered the matching email address
  • Failed Match: The user entered the wrong email address
  • Flipped: The user clicked to flip the Valentine

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
Text Logo
Default [heart] Be Mine
Description The title of this valentine, if you don't supply a logo. Type [heart] wherever you'd like to render a heart.
Message
Default "All you need is love. But a little chocolate now and then doesn't hurt."
Description The valentine's day love note from the sending user
Message Font Size
Default 14px
Description The default font size of the message text
Bottom Message
Default Think this message is meant for you? Click to claim it!
Description The call to action at the bottom of the ad
Game Rules
Default If you're right you will be automatically entered in a raffle for a $100 gift card!
Description The game rules on the backside of the ad
Text Entry Label 1
Default Is this message meant for you?
Description The first line of instructions above the email entry
Text Entry Label 2
Default Enter your email address to find out!
Description The first line of instructions above the email entry
Width
Default 300
Description The width of the uploaded images (they should be the same)
Height
Default 250
Description The height of the uploaded images (they should be the same)
Stacked?
Default False
Description Should the layout be stacked to fit in a box-size ad? Default is no
Input Placeholder
Default Enter your email address
Description The placeholder for the text input box

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

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