Skip to main content
Skip table of contents

Broadcast Campaigns

Broadcast campaigns send a one-time message to a preselected list or segment of users based on their history. Broadcasts can be sent to all users, or a specific segment/list at once or within some time.

Broadcast campaigns are further classified into the following based on their launch types:

Time-Based Broadcast Campaigns (One-Time & Recurring)

Time-based Broadcast Campaigns (One-Time and Recurring) can be set up by using the Launch Type: Broadcast at a specific time.

One-Time

For One-Time campaigns, you can choose either of the first two actions:

  • Immediately - This will begin sending the campaign upon clicking on Activate.

  • Later - This will give you the option to set a date and time for the launch.

Broadcast at a specific time: When Prime Time is deselected and Send Later is selected, the default time for the broadcast campaign to be sent will be 1 hour from the current time unless you input the time of your preference under Send On.

Recurring

A recurring time-based broadcast campaign can be set up the same way as a one-time campaign by selecting the Recurring radio button. With recurring campaigns, please ensure that one or both of the following is true:

  1. You have a dynamic segment to avoid sending a message to the same person every time.

  2. You have dynamic content that changes regularly, to avoid sending the same content to the same people every time.

With recurring time-based campaigns, you are given 3 options of occurrence:

  • Daily - You may choose what time of the day you want to send the campaign every day.

  • Weekly - You may choose what day of the week and time of the day you want to send the campaign every week.

  • Monthly - You may choose what day of the month and time of the day you want to send the campaign every month.

Make sure the campaign is activated before dropping a file for the campaign. Scheduled or not, the file dropped for an inactive campaign will not launch the campaign when activated. In cases where a file is dropped while the campaign is inactive, please activate the campaign first and then re-drop the file.

Audience Selection

Under the Content & Audience Tab, the target audience for each version of the campaign can be targeted and controlled through the following options:

Include

The members of the Segments and Lists added here would be the recipients of the version of the campaign.

Exclude

The members of the Segments and Lists added here would be excluded and would not receive the campaign even though they are members of the included Segments and Lists.

There is also an option to exclude recipients of previously activated campaigns or if they opened or clicked past campaigns.

Control Groups

Members of the control groups will not be receiving the campaign, but will still be tracked for analysis later. This can be used to measure the impact of the campaign to the targeted audience as compared to those that did not receive the campaign.

Seed Recipients

Seed recipients will be included in campaigns along with the target audience. These recipients will receive the campaign first and will not be counted in campaign metrics.

When a common Email ID is involved in multiple cases, there are some filters that come into play:

Inclusion Filter

When we include two lists containing a common email address, we will only receive the campaign once, so the OR operation works here.

Exclusion Filter

When we exclude two lists having common email address, the campaign will be not deployed to that list anyway.

Inclusion and Exclusion Filter

When we include a list having a set of email addresses that were a part of the list that is in the exclusion filter, the campaign will not be received to that common email addresses.

While incorporating the audience to be included/excluded (those that clicked on the subsequent campaign can be excluded), the campaign should not be archived.

File-Drop Recurring Campaigns

File-drop recurring campaigns allow you to trigger a campaign to an audience in a file at the time the file is dropped onto a server. The Launch Type needs to be set as Broadcast when the file is dropped to a server.

When setting up the campaign, a dedicated FTP location is set up to accept files that will trigger this campaign. The Content portion of the campaign flow remains unchanged but does allow you to personalize the message via additional columns found in the File-Drop Campaign. 

Below, you will find the variations for launch options, the ability to add a sample file, and the variations in the audience selection.

When double quotes are used to enclose fields, it's necessary to escape a double quote within a field by preceding it with another double quote.

Learn more on https://stackoverflow.com/questions/17808511/how-to-properly-escape-a-double-quote-in-csv

In case of delays from the UI, ZMP has a log refresh every 15 minutes for the campaigns sent in the last hour; and should reflect within 20-35 minutes. Sometimes, it might take more than an hour to two depending on the queue size and the volume of high-priority events in the queue for processing.

Scheduling Options

When dropping a file to the server, the campaign can be sent:

  • When a file is dropped - The campaign will begin to process and launch immediately when it recognizes that the file has been transferred to the server.

  • With a delay of - The campaign will begin to process after some amount of time has passed (hours, days).

  • At - This allows the campaign to wait until a specific time and an optional specific day of the week before processing and sending.

Loading a Sample File

The user can upload an example file from their computer to render what the dropped file will look like. This sample file will aid in the audience selection process further helping you to pre-populate properties for easier targeting.

An example of a sample file:

user_id is a mandatory column when uploading files for file drop campaigns.

  • user_id needs to be lowercase.

  • Accounts set up with email as a key should also include the email address in the user_id column.

The presence of multiple user_ids associated with a single email address can impact the final count, leading to a higher campaign count compared to the file. It is crucial to ensure that the first_name and last_name are accurately linked to their respective email addresses when updating user information. This will help maintain data integrity and avoid any discrepancies.

Variations in Audience Selection

For a single-version campaign, no audience selection is needed, as everyone in the file will receive the single version of the content that exists in the campaign. However, for multi-version campaigns, you can use the properties of the file to determine who will receive which version.

The promo code will not render to the seed version of the email.

One-Time File-Based Broadcast Campaigns

This campaign type allows you to use a recently received file of subscribers as an audience for a broadcast campaign, without having to set the campaign up before the arrival of the file. The Launch Type for this campaign is Broadcast based on a file. Although the scheduling options are more similar to time-based campaigns, the audience selection is more similar to that of the file-drop campaigns.

Scheduling Options

When dropping a file to the server, the campaign can be sent:

  • Immediately - This will begin sending the campaign upon clicking on Activate.

  • Later - This will give you the option to set a date and time for the launch.

Loading a Sample File

The sample file should allow the user to upload an example file from their desktop of what the dropped file will look like.  This sample file will help in the Audience Selection process so that we can pre-populate properties for easier targeting.

An example of a sample file:

email

first_name

loyalty_flag

john@zetaglobal.com

John

Y

davidson@zetaglobal.com

Davidson

Y

vladimir@zetaglobal.com

Vlad

N

Variations in Audience Selection

For a single-version campaign, no audience selection is needed, as everyone in the file will receive the single version of the content that exists in the campaign. However, for multi-version campaigns, you can use the properties of the file to determine who will receive which version.

API-Triggered Broadcast Campaigns

This type of broadcast campaign can be triggered via an externally facing API. This campaign type is particularly useful for global events that affect a large number of people, such as concerts or weather-related communications.

API-triggered broadcast campaigns can be launched by setting up the Launch Type as Broadcast on API request. Within the request body of the API, you can pass over name-value pairs that can be used to dynamically input content relevant to the global event.

Sample API 

You can get the Sample API code on the Campaign Settings page by clicking on Get Sample Code, or visiting http://docs.zetaglobal.com/docs/send-api-broadcast-campaign for more details.

Send Options

You have three options when you want to trigger the campaign:

Option

Image

On API request

The campaign will start sending immediately after the API request is received.

With a delay of

The campaign will start sending after some delay.

On

The campaign will delay until a specific time on a specific day of the week.

Audience

By default, the campaign will be sent to the segments and lists that are assigned to the campaign. However, we also offer an option to change the audience from within the API call itself. The Use audience from API option in the UI will allow you to activate the campaign without including segments or lists for the campaign.

The campaign will be auto-archived after 30 Days

Deduplication Settings

Skipping deduplication allows duplicate users to receive multiple campaigns. You can easily change deduplication settings in your file and query-based campaigns by turning on the Change deduplication settings toggle within the Launch & Options tab of the Campaign Builder.

Reach out to your account team if you want this feature enabled for your ZMP instance.

  • Enabling the Allow duplicate people toggle in a file-based campaign allows recipients with multiple entries in a file to receive the campaign multiple times.

  • Enabling the Allow duplicate people toggle in a query-based campaign allows recipients with multiple entries from an external segment to receive the campaign multiple times.

    • When the same user exists on two different query-based segments and both segments are included as an audience, the de-duping would still be applied.

Enabling the Remove duplicates by toggle disables the Allow duplicate people toggle, and vice versa.

In order to allow duplicates, the user_id and email can be the same, but must have at least one minor difference in the input data. ZMP doesn’t allow multiple identical lines in the input file.

Renaming an already sent campaign is not possible. One recommendation is to archive the already sent campaign and create a new campaign using the same name or any desired name.

To avoid encountering errors during campaign activation, it is advisable to create a new Broadcast campaign instead of duplicating an existing one, unless it is necessary (such as being unable to deploy due to a technical issue as recommended by the support team). By following this recommendation, you can minimize the chances of encountering errors and ensure smooth campaign activation.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.