|
|
|
RapidSMTP Online Documentation
.: Online Manual
.: 6. DynamicText
|
6. DynamicText
Send personalized and targeted emails.
|
Getting Started
What is DynamicText?DynamicText is a powerful personalization engine to send targeted newsletters to your recipients.DynamicText can merge database fields into your e-mail message and
individually greet each recipient. DynamicText is also a full featured
script language which allows you to...
(No rating)
8-21-2007
Views: 1804
|
|
What is Preview DynamicText?
What is DynamicText?If you do not know, what DynamicText is and for what it can be used, please click here.What is Preview DynamicText?Preview DynamicText allows you to generate statistics on the results of your DynamicText code.Create your newsletter in the 'Create Email' window.Enter your...
(No rating)
11-24-2007
Views: 1013
|
|
AB test the performance of 2 different links
This example returns two different links at random. You can measure the performance of each advertisement with RapidSMTP's reporting functions.Evaluate(If(GreaterThan(Random(1;100);50);<a href="http://yourdomain/product1">Text for Product 1</a>;<a...
(No rating)
8-22-2007
Views: 947
|
|
Personal salutation if database does not contain gender information.
This computes the gender from first name (stored in database field [First_Name]) and chooses the approbiate salutation.Evaluate(GetGender([First_Name];Dear Mr. [First_Name] [Last_Name];Dear Ms. [First_Name] [Last_Name];Dear Madam or Sir))
(No rating)
8-22-2007
Views: 963
|
|
Reorder offers according to the age group of recipient.
Reorders text accoring to the age group of recipient. Age is computed from database field [Birthday]. Evaluate(Reorder(Mul(-1;Abs(Sub(Age([Birthday]);7)));offers for kids;Mul(-1;Abs(Sub(Age([Birthday]);15)));offers for boys/girls;Mul(-1;Abs(Sub(Age([Birthday]);20)));for young...
(No rating)
8-22-2007
Views: 746
|
|
|