A Messaging Campaign is a series of e-mail messages that are sent to a group of people to try to achieve a goal. For example, an organization might start a membership messaging campaign with goals of recruiting new members, survey participation, and donation requests for an upcoming fundraiser. Messaging campaigns provide a framework for tracking your communications to members, tracking their responses, and keeping your goals in sight.
Setting-up a messaging campaign involves selecting a campaign name, goal, start and end dates, and creating correspondence. The five standard Group Item Links (Add, Find, List, Run Query, Query Central), are available in the Messaging Campaign group item.
The first step in adding a messaging campaign is deciding on a name and goal.
To add a messaging campaign:Finding a messaging campaign that has been created is easily accomplished. The Find function is universal throughout netFORUM and detailed on the Find topic.
Finding a messaging campaign within the Marketing module follows the same format and function. You may search by the following:
The Advanced View checkbox allows you to conduct boolean searches to broaden and narrow your search as needed. If you are uncertain with what you are looking for, use the netFORUM wildcard character, the percent sign (%) to help you with your search.
The Messaging Campaign Profile is displayed once you have created a new messaging campaign in the netFORUM application. If you want to navigate to and view a specific profile page:
Depending upon which list you choose, its Messaging Campaign Profile will display.
Adding a messaging campaign creates the Messaging Campaign Profile. The Messaging Campaign Profile shows the campaign name, goal, and the start and end dates that you specified when you created the campaign. The profile also has two child forms; the call to action child form and the statistics child form. The call to action child form helps you schedule the message campaign correspondence while the statistics child form keeps track of that correspondence. Both are discussed in more detail below.
A messaging campaign may require several correspondence templates, for example, an initial correspondence, follow up correspondence, reminder correspondence, or other correspondence.
Once you have created your messaging campaign, you are ready to begin sending the correspondence associated with it. The call to action child form keeps track of each Call To Action (CTA) you add to this campaign and also enables you to add one from the profile itself by clicking the Add record button. The Call To Action form appears that is identical to the CTA form you use when you create one from the Call To Action Group Item.
Once a CTA has been added to the call to action child form its promotional code, description, and start date is listed.
If you expand the folder, you are able to view the following about each CTA associated with the messaging campaign:
This enables you to view exactly what actions have been performed for each CTA you have sent. Click the green GoTo to go directly to the Call To Action Profile if you need to modify the message.
The statistics child form, depending on the features of the messaging system that is running, can tell you the number of messages that were sent, opened, forwarded and clicked.
External Messaging Provider
If you are using an external messaging provider then these statistics are compiled by the messaging integration which updates the netFORUM data per that integration.
netFORUM Messaging Provider
If you are using netFORUM as your messaging engine, then you must insert a line of code into any Correspondence Template that you use in order to increment the "opened" and "forwarded" counts. Please note that this feature will not work with every mail reader, and it will work only when the user is connected to the internet while opening the message. Therefore, the true number of messages that were opened or forwarded will in reality be higher than these statistics. Additionally, this feature relies on a certain eWeb page (OpenRate.aspx). Therefore, the eWeb site must be operational and accessible over the internet, even if you aren't using it.
OpenRate.aspx calls the SP co_call2action_detail_message_opened which increments the database columns behind the opened and forwarded count. These columns are co_call2action_detail.acd_opened_count and co_call2action_detail.acd_forwarded_count.
With the netFORUM messaging system, netFORUM "thinks" the email is forwarded if the email is being opened a second time by an IP address that is different from the original IP address that opened the email, as stored in the md_page_access table. Therefore, the forwarded count may not be totally accurate as a user could open the email from different machines which could cause the system to "think" it has been forwarded to someone else.
This is set automatically by the messaging service when the Call to Action is delivered.
When your messaging service is netFORUM , this statistic can be tallied by inserting the line below in the html body of the Correspondence Template and changing the URL to that of the real netFORUM site:
<img src="http://www.netFORUMsite.com/eWeb/eMarketing/OpenRate.aspx?acd_key={acd_key}" width="1" height="1"/>
Make sure that this is entered in the raw HTML view and not in the regular WYSIWYG editor. When the end user views the message, this will be invisible. The "src" contains a URL to a specialized eWeb web page that will take the value of the acd_key (which references the particular customer and call to action) and increments the values. The site in the URL must be the same netFORUM site from which the messages are being delivered to ensure the correct linkage. There is nothing visual on this page; it's just a page to log the fact that the email was opened.
Every time the message is opened, the opened statistic will be incremented by 1, based on the assumptions above. If the user keeps opening the message, or opens it on different computers/devices, the count will keep incrementing.
If your messaging service is netFORUM , this statistic can be tallied by inserting the same special tag into your correspondence template as described in the Opened section.
Every time the message is opened by a user who is not the original recipient (based on IP address), the forwarded statistic will be incremented by 1, based on the assumptions above. If the recipient opens the message on difference devices (e.g. home computer, work computer, mobile). If the user keeps opening the message, the count will keep incrementing.
When your messaging service is netFORUM , Clicks are used only on specialized pages eInviteReviewer.aspx, eInviteSurvey.aspx, TellAFriend.aspx, and eInviteEventReg.aspx. Further tallying of clicks requires custom programming as described in Tracking Click-Throughs