<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Product Talk</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/" />
    <link rel="self" type="application/atom+xml" href="http://www.strongmail.com/resources/blogs/product_talk/atom.xml" />
    <id>tag:www.strongmail.com,2007-11-28:/resources/blogs/product_talk//9</id>
    <updated>2008-09-12T23:55:33Z</updated>
    <subtitle>StrongMail&apos;s product manager provides practical information, tutorials and tips to help you get the most out of your StrongMail system. Whether you&apos;re just getting started with StrongMail or are ready to leverage more advanced features, this blog will provide you with valuable information and usage trends that can help you maximize your results.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Publishing Platform 4.01</generator>

<entry>
    <title>Add a Read-Only linux user</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/09/add-a-readonly-linux-user.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.122</id>

    <published>2008-09-15T14:28:46Z</published>
    <updated>2008-09-12T23:55:33Z</updated>

    <summary>Depending on how you have implemented StrongMail, it may make sense to create a limited access user account. This will allow you to setup processes that can harvest information from the StrongMail application log files. Here&apos;s how to do it:1.)...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Administration" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Logs" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Platform" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="applicationlogfiles" label="application log files" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="limitedaccess" label="limited access" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="linux" label="linux" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="permissions" label="permissions" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[<br />Depending on how you have implemented StrongMail, it may make sense to create a limited access user account. This will allow you to setup processes that can harvest information from the StrongMail application log files. <br /><br />Here's how to do it:<br /><br />1.) Create the following group with the groupadd command.<br /><br /><blockquote>$ groupadd -g 5000 smuser<br /></blockquote><br />2.) Use the useradd command to create the following user account in the home directory.<br /><br /><blockquote>$ useradd -u 5000 -g 5000 -md /home/smuser -c "Strongmail Linux User " -s /bin/bash smuser<br /><br />$ cat /etc/passwd<br />$ cat /etc/group<br /></blockquote><br />Review the changes you have made to these files, there should be lines at the bottom beginning with the string smuser.<br /><br />3.) Assign initial passwords to both accounts. For user smuser assign the password of smuser (type smuser in at this point - lowercase no quotes)<br /><br /><blockquote>$ passwd smuser<br />Changing password for smuser<br />New Password:<br />BAD PASSWORD: it is based upon a dictionary word<br /><br />Retype New Password:<br />$<br /></blockquote><br />4.) Logout of the StrongMail system.<br /><br /><blockquote>$ logout<br /></blockquote><br />5.) Test the account you have just created by logging in as user smuser with a password of smuser. IMPORTANT: Once you confirm that the user is functioning properly, change the password again to insure that it is secure. <br /><br />6.) Repeat steps 2, 3, 4, 5 and 6 for each additional user account to be created. Note that linux expects the home directory name (/home/smuser1) to be identical with the username (smuser1), the last argument to the<br />useradd command.<br /><br />7.) To allow read only access to the strongmail/log directory for read only access, the world permissions of Read/eXecute must be granted to both directories.<br /><br />Existing Permissions for the directories strongmail and strongmail/log are:<br /><br /><blockquote>Perms&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Owner&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name<br />drwxrwx--- strongmail strongmail strongmail<br />drwxrwx--- strongmail strongmail log<br /></blockquote><br />and should be changed to the following:<br /><br /><blockquote>Perms&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Owner&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name<br />drwxrwxr-x strongmail strongmail strongmail<br />drwxrwxr-x strongmail strongmail log<br /></blockquote><br /><blockquote>$ cd /data1<br />$ chmod 775 strongmail<br />$ cd /data1/strongmail<br />$ chmod 775 log<br /><br /></blockquote>Special thanks to Norm DeValliere for helping out with this post.<br />]]>
        
    </content>
</entry>

<entry>
    <title>Benefits of Participating in Beta</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/08/benefits-of-participating-in-b.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.120</id>

    <published>2008-08-28T15:56:19Z</published>
    <updated>2008-08-28T16:36:24Z</updated>

    <summary>Each release of StrongMail EAS and Message Studio goes through a rigorous testing and certification process. From the software engineers who unit test their code to the quality assurance engineers who hammer on the application in every way they can...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Platform" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="advanced" label="advanced" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="advancedreporting" label="advanced reporting" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="api" label="API" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="beta" label="Beta" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="certification" label="certification" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="clustering" label="clustering" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="dynamiccontent" label="dynamic content" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="enhancements" label="enhancements" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="messagestudio" label="message studio" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="qa" label="QA" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="reports" label="reports" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="strongmailserver" label="strongmail server" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="testing" label="testing" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[<br />Each release of StrongMail <a href="http://www.strongmail.com/products/strongmail-eas/">EAS</a> and <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a> goes through a rigorous testing and certification process. From the software engineers who unit test their code to the quality assurance engineers who hammer on the application in every way they can think of to try to break it, StrongMail software gets put through the wringer in order to make sure that our customers get the most robust product possible.<br /><br />Unfortunately, there are just some things that we cannot reproduce in our testing environment. For that, we need the help of our customers. We need customers to put StrongMail EAS and Message Studio through real-world trials, including high-volume and high-frequency sending, very large data sources and advanced targeting queries.<br /><br />As we get closer to the release of StrongMail EAS and Message Studio 4.2, we are looking for customers who are willing to install the Beta software and test it out using their own templates, mailings, and process. Testing those types of scenarios will make sure that we have captured any remaining issues before the final certification process.<br /><br />What, you ask, would make someone want to participate in the Beta program? Well, there are many reasons, including<br /><br /><ul class="check"><li>Early access to new features, enhancements, and bug fixes</li><li>Opportunity to provide real-time feedback and have direct influence on the software</li><li>Extra support from StrongMail for installations and addressing reported issues</li><li>Test new software in advance of its availability<br /></li></ul>Below is a short list of some of the new features that will be available to 4.2 Beta program participants<br /><br /><ul class="check"><li>Numerous usability enhancements</li><li>New EAS clustering options</li><li>New and improved APIs</li><li>New dynamic content testing engine</li><li>Enhanced standard reporting options</li><li>Business Intelligence Server integration for advanced and ad-hoc reporting<br /></li></ul>If you are interested in being 4.2 Beta program participant, contact us at <a href="mailto:product@strongmail.com">product@strongmail.com</a>.<br /><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Get the 411 on 4.1.1</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/07/get-the-411-on-411.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.114</id>

    <published>2008-07-29T10:16:42Z</published>
    <updated>2008-07-29T05:46:19Z</updated>

    <summary>This will probably be the last pun that I use to announce the release of a new version of StrongMail EAS and Message Studio (who am I kidding? It&apos;s not the last time).I am excited to announce that the latest...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Platform" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="eas" label="EAS" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="enhancements" label="enhancements" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="fbl" label="FBL" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="feedbackloop" label="Feedback Loop" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="invalidaddress" label="invalid address" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="loadbalancing" label="load balancing" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="messagestudio" label="message studio" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="newfeatures" label="new features" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="priority" label="priority" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="scheduler" label="scheduler" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="schedulingoptions" label="scheduling options" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="virtualip" label="virtual ip" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="virtualservergroup" label="virtual server group" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[<br />This will probably be the last pun that I use to announce the release of a new version of StrongMail <a href="http://www.strongmail.com/products/strongmail-eas/">EAS</a> and <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a> (who am I kidding? It's not the last time).<br /><br />I am excited to announce that the latest release of StrongMail EAS and Message Studio software is now available. This is an exciting release with many new features and security enhancements, including certification on Red Hat Enterprise Linux, versions 4.4, 4.5, and 4.6.<br /><br />You can download the new version from the StrongMail FTP site. Just download the installation file(s), unpack them and then install at your convenience. Specific instructions for installation are included in the README file. For questions or for further assistance, please contact <a href="mailto:support@strongmail.com">StrongMail Support</a>.<br /><br />Included below are details about many (but not all) of the big enhancements. <br /><br /><b>EAS</b><br /><br /><ul class="check"><li>A new HighPriority mailing class has been added that allows Message Studio users to specify high priority for specific mailings.</li><li>Load balancing across Virtual IPs. Users can now distribute the load across IPs within a Virtual Server Group by designating a percentage of the total volume of messages to be sent through a particular IP address.</li><li>A new Feedback Loop report is now available. This report displays the count of FBLs received, categorized by ISPs.</li><li>A new failure category (8xxx) has been added for invalid addresses.</li></ul><br /><b>Message Studio</b><br /><br /><ul class="check"><li>Ability to send mailings using Normal or High-Priority (related to the EAS enhancement above).</li><li>Ability to filter and sort templates in the Content tab of create/edit mailing screens. This feature allows users to include or exclude approved/unapproved templates and to sort the template pick list by last modified date.</li><li>Ability to do mass deletes on all list screens. This allows users to select one or more rows in any screen that displays multiple items and then click the delete button to remove all selected items at once.</li><li>Ability to copy a template or a content block from one department to another department within the same organization.</li><li>Campaign SmartLists: the most mailing assets (data sources, targets, lists, templates, mailings, etc) can now be assigned to a campaign. When a user does this, a new SmartList will be configured that contains the assets assigned to the campaign.</li><li>StrongTools menu: users can add a web application to be displayed under the StrongTools drop down menu and when clicked will be opened inside a Message Studio tab.</li><li>Enhanced the scheduling options for recurring mailings to allow very flexible options for launch cadences.</li></ul><br />The README files have much more information about all of the new features and bug fixes in this release, so be sure to review it to get all of the details.<br /><br />Got an idea for an enhancement you would like to see in a future release of EAS or Message Studio? Send an email to <a href="mailto:product@strongmail.com">product@strongmail.com</a>.<br /><br /><br /><br />]]>
        
    </content>
</entry>

<entry>
    <title>Quick and Easy A/B Testing</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/07/quick-and-easy-ab-testing.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.113</id>

    <published>2008-07-24T12:12:42Z</published>
    <updated>2008-07-23T17:37:59Z</updated>

    <summary>Testing elements of your mailings is one of the most effective ways to improve performance of your marketing campaigns and with email, unlike off line media (print, radio, TV) there is almost no additional cost associated with deployment. When I...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Content" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Targeting" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="absplit" label="a/b split" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="abtest" label="a/b test" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="absplit" label="ab split" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="abtest" label="ab test" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="format" label="format" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="headers" label="headers" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="launchdate" label="launch date" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="launchtime" label="launch time" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="multivariate" label="multivariate" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="subjectline" label="subject line" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="template" label="template" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="testing" label="testing" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[<br /><span class="mt-enclosure mt-enclosure-image"><img alt="easy.jpg" src="http://www.strongmail.com/resources/blogs/product_talk/easy.jpg" class="mt-image-right" style="margin: 0pt 0pt 20px 20px; float: right;" height="275" width="305" /></span>Testing elements of your mailings is one of the most effective ways to improve performance of your marketing campaigns and with email, unlike off line media (print, radio, TV) there is almost no additional cost associated with deployment. <br /><br />When I talk to <a href="http://www.strongmail.com/resources/our-customers/">customers</a> and prospects, I often ask if they are currently doing or planning to do any <a href="http://en.wikipedia.org/wiki/A/B_testing">A/B testing</a> of their messages. I am always surprised when they say that they want to, but don't. Most of them cite time and effort as the main reason, but some also say that it's too difficult to set up the data and track everything.<br /><br />Pishaw!<br /><br />A/B testing your email program doesn't have to be a cumbersome, laborious task. If you aren't doing any testing, it's easy to just try one or two things to see if they have any effect. And if you are thinking that it requires re-working your content, there are other aspects of your mailings that you can test that don't require any effort from your creative team.<br /><br />In <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a> 4, doing A/B testing is a piece of cake. Message Studio takes care of splitting and randomizing the data and makes it simple to configure each test with the variables you want to evaluate. <br /><br />You can create between 2 and 20 splits in a single mailing, though if you are just starting out with A/B testing, I recommend that you start with a small number of splits, say 2-3. Within each split you can control a variety of variables including:<br /><br /><ol><li>Template</li><li>Format (HTML, Text or multi-part)</li><li>Headers (From Name, From Address, Subject, etc)</li><li>Launch date and time</li></ol>This is a great way to try out new elements of your mailing. The A/B testing feature in Message Studio lets you send the test to all or part of your subscriber list, so you can test a particular change with just a sample of your list (e.g., 20%) without affecting everyone else. After you send the tests and determine the winner, you can easily assign those parameters to the remaining unsent recipients and then launch. There's no need to create another mailing or figure out who received the test email and who didn't.<br /><br />A/B testing doesn't have to be a one-time process either. You can test and tweak as much as you like. Once a month, week or day. Each time you do, you get valuable information about your subscribers and what they respond to in your emails.<br /><br />Once you have mastered testing single mailing elements, you can move on to <a href="http://en.wikipedia.org/wiki/Multivariate">multivariate</a> testing to learn how you can fine-tune your email campaigns even further.<br /><br />For more details on how to configure an A/B split mailing in Message
Studio, check out pages 129-130 in the Message Studio 4.1 User Guide.<br /><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Make Your Subject Line Work</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/07/make-your-subject-line-work.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.111</id>

    <published>2008-07-16T13:03:12Z</published>
    <updated>2008-07-15T23:04:21Z</updated>

    <summary>I just received an email from one of our partners which had a fantastic example of how to use a novel, yet relevant subject line to pique recipients&apos; interest and get them to read your email. Here it is:Do your...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Best Practices" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Content" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="absplit" label="A/B split" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="abtest" label="A/B test" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="relevance" label="relevance" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="subject" label="subject" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="subjectline" label="subject line" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="testing" label="testing" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[<br />I just received an email from one of our partners which had a fantastic example of how to use a novel, yet relevant subject line to pique recipients' interest and get them to read your email. Here it is:<br /><br /><div align="center"><a href="http://www.strongmail.com/resources/blogs/product_talk/subject_example.gif"><font style="font-size: 1.25em;"><i><b>Do your landing pages smell like your keywords?</b></i></font></a><br /></div><br />I get so many emails that either try to trick me into opening with a subject line that is unrelated to the actual content (Instantly Own your own Business) or is so generic (Missive: May 2008) that even if I know who the sender is and want their email, I am not motivated to open it because it doesn't stand out amid the other noise in my inbox.<br /><br />This example above demonstrates what you can do (with minimal effort) to improve the visibility of your message. I wanted to open it just to see what they were talking about. The subject line, while somewhat cryptic, made sense to me based on who the sender was (click on the link to see the whole header and top of the content window). The offer inside wasn't my cup of tea, but I forwarded it to some folks who would be interested. <br /><br />My next post will be about how you can do very simple, very easy tests on your subject line to determine which ones perform best. you can use this to try out a bunch of new ones or just compare a new one against your existing subject line.&nbsp; Just because it's new doesn't mean that it's better.<br /><br />Stay tuned!<br />]]>
        
    </content>
</entry>

<entry>
    <title>Roles in Message Studio</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/06/roles-in-message-studio.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.107</id>

    <published>2008-06-19T18:58:18Z</published>
    <updated>2008-06-19T20:06:09Z</updated>

    <summary>If your company has multiple staff members working on your email marketing programs, you are probably interested in learning more about Message Studio&apos;s role capabilities. Roles can streamline your work flow and insure that individuals working on your email only...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Administration" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="compliance" label="compliance" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="permissions" label="permissions" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="roles" label="roles" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="security" label="security" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="users" label="users" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="workflow" label="work flow" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[If your company has multiple staff members working on your email marketing programs, you are probably interested in learning more about <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a>'s role capabilities. Roles can streamline your work flow and insure that individuals working on your email only have access to the functions relevant to them. This is especially important for those companies that are governed by security processes or by compliance regulations.<br /><br />In Message Studio, a role is a collection of permissions that is assigned to a user. A role belongs to a single organization, but is available across that organization’s sub-organizations. <br /><br />Message Studio includes four pre-defined roles: Approver, Content Manager, Data Manager, and Mailing Manager, each with different permissions across the functional areas of the application.<br /><br /><span class="mt-enclosure mt-enclosure-image"><a href="http://www.strongmail.com/resources/blogs/product_talk/role.gif"><img alt="role_sm.gif" src="http://www.strongmail.com/resources/blogs/product_talk/role_sm.gif" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" height="241" width="400" /></a></span>A description of each in included below.<br /><br /><ul class="check"><li><b>Approver</b> - An approver can edit, view, and approve message templates and mailings</li><li><b>Content Manager</b> - A content manager can create, edit, delete, and view message templates, attachments, and content blocks</li><li><b>Data Manager</b> - A data manager can create, edit, delete, and view internal data sources, external data sources, targets, suppression lists, and seed lists</li><li><b>Mailing Manager</b> - The mailing manager has all permissions pertaining to a mailing</li></ul><br />But those are not the only roles you can have. Message Studio allows you to create roles using any of the permissions that are available for each functional area. Below, you can see all of the different permissions that are available. <br /><br /><span class="mt-enclosure mt-enclosure-image"><a href="http://www.strongmail.com/resources/blogs/product_talk/permissions.gif"><img alt="permissions_sm.gif" src="http://www.strongmail.com/resources/blogs/product_talk/permissions_sm.gif" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" height="234" width="400" /></a></span>You can create roles specific to your business or based on the needs of different types of users. For security reasons, only super-users and administrators can create and edit roles, so you don't have to worry about unwanted roles popping up or existing roles changing beyond their intended scope.<br /><br />]]>
        
    </content>
</entry>

<entry>
    <title>Sending Content in Multiple Languages</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/06/sending-content-in-multiple-la.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.106</id>

    <published>2008-06-09T13:40:37Z</published>
    <updated>2008-06-07T00:27:20Z</updated>

    <summary>If you are a marketer (or support a marketing team) that needs or wants to send emails in multiple languages which use different character sets, you can use Message Studio or EAS to accomplish that. EAS provides a bit more...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Content" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="International" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="advanced" label="advanced" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ascii" label="ascii" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="body" label="body" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="characterset" label="character set" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="characters" label="characters" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="charset" label="charset" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="emailtemplate" label="email template" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="header" label="header" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="language" label="language" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="localapplications" label="local applications" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="multiplelanguages" label="multiple languages" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="testing" label="testing" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="utf8" label="UTF-8" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="utf8" label="utf8" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[If you are a marketer (or support a marketing team) that needs or wants to send emails in multiple languages which use different character sets, you can use <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a> or <a href="http://www.strongmail.com/products/strongmail-eas/"><span class="caps">EAS </span></a>to accomplish that. <span class="caps">EAS </span>provides a bit more flexibility, since it allows users to set both the incoming and outgoing character set for an email template, but for most users, setting the outgoing character set is sufficient to meet their needs.<br /><br />You may be saying right now, "<i>Ivan, you're right, I <span class="caps">HAVE </span>been wanting to send emails in multiple languages, but I don't know how.</i>" Well, let me get you started. There are few concepts you need to understand so that yo can make the right choices about how to best create your content and configure your mailings.<br /><br />For starters, let's differentiate between a language and a character set:<br /><br /><ul class="check"><li>A language is the set of characters, signs, symbols, sounds of a communication system. It includes both syntax, semantics and phonetics that guide how the components of the language are used. English is a language; so are Hebrew, Italian, German, Spanish, Japanese, Tlingit, and Chinese, just to name a few of the approximately 7000 living languages.<br /><br /></li><li>A character set is a collection codes that reference characters/symbols of a language so that they can be used to display/process/store those characters/symbols electronically (typically in computer programs and in telecommunications. The character set is only a mapping; it does not contain any logic for how the characters are used.<br /></li></ul>Now that you are an expert in languages and character sets, let me clarify how you can send messages using different character sets. Like any mailing, you need content. In Message Studio, content has to be imported into the system in either <span class="caps">ASCII </span>or <span class="caps">UTF</span>-8. <br /><br /><a href="http://en.wikipedia.org/wiki/Ascii"><span class="caps">ASCII</span></a> is a character set comprised of the characters commonly found on keyboards in the United States. It is one of the most basic character sets and acts as sort of a minimum requirement for character sets. It supports most latin-based languages, but does lack some of the special characters of some languages.<br /><br /><a href="http://en.wikipedia.org/wiki/UTF-8"><span class="caps">UTF</span>-8</a> is a super-set of characters from a variety of languages including single-byte characters like the ones in <span class="caps">ASCII, </span>as well as languages which use glyphs to represent whole words, such as Chinese. The great thing about <span class="caps">UTF</span>-8 is that it can be used to create content for many languages. The less great thing about <span class="caps">UTF</span>-8 is that it is not widely adopted in countries outside of the US and Canada.<br /><br />Luckily, Message Studio (and StrongMail <span class="caps">EAS</span>) can both convert content from one character set to another. So, in order to send content to Chinese recipients using the Big-5 character set, you can create the original content in <span class="caps">UTF</span>-8, import it into Message Studio and then have Message Studio automatically send the message out using Big-5, which the email reader that the Chinese recipient uses can display properly.<br /><br />The steps in the mailing work flow to do this require only a few extra clicks. When you upload the template into Message Studio, you open the <span class="caps">ADVANCED </span>section on the <span class="caps">CREATE</span>/EDIT <span class="caps">TEMPLATE </span>screen. You can then set the character set for both the headers and the body. When you launch the mailing, the message assembly engine will convert the characters from <span class="caps">UTF</span>-8 to the character set you specified and also set the appropriate header values.<br /><br /><span class="mt-enclosure mt-enclosure-image"><a href="http://www.strongmail.com/resources/blogs/product_talk/edit_temp.php"><img alt="edit_temp_sm.gif" src="http://www.strongmail.com/resources/blogs/product_talk/edit_temp_sm.gif" class="mt-image-left" style="margin: 0pt 20px 20px 0pt;" height="273" width="450" /></a></span>As with all mailings, but especially for content in foreign languages (at least foreign to you), make sure that you test the template and the mailing. Beyond the normal testing process you may have in place, be sure to view the message using the same applications that recipients will be using. This will aid you in avoiding any embarrassments should the applications that recipients use have rendering issues that would not be evident using your normal testing environment. <div><br /></div><div><br /></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Create a Compliance Token</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/04/create-a-compliance-token.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.101</id>

    <published>2008-04-29T13:55:02Z</published>
    <updated>2008-04-29T02:13:29Z</updated>

    <summary>In the United States and in many other countries, there are legal requirements for including certain text in every commercial email that is sent. To insure that the language and content of this text is consistent and conforms to the...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Content" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="canspam" label="CAN-SPAM" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="compliance" label="compliance" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="contentblock" label="content block" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="contentblocks" label="content blocks" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="legalrequirements" label="legal requirements" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="personalization" label="personalization" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="token" label="token" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tokens" label="tokens" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[In the United States and in many other countries, there are legal requirements for including certain text in every commercial email that is sent. To insure that the language and content of this text is consistent and conforms to the legal requirements, email marketers may want to create a custom content block to add to their mailings. In this post, I'll describe how you can set that up. <br /><br /><b>1. Define the Compliance Token</b><br /><br />Create a content block file named CanSpamTokenFile.txt (you can use whatever name you like, but make it easily recognizable) with a token called CAN-SPAM (again, you can name the token anything you like, but try to select a token name that is unique and recognizable) and upload it into the Content Block section of the Content Library in Message Studio. You can create the content block file off line using the text editor of your choice or just write it in the text box of the CREATE CONTENT BLOCK screen. <br /><br />Here is an example of the text you could use in the content block:<br /><br />CAN-SPAM {<br />##First_Name##, you are receiving this message because you visited the ##Company_Name## website and signed up to receive information from us. If you would prefer not to receive future communications, click or copy/paste the following URL into your browser: ##Unsubscribe_Link##&nbsp; to be removed from this mailing list. All Mailings are provided by ##Company_Name##. Our address is ##Company_Address##.<br />}<br /><br />NOTE: This is the format for creating tokens in content block files. You can learn more about tokens and content block files in <a href="http://www.strongmail.com/resources/blogs/product_talk/2008/01/going-beyond-dear-first-name.php">this posting</a> or in the <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a> product documentation.<br /><br />This example has tokens that references additional profile data from the target data source. If those token values do not exist in the target data source (First_Name, Company_Name, Unsubscribe_Email and Company_Address), the content block will not populate the values correctly. <br /><br />To avoid having to put all of those values in every data source, you could create another content block file with tokens for Company_Address, Company_Name, Company_Address and Unsubscribe_Link, since those are not likely to change very often. Another option would be to eliminate the personalization within the content block.<br /><br /><b>2. Associate the Content Block File with a Template</b><br /><br />After you have uploaded your template, scroll to the bottom of the EDIT MESSAGE TEMPLATE screen and click on the + icon next to Content Blocks. You will see the section expand and a shuttle control. The list on the left is all of the uploaded content block files. If you want to use a content block file with the template, select it with your cursor and then click on the right-facing arrow, which should move the selected content block file(s) to the list on the right. Then click on the SAVE button.<br /><br /><b>3. Insert the Token</b><br /><br />Place the token into the email by inserting ##CAN-SPAM## at the appropriate location in the message template. You can do this in the template before you upload it, by manually typing it into the template via the Message Studio online editors or by using the personalization wizard. When the email is assembled, the token will be replaced by the contents of the content block file.<br /><br />That's it. Now you have a compliance text block that you don't have to write in every version of your email. And you can use the content block in multiple templates, so it's always consistent, both in content and functionality. <div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>StrongMail EAS and Message Studio 4.1</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/04/strongmail-and-message-studio.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.95</id>

    <published>2008-04-01T13:07:52Z</published>
    <updated>2008-03-30T04:43:34Z</updated>

    <summary>Despite it being April Fool&apos;s Day, this is no joke. It&apos;s 4.1 on 4/1.StrongMail EAS and Message Studio 4.1 are now available for download. These latest releases of the StrongMail software have a lot a great new features that will...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Content" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Platform" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Targeting" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Tracking" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Transactional" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="41" label="4.1" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="api" label="API" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="coremetrics" label="coremetrics" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="diskqueue" label="disk queue" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="draganddrop" label="drag-and-drop" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="eas" label="eas" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="enhancements" label="enhancements" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="memoryqueue" label="memory queue" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="messagestudio" label="message studio" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="migration" label="migration" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="migrationtool" label="migration tool" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="newfeatures" label="new features" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="newrelease" label="new release" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="omniture" label="omniture" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="queue" label="queue" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="strongmailserver" label="strongmail server" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="transactional" label="transactional" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="transactionalemail" label="transactional email" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="webanalytics" label="web analytics" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[<br />Despite it being April Fool's Day, this is no joke. It's 4.1 on 4/1.<br /><br /><a href="http://www.strongmail.com/products/strongmail-eas/">StrongMail EAS</a> and <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a> 4.1 are now available for download. These latest releases of the StrongMail software have a lot a great new features that will appeal to a wide range of users. Customers using Message Studio 3.2.x will be especially interested in the new Migration Tool that we have included which will make the transition from version 3 to version 4 a snap!<br /><br />Here's a quick breakdown of some of the new features in each version--<br /><br /><font style="font-size: 1.25em;"><b>StrongMail EAS 4.1</b></font><br /><i><b><br /></b></i><ul class="check"><li><i><b>Overflow to Disk</b></i><br />Customers can now configure their injecting applications to send SMTP messages to a StrongMail server at a high sustained rate. The StrongMail server buffers the incoming messages to disk to avoid sending server busy messages back to the injecting application. There are two modes, Memory Queue and Disk Queue, that users can choose based on their business requirements.<br /></li></ul><br /><ul class="check"><li><i><b>Pause/Resume Message Assembly API</b></i><br />StrongMail has added the ability for applications to request that message assembly be paused temporarily but still allow the StrongMail server to continue to accept transactional mailing SEND requests and queue them up until a resume request is received. This enables users to make changes to the transactional mailing without having to shut down the entire transactional messaging process.<br /></li></ul><br /><font style="font-size: 1.25em;"><b>Message Studio 4.1</b></font><br /><br /><ul class="check"><li><i><b>Transactional Mailings</b></i><br />Customers now have the ability to create, manage, and test transactional mailings through the Message Studio user interface.<br /></li></ul><br /><ul class="check"><li><i><b>User-Defined Asset Lists</b></i><br />Most menu categories now support user-defined lists. Users can select items and either right-click or drag-and-drop items into the list to create your a custom collection for browsing and organizing data.<br /></li></ul><br /><ul class="check"><li><i><b>Expanded External Data Sources</b></i><br />This release introduces support for connecting to the following external databases: PostgreSQL, Sybase, IBM DB/2.<br /></li></ul><br /><ul class="check"><li><i><b>Automated Web Analytics Tags</b></i><br />The Add Tracking Tags screen has been enhanced to allow users to easily add parameters to the tracking URLs that are utilized by web analytics applications. Users can create their own tags or modify the default tags for the following products: Omniture, Coremetrics, and Google Analytics. This feature works with any link-based web analytics software.<br /></li></ul><br /><ul class="check"><li><i><b>Target Editor Enhancements</b></i><br />The Target Query editor now supports grouping terms with parentheses and allows the of deleting specific terms from a query. Additionally, a data preview button allows users to browse the values contained in a database column and select the value into the query.<br /></li></ul><br /><ul class="check"><li><i><b>Migration Tool</b></i><br />A new migration tool enables the migration of data from existing Message Studio installations from versions 3.2.3 and 3.2.4 to version 4.1 (upgrades from 4.0 do not need to migrate any data). The migration utility is automatically invoked when you run the setup script for Message Studio 4.1 using the upgrade mode.<br /></li></ul><br />These are just the highlights. There's much more in each of these releases than I have room to list. If you are a current StrongMail customer, visit the Support Portal today or contact <a href="http://www.strongmail.com/support/overview/">StrongMail Support</a> to get ready for Version 4.1! If you are not a current StrongMail customer and want more information about version 4.1, contact our Sales team to <a href="http://www.strongmail.com/company/contact-us/contact-us.php">learn more</a>.<br /><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Group Mailings by Campaign</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/03/group-mailings-by-campaign.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.93</id>

    <published>2008-03-26T14:01:54Z</published>
    <updated>2008-03-25T20:15:29Z</updated>

    <summary>When I travel to visit customers or get on calls with prospects, I am often asked about how to aggregate the report details for multiple mailings in Message Studio. Rolling up mailing data this way is key to evaluating how...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Reporting" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Tracking" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="aggregate" label="aggregate" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="campaign" label="campaign" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="drilldown" label="drill-down" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mailings" label="mailings" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="messagestudio" label="message studio" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="reporting" label="reporting" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="reports" label="reports" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="summary" label="summary" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="summaryreport" label="summary report" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tracking" label="tracking" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[When I travel to visit <a href="http://www.strongmail.com/resources/our-customers/">customers</a> or get on calls with prospects, I am often asked about how to aggregate the report details for multiple mailings in <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a>. Rolling up mailing data this way is key to evaluating how your different mailing types or mailing programs are performing at a global level or over time. <br /><br />In Message Studio 4.x, there is a feature that makes it easy to roll up mailings into campaigns, which allows you to view mailing response data holistically. Setting the campaign field is not required when setting up and launching mailings, but if you would like to use it, here's how--<br /><br /><ol><li>Go to ADMINISTRATION tab in the left navigation panel</li><li>Click on CAMPAIGNS</li><li>Click on CREATE button</li><li>Enter a CAMPAIGN NAME and click SAVE</li><li>Click FINISH (or close the CREATE CAMPAIGN tab)</li><li>Repeat as necessary</li></ol>Now when you set up any type of mailing in Message Studio, you can select a campaign from the CAMPAIGN drop down menu. When you want to run the campaign-level reports, just go to the REPORTS tab in the left navigation panel and select CAMPAIGNS. You can select an individual campaign or multiple campaigns to be included in the report.<br /><br /><span class="mt-enclosure mt-enclosure-image"><img alt="camp1sm.gif" src="http://www.strongmail.com/resources/blogs/product_talk/camp1sm.gif" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" height="259" width="424" /></span>The Campaign report looks similar to the Mailing report, but allows you to view the both the aggregate information and the individual mailing data. If you see something interesting at the mailing level, you can easily jump to the report for that individual mailing just by clicking on the name of the mailing. You also have ready access to the failure details for each mailing within the campaign by clicking on the failure data in the campaign report.<br /><br /><span class="mt-enclosure mt-enclosure-image"><img alt="camp2sm.gif" src="http://www.strongmail.com/resources/blogs/product_talk/camp2sm.gif" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" height="259" width="424" /></span>Campaign reports are just another way you can look at your mailing data and with Message Studio, it is easy to group mailings together in a logical way to see the macro trends instead of just reviewing each mailing in isolation.<br /> <div><br /></div><div><br /></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Using the Media Server in Message Studio</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/03/using-the-media-server-in-mess.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.85</id>

    <published>2008-03-14T14:10:52Z</published>
    <updated>2008-03-28T00:27:03Z</updated>

    <summary>In Message Studio 4.0, users now have the ability to easily upload all of their HTML and image files all at once. The new Media Server feature will unpack the zipped files and automatically publish all of the images to...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Content" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Platform" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="absolutepath" label="absolute path" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="assets" label="assets" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="image" label="image" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="imageserver" label="image server" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mediaserver" label="media server" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="relativepath" label="relative path" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="server" label="server" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="template" label="template" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="unzip" label="unzip" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="upload" label="upload" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="zipfile" label="zip file" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[In <a href="http://www.strongmail.com/resources/blogs/product_talk/media_upload.gif">Message Studio 4.0</a>, users now have the ability to easily upload all of their HTML and image files all at once. The new Media Server feature will unpack the zipped files and automatically publish all of the images to <a href="http://www.strongmail.com/products/strongmail-eas/">StrongMail</a> media servers or third-party servers so that when recipients get a message, the images will be served from the specified location. <br /><br />The HTML template can also contain absolute (src="http://www.myserver.com/images/2008/picture.gif") or relative (src="images/picture.gif") paths for images. When the template is uploaded, Message Studio will scan the code for all image references. For any images that have relative paths, Message Studio will automatically convert the path to point to the specified image server.<br /><br />To get started with using the media server in Message Studio 4.0, all you have to do is go to the Administration module in the left navigation panel and create connections to internal or external media servers. You can leverage the StrongMail tracking server (either on-board or off-board) as a media server or you can use a third-party server to host your images. In addition, you can set up a group of servers as a single media server for use with a load balancer.<br /><br /><span class="mt-enclosure mt-enclosure-image"><a href="http://www.strongmail.com/resources/blogs/product_talk/media_upload.gif" target="_blank"><img alt="media_admin_sm.gif" src="http://www.strongmail.com/resources/blogs/product_talk/media_admin_sm.gif" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="210" width="400" /></a></span>When you set up a media server, you can designate the server as either writable or read-only. With a writable media server, when you upload a zip file with the HTML and images in it, Message Studio will upload the images into a temporary folder until you specify the media server. If you create a connection to a read-only media server, you must upload images directly to the media server outside of the Message Studio interface. If the media server configuration includes multiple servers, Message Studio will upload the file to each server.<br /><br />Once you’ve set up a media server configuration in Message Studio, you can upload a zip file (containing images and a single HTML template) or an HTML template that includes image references on the Template import screen. Once you specify the media server the template should use, Message Studio will automatically update any relative image links within your HTML template to reflect the media server URL that you specified during set up.<br /><br />That's it.<br /><br />Now, when you preview the email template during mailing setup or when you launch the mailing and recipients view the email, the images in the template will be served by the media server.<br /><br /> <div><br /></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Scheduling Mailings in Message Studio</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/02/scheduling-mailings-in-message.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.77</id>

    <published>2008-02-19T17:19:17Z</published>
    <updated>2008-03-14T21:15:24Z</updated>

    <summary>Some emailers have the luxury of having an entire month (or longer) to setup and execute their mailings. They have weeks to plan, collect, and execute. But for many StrongMail customers, there is a constant barrage of mailings happening and...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="absplit" label="a/b split" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="abtest" label="A/B test" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="absplit" label="ab split" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="abtest" label="ab test" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="launch" label="launch" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mailing" label="mailing" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mailinglaunch" label="mailing launch" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="scheduler" label="scheduler" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="scheduling" label="scheduling" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="sendingschedule" label="sending schedule" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[<p>Some emailers have the luxury of having an entire month (or longer) to setup and execute their mailings. They have weeks to plan, collect, and execute. But for many <a href="http://www.strongmail.com/resources/blogs/product_talk/scheduler_2a.gif">StrongMail</a> customers, there is a constant barrage of mailings happening and the staff responsible for executing them can't wait until the last minute to get all of the pieces together and hit the Launch button.</p><p>Another scenario is that emailers want the mailing to start at a particular time, but won't necessarily be at their desk (or awake) to hit the Launch button at the desired time. For folks in these two situations (and maybe you, too), the Message Studio scheduler is just what you need.</p><p>Fortunately, using the <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a> scheduler is a breeze. Any standard or A/B split mailing can be a scheduled mailing with only a few extra clicks. For standard mailings, the work flow is identical right up until the last step, so you don't need to do anything different as you setup the mailing. For A/B split mailings, scheduling is one of the components of the mailing that you can test, so you have the opportunity to schedule the splits together or individually.<br /><br />Here are some screen shots of how you can set a standard mailing and an A/B Split mailing to be a scheduled launch:<br /><br /><b>Standard Mailings</b></p><p>When you get to the Launch screen in the Mailings work flow, just select "Scheduled" as the Launch Type and you will be presented with a Date and Time entry field to set when to launch the mailing.<br /></p><span class="mt-enclosure mt-enclosure-image"><a href="http://www.strongmail.com/resources/blogs/product_talk/scheduler_1a.gif" target="_blank"><img alt="scheduler_1a_sm.gif" src="http://www.strongmail.com/resources/blogs/product_talk/scheduler_1a_sm.gif" class="mt-image-left" style="margin: 0pt 10px 10px 0pt; " height="246" width="400" /></a></span><p><b>A/B Split Mailings</b></p><p>When you get to the Launch screen in the A/B Test Mailings work flow, just
select "Scheduled" as the Launch Type for one, multiple or all of the test splits and you will be presented with a Date and Time entry field to set when to launch the mailing. For A/B Test Mailings, you can select any combination of scheduled and launch now across the splits.<br /></p><span class="mt-enclosure mt-enclosure-image"><a href="http://www.strongmail.com/resources/blogs/product_talk/scheduler_2a.gif" target="_blank"><img alt="scheduler_2a_sm.gif" src="http://www.strongmail.com/resources/blogs/product_talk/scheduler_2a_sm.gif" class="mt-image-left" style="margin: 0pt 10px 10px 0pt;" height="238" width="400" /></a></span><p>It's just that easy. You may even want to use the A/B split feature of Message Studio to determine if your current send schedule is optimal for your audience. As your audience grows, the most effective day or time of launch may change so it's a good idea to check it every once in a while.</p>
]]>
        
    </content>
</entry>

<entry>
    <title>Creating Self-Signed Certificates in StrongMail</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/02/creating-selfsigned-certificat.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.75</id>

    <published>2008-02-14T17:09:54Z</published>
    <updated>2008-02-12T19:34:37Z</updated>

    <summary>For most of our customers, email is a mission critical component of their business. Along with that status comes the need for security. StrongMail is designed with security in mind, utilizing the HTTPS protocol for accessing the system.However, utilizing HTTPS...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="FAQ" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Platform" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="certificate" label="certificate" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="certificateauthority" label="certificate authority" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="https" label="HTTPS" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="passkey" label="pass key" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="privatekey" label="private key" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="selfsigned" label="self-signed" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ssl" label="SSL" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[For most of our customers, email is a mission critical component of their business. Along with that status comes the need for security. StrongMail is designed with security in mind, utilizing the HTTPS protocol for accessing the system.<br /><br />However, utilizing <a href="http://en.wikipedia.org/wiki/Https">HTTPS</a> requires that users install 3rd party <a href="http://www.webopedia.com/TERM/S/SSL.html">SSL certificates</a> from a <a href="http://en.wikipedia.org/wiki/Certificate_authority">Certificate Authority</a> (CA) to validate the secure installation. The use of HTTPS and SSL certificates enables the system to negotiate a stateful connection. This process insures that the originating system is who it says it is and creates a secure connection between the server and user's browser.<br /><br />SSL certificates are not free and if an organization feels that their <a href="http://www.strongmail.com/products/strongmail-eas/">StrongMail</a> system has been implemented with sufficient security through architecture and procedures, they may opt not to purchase an SSL certificate from a CA. <br /><br />In this case, users will be presented with warnings (see example below) from their browser that the certificate is either missing or does not match the system that they are attempting to connect to. Most users find these SSL warnings to be a nuisance. There is also the possibility that some users may be confused by the warnings, which can generate unnecessary Help Desk calls.<br /><br /><span class="mt-enclosure mt-enclosure-image"><img alt="SSL_warning2.gif" src="http://www.strongmail.com/resources/blogs/product_talk/SSL_warning2.gif" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="205" width="359" /></span>There is no harm in using the default certificates, but many users complain about them. Additionally, some browsers make it difficult to navigate to a site with a questionable certificate. Your IT team may want to replace the default certificate with their own, to provide a more comfortable security experience to their users.<br /><br />The following procedures should be used for creating and installing a self-signed certificate for the StrongMail UI, and importing that certificate into Internet Explorer 7 to eliminate the certificate errors.<br /><br />1.) Login to your StrongMail Server as root, change directory to /tmp<br /><br />$ cd /tmp<br /><br />======= Generating the SSL Certificate =======<br /><br />2. Create a private key:<br /><br /><br />$ openssl genrsa -des3 -out server.key 1024<br />Generating RSA private key, 1024 bit long modulus<br />....++++++<br />....++++++<br />e is 65537 (0x10001)<br />Enter pass phrase for server.key:<br />Verifying - Enter pass phrase for server.key:<br /><br /><br />Create a Certificate Signing Request (CSR). You will be prompted to input information for key generation. The Common Name you use must match the hostname you use to connect to the StrongMail UI<br /><br /><br />****** <br />This example has generic information, you will need to replace with your own site specific details.<br />******<br /><br /><br />$ openssl req -new -key server.key -out server.csr<br />Enter pass phrase for server.key:<br />You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank.<br />-----<br />Country Name (2 letter code) [GB]:US<br />State or Province Name (full name) [Berkshire]:State<br />Locality Name (eg, city) [Newbury]:City<br />Organization Name (eg, company) [My Company Ltd]:Business Inc.<br />Organizational Unit Name (eg, section) []:Support<br />Common Name (eg, your name or your server's hostname) []:hostname.domain.com<br />Email Address []:userid@domain.com<br /><br />Please enter the following 'extra' attributes to be sent with your certificate request<br />A challenge password []:<br />An optional company name []:<br /><br /><br />******<br />NOTE: This is an example from one of the StrongMail Inc, test systems.<br />******<br /><br /><br />$ openssl req -new -key server.key -out server.csr<br />Enter pass phrase for server.key:<br />You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank.<br />-----<br />Country Name (2 letter code) [GB]:US<br />State or Province Name (full name) [Berkshire]:California<br />Locality Name (eg, city) [Newbury]:Redwood Shores<br />Organization Name (eg, company) [My Company Ltd]:StrongMail Systems Inc.<br />Organizational Unit Name (eg, section) []:Support<br />Common Name (eg, your name or your server's hostname) []:sup5.strongmailsystems.com<br />Email Address []:support@strongmailsystems.com<br /><br /><br />3.) Make a copy of your private key before you remove the pass phrase:<br /><br /><br />$ cp server.key server.key.org<br /><br /><br />4.) Remove the pass phrase from the private key:<br /><br /><br />$ openssl rsa -in server.key.org -out server.key<br />Enter pass phrase for server.key.org:<br />writing RSA key<br /><br /><br />5.) Generate the self-signed certificate:<br /><br /><br /><br />$ openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt<br />Signature ok<br />subject=/C=US/ST=State/L=City/O=Business Inc./OU=Support/CN=hostname.domain.com/emailAddress=userid@domain.com<br />Getting Private key<br /><br /><br />===== Installing the Self-Signed Certificate into StrongMail =====<br /><br /><br />6.) Backup the original private key and certificate:<br /><br /><br />$ cd /data1/strongmail/thirdparty/httpd/conf/ssl/<br />$ cp server.key server.key.old<br />$ cp server.crt server.crt.old<br /><br /><br />7.) Replace the private key and certificate with the files recently created:<br /><br /><br />$ cp /tmp/server.crt .<br />cp: overwrite `./server.crt'? y<br />$ cp /tmp/server.key .<br />cp: overwrite `./server.key'? y<br /><br /><br />8.) Restart the StrongMail UI:<br /><br /><br />$ cd /data1/strongmail/strongmail-ui<br />$ ./sm-ui stop<br />$ ./sm-ui start<br /><br /><br />====== Installing the Certificate into Internet Explorer =======<br /><br /><br />9.) Launch Internet Explorer<br /><br /><br />10.) Browse to the StrongMail UI in Internet Explorer 7<br /><br /><br />11.) Select 'Continue to this website' when you receive the Certificate error. You should see a red Certificate Error to the right of the address bar. Click the Certificate error and select 'View certificates.'<br /><br /><br />12.) Click 'Install certificate,' then click 'Next' on the Welcome window of the Certificate Import Wizard.<br /><br /><br />13.) Click 'Next' on Certificate Store, leave the radio button on 'Automatically select...'<br /><br /><br />14.) Click 'Finish,' you may receive a pop-up to confirm that you wish to import the certificate, if so, click 'Yes'<br /><br /><br />15.) 'OK' the complete notification, and the Certificate window.<br /><br /><br />16.) Restart IE, browse to the StrongMail UI, and you should no longer receive the Certificate error.&nbsp; <div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>How to Calculate the Bandwidth for StrongMail</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/02/how-to-calculate-the-bandwidth.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.64</id>

    <published>2008-02-06T15:01:09Z</published>
    <updated>2008-01-28T00:22:18Z</updated>

    <summary>A common question that we get from customers is &quot;How do I calculate the bandwidth that StrongMail is using or requires when sending messages? They typically want to see how much bandwidth is being used or are planning to expand...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Platform" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="bandwidth" label="bandwidth" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="bandwidthcalculations" label="bandwidth calculations" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="bandwidthformula" label="bandwidth formula" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="calculate" label="calculate" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="messagesperhour" label="messages per hour" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="msgshr" label="msgs/hr" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="outboundpipe" label="outbound pipe" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="pipe" label="pipe" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="strongmail" label="StrongMail" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[A common question that we get from customers is "How do I calculate the bandwidth that StrongMail is using or requires when sending messages? They typically want to see how much bandwidth is being used or are <br />planning to expand their email programs and want to know how much bandwidth will be needed to accommodate their new mailing volumes and schedule. <br /><br />For starters, here's the formula for computing bandwidth: <br /><br /><blockquote>Bandwidth in bits per second = [ (msgs/hr) x (msg size in bits) ] / <br />(secs/hr) <br /></blockquote>If the average size of a message is 4kb and you want to send 250K messages per hour, then the required outbound message bandwidth could be calculated as follows: <br /><br /><blockquote>[ 250,000 msgs/hr x (4 x 1024 x 8) bits ]/ 3600 sec = 2275600 bits/sec <br />= 2.28 Mbps <br /></blockquote>So if you have an average message size of 4kb, you would require 2.28 Mbps of bandwidth in order to send without being constrained by your pipe. <br /><br />If you want to determine how many messages you can send given the size of your current pipe, you can use the following formula to figure out the maximum number of messages that can be sent per hour. In the example <br />below, we will be using an available outbound pipe of 24Mbps, and the average message size is 24kb <br /><br /><blockquote>[X msgs/hr x (24 x 1024 x 8)bits] / (3,600 sec/hr) = 24Mbps <br /><br />X = [ 24 x 1024 x 1024 x 3600 ] / [24 x 1024 x 8] <br /><br />X = 468,000 msgs/hr <br /></blockquote>With an average message size of 24kb and available bandwidth of 24Mbps, a maximum of 468,000 messages per hour would be expected output in an ideal scenario. <br /><br />Notice that I said, "In an ideal scenario." When making these types of calculations, the formulas mentioned above assume 100% availability of the pipe, which in reality doesn't happen. To account for overhead and <br />network congestion, you should lop off 10-15% of the bandwidth figure (or more if your pipe is shared with other functions besides email sending) you get from the calculations in order to get a more realistic number.<br /><br />Here's a handy Excel spreadsheet that can help you determine sending
times with a variety of different standard pipe sizes. You just plug in
the size of the message, number of messages and the utilization factor
and the spreadsheet does the rest!<br /><br /><span class="mt-enclosure mt-enclosure-file"><a href="http://www.strongmail.com/resources/blogs/product_talk/Bandwidth_Calc.xls">Bandwidth_Calc.xls</a></span><br /><br />Special thanks go out to the StrongMail Support team and Luis Rojas for their assistance with this posting.<br /><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Adding Web Analytics Tags</title>
    <link rel="alternate" type="text/html" href="http://www.strongmail.com/resources/blogs/product_talk/2008/01/adding-web-analytics-tags.php" />
    <id>tag:www.strongmail.com,2008:/resources/blogs/product_talk//9.52</id>

    <published>2008-01-29T17:43:43Z</published>
    <updated>2008-01-29T18:11:36Z</updated>

    <summary>While email is obviously a mission-critical channel for all StrongMail customers, it typically is not the only channel that they use to market to customers and prospects. Online ads, affiliate programs, partner programs, and their own website are just a...</summary>
    <author>
        <name>Ivan Chalif</name>
        <uri>http://www.strongmail.com/resources/blogs/product_talk/ivan_chalif/</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Platform" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Tracking" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="clicktags" label="clicktags" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="coremetrics" label="coremetrics" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="google" label="google" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="messagestudio" label="message studio" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="omniture" label="omniture" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="strongmail" label="strongmail" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="webanalytics" label="web analytics" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="webtrends" label="webtrends" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.strongmail.com/resources/blogs/product_talk/">
        <![CDATA[While email is obviously a mission-critical channel for all StrongMail customers, it typically is not the only channel that they use to market to customers and prospects. Online ads, affiliate programs, partner programs, and their own website are just a few examples of other methods that marketers use to communicate with subscribers, customers, prospects and the public at large.<br /><br />As with <a href="http://www.strongmail.com/resources/blogs/product_talk/wa_tracking.php">StrongMail EAS</a> and <a href="http://www.strongmail.com/products/strongmail-message-studio/">Message Studio</a>, each of these other channels provides some level of reporting data. For the marketer, that can mean a lot of work to aggregate, view and analyze all of that data in a coherent and holistic way. Enter the <a href="http://www.webanalyticsassociation.org/">web analytics</a> products.<br /><br />There are several web analytics products out there. The one's that we hear about most frequently are <a href="http://www.omniture.com/">Omniture</a>, <a href="http://www.coremetrics.com/">Coremetrics</a>, <a href="http://www.google.com/analytics">Google</a>, and <a href="http://www.webtrends.com/">WebTrends</a>, but there are others out there. For the most part, all of these products work in the same way--by attaching tracking variables to the URL that are passed to the web analytics engine when a link is clicked. That allows the click data to be captured both by the originating system and the web analytics system.<br /><br />You can set up analytic tags in StrongMail or Message Studio by creating a content block file that contains the appropriate information for the analytics tag. Here are two examples:<br /><br /><code>OMNITAG { <br />cid=##SERIAL_NUMBER##&amp;rid=##USERID##<br />}<br /><br />GOOGTAG { <br />utm_source=email&amp;utm_campaign=##segment## <br />}</code><br /><br />In the first example, there are two parameters that would be included based on StrongMail system tokens--Serial Number and User ID. In the second example, the campaign parameter is passed a value from the mailer's data source.<br /><br />Next, you just need to append the analytics tag token to each link you want track in your mailing. Here's an example:<br /><br /><code>http://www.domain.com?##OMNITAG##</code><br /><br />If you want to include the StrongMail click tracking, you could set up the URLs like this:<br /><br /><code>##CLICKTAG##http://www.domain.com?##OMNITAG##</code><br /><br />You can do this manually when you are creating the content or add the StrongMail clicktag token(s) automatically in Message Studio using the Add Clicktags feature. Now you will be able to see the click data in your web analytics dashboard, along with other metrics from all of the other streams that you tag. Gathering and analyzing the data in this fashion can reveal patterns and segments that may not be readily apparent when viewing the metrics of an individual stream.<br /><br />To make the process of adding web analytics tracking tags even easier for Message Studio users, we are adding the ability to manage web analytics tags within the UI in an upcoming release. Message Studio users will be able to configure the system with default tracking tags, as well as have the option to utilize unique analytic tracking tags. Users will be able to select the default parameters and apply them individually or globally to all of the links in an mailing or modify the parameters for special cases (promotions, partnerships, etc) on the fly (as seen in the screen shot below)<br /><br />Here's a sneak peek at the new Add Clicktags screen in Message Studio 4.1:<br /><br /><span class="mt-enclosure mt-enclosure-image"><img alt="wa_tracking_sm.gif" src="http://www.strongmail.com/resources/blogs/product_talk/wa_tracking_sm.gif" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="309" width="396" /></span> <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />Within the Add Clicktags screen, you can now apply pre-configured web analytics tags to individual or all links within the template. Message Studio also provides a way to modify the web analytics tag just for a particular link in the message. Business users now will have a flexible, easy-to-use method for inserting the appropriate tags in their email tracking links.<br />&nbsp;<br /> ]]>
        
    </content>
</entry>

</feed>
