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.

Ad Preview

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

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>