Summary

Get a newsletter signup seen by all of your readers with a pop-up signup. Readers will enter their emails with room for text that can include tips, information, or sneak peek of your newsletter. The Email Collector can be rate limited and customized to fit your site.

Event Tracking

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

  • True Views: How many times the popup was seen by a user
  • Entries: Emails or other info that users have entered

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
Image
Default Value
An optional image or logo to supply above the question text
Image Width
400
Image width in pixels
Image Height
100
Image height in pixels
Title
Retirement Tip of the Day
The title displayed in large font
Text
[empty]
The tip or text
Input Placeholder
Subscribe with email
Button Text
Sign Up for More Daily Tips from Broadstreet Advisors
Button Background Color
The default background color of the button.
To Email
frontdesk@broadstreetads.com
Comma separated list of email addresses frontdesk@broadstreetads.com
Email Subject
New Signup!
From Name
Broadstreet Ads
Message
A user just signed up for the tip of the day
Cap
2
The number of times the pop should show per 'Display Period'
Period
60
Default is 1 day. The number of seconds that should pass before the note is displayed to the user again
Display Delay
[empty]
How long to wait until the roadblock is displayed to the user in milliseconds. (This delay won't reflect on the preview page)

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

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