Contact Sales  |  1-888-227-5040   |   Contact Support     
Login   |   Our Blog   |   Newsletter

Subscribe By Email

Receive email alerts when new blog posts are available!

Subscribe by RSS

Subscribe to our blog

Follow Us

Follow us on Twitter

The Topics


Recent Comments

    Thomas J. Rundquist: We use theses scales in out Racial Attitude Survey and Cultural Diversity Test. RAS was reviewed by Mental Measurements Yearbook and the basic concept is in ENTREPRENEUR...
    Mike: I consider re-writing software (a.k.a. refactoring) as the equivalent of simplifying equations in mathematics. IMHO, those who don’t habitually refactor will never produce great...
    Anonymous: While the title of this post is “The 4 P’s of Marketing You Should Ignore”, I only see one of the P’s addressed: promotion. And while it is certainly true that...
    Alexander TheBackpackr.com: Just trying to help :)
    Alexander TheBackpackr.com: Hi there, its a fairly interesting article on type… however, I don’t recall having a Veranda font installed. :) Perhaps you might be making reference to...
    Landing Page Templates: Thanks for the template. Its lovely.
    Alex: That makes no sense….. lets say that I’m running site where VB is my community forum and Support Trio is my Support system… based on what you just wrote, my clients need to...
    Alex: I’m lost a little… can existing Support Trio users login to vBulletin …..is it more like login share? both ways?

Explore the blog


Our Blog Archive

Our Products

1-2-All iSalient KnowledgeBuilder SupportTrio TrioLive SwiftTraction visualEdit

Dynamic Email Content With 1-2-All

Jason / Jun 30

1-2-All has always had a number of options when it comes to personalizing messages. You have the ability to personalize with their core registration details. (such as email, name, registration date, etc…) along with being able to customize your emails with any subscriber field.

The personalization fields along with sending filters have been a popular choice for thousands to personalize their mailings. However the ability to have dynamic content has been tricky. In the past that is.

Previously to version 4.51.4 if you wanted to have dynamic content (such as a different design, etc..) you would need to either setup multiple lists or use a combination of sending filters and subscriber fields.

With the introduction of version 4.51.4 you are now able to have fully dynamic content for your emails when using the new “Fetch Personalized” feature. This new option to the fetch url section allows you to enter a url which has the contents of the email you wish to send. While this option has been available as “fetch now” and “fetch at send” it was previously not possible to pass anything that would allow dynamic content. With 4.51.4 you can pass any subscription field in the url and have the page you are fetching display content based off of what you are passing to that page.

An example

To start we will setup the page that will be the page that has the email contents we wish to have sent.

content.php

// page to parse get variable and display content that matches
$variable = $_GET[”name”];

if ($variable == ‘bob’){
echo ‘Bob’s email contents…..’;
}

elseif ($variable = ‘amy’){
echo ‘Bob’s email contents…..’;
}

else{
echo ‘non-matching email contents…..’;
}

// print out some other content for all users

echo ‘my footer.’;

Now we will login to 1-2-All, go to create new message, select the message type and find the fetch url area.
Select “fetch personalized” from the dropdown and enter the full url to the sample.php file.
Example would be http://www.examplesitedomain.com/sample.php

But instead of only typing in
http://www.examplesitedomain.com/sample.php

we are going to add the subscriber name personalization option.

So we will type:
http://www.examplesitedomain.com/sample.php?name=%PERS_NAME%

You can add as many options to the fetch url such as registration name, subscriber fields, etc…

Conclusion

By using the new fetch unique feature you are able to turn your mailings, scheduled mailings, and auto-responders into fully dynamic messages.

Comments


No comments yet. Post a comment below!

Name
E-mail (Never Shown Publicly)
URL (Optional)
Your Comment (smaller size | larger size)



Print  |  Bookmark
© 2009 ActiveCampaign,Inc. All rights reserved.