Skip to main content
All CollectionsEmail PersonalizationBest Practices
Optimize your personalized email campaigns for best performance
Optimize your personalized email campaigns for best performance

Learn how to optimize your personalized email campaigns for to increase interaction and conversion rate

W
Written by Will Wadman
Updated over a week ago

Look and feel (recommendation style)

You can have different styles of LimeSpot recommendation boxes for each email widget used in your transactional emails and marketing campaigns.

  • Choose a proper recommendation layout

    Want to showcase a gallery of items? Choose a grid layout on your email template. Or make recommendations more subtle by adding in a simple row to the bottom of whatever you’re promoting.

  • Set a different layout for Mobile vs. desktop:

    You can also create different styles of layout for mobile vs. desktop views. Click here to learn how to do it and our best practice recommendations.

  • Set a Call-to-Action to your personalized recommendations

    Call-to-Action is set under the Customize tab in email widget settings. See the Code tab if you want to use a different text for you CTA.

  • Set a maximum of two-lines for product titles

    Some products may have longer titles resulting in more than 2 lines per title. This could create misalignment of the widget items per row. Our recommended approach is to use the code below and replace the existing .title class in the Code (Advanced) editor. It limits the title length up to 2 lines and uses ellipsis (...) for the rest of the titles.

    .title {
    text-align: left;
    font-size: 110%;
    margin-top: 10px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }

Timing and frequency

Consider the frequency when sending sales email campaigns, both in terms of what’s an appropriate interval for a customer to visit your store, and how often a customer wants to hear from you. For instance, your most frequent shoppers might want to hear about new drops every week, while occasional buyers may unsubscribe if receiving emails on the same interval.

Think about your email campaigns as a way to inspire FOMO (fear of missing out) and discovery for your customers.

Get to know your return customer rate and set your reengagement email strategy accordingly.

Live email content

LimeSpot recommendation boxes on your emails can update in real-time, just as they do on your website. By default, we cache for recommendation boxes is 30 days, so that every time a customer opens your email within 30 days of receiving it, they will see the same recommended items.

However, you can adjust the cache to be as short as you like. If a customer visits your site and exhibits different behavior, when they go to open that same email, they may see entirely different recommendations, ensuring you’re always showing the most relevant products.

Choosing live or static email are two very different marketing strategies. With live emails, or emails with shorter caches, a customer, if they are not expecting it, might end up getting frustrated if they can’t find the product they originally saw in your email.

Number of recommendations

Quality over quantity should be to motto when it comes to including product recommendations in your email campaigns. Make sure you don't bombard your customers with tons and tons of product recommendations in one single email.

🤔 Questions? Need help? Contact us via the in-app chat or email.

Did this answer your question?