SOLVED

Dynamic Image Rendering in Email?

Go to solution
Anonymous
Not applicable

Dynamic Image Rendering in Email?

So I got a follow up to Marketo Summit email from Lattice this morning, and I was impressed by execution of the email image header:

 0EM50000000RjR5.jpg

How did they put my name on the blackboard as an image?

Is there a call out service that returns a custome image for each lead given a background image and a text string?

How do I do this in Marketo?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

That was my email - so glad you like it!

We actually use a technology from PTI called FusionPro Expression (http://expression.pti.com/overview/index.html). It's pretty cool stuff - it resizes all of the text to make sure it always fits and looks nice, you can define minimum and maximum font size, and choose an image to display on error just in case something goes wrong when they serve the image.

It pulls from Marketo using lead tokens when it serves the image, that's how I got your name on there!

View solution in original post

9 REPLIES 9
Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

Hi Grant, 

I'm pretty sure it's not a picture, but text on top of the blackboard picture. So in your template you'll define a background picture of that section and inside the same section you will put a {{lead.first name}} token with a custom font. 

Hope this helps. 

Cheers,
Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

My only comment here is you have to test carefully to make sure this works in all types of browsers/devices. It looks great but some standard testing shows it doesn't work in every instance. Tried it and scrapped based on unpredictable results despite trying several methods. This is one of those times I would advise not to skimp on the testing!
Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

It looks to be a service that dyanmically creates the jpg. 

if you open the image in a browser you'll see "http://expressions.cloudapp.net/marketosummitlargelogo.jpg?uniqueid=a73639dac08f&input=Bubba%20is%20a%20marketing%20nerd!" as the URL.

The &input=Bubba%20is%20a%20marketing%20nerd! generates the text in the jpg.

Definately a cool service, probably could dig around a little more and see who 'expressions.cloudapp.net' is.
Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

Shoot, I'm afraid Joe is right. I didn't get the e-mail so I couldn't look into the coding. In Joe's explanation the rendering wouldn't be such a problem either. In my way of working it's a matter of testing.

Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

That was my email - so glad you like it!

We actually use a technology from PTI called FusionPro Expression (http://expression.pti.com/overview/index.html). It's pretty cool stuff - it resizes all of the text to make sure it always fits and looks nice, you can define minimum and maximum font size, and choose an image to display on error just in case something goes wrong when they serve the image.

It pulls from Marketo using lead tokens when it serves the image, that's how I got your name on there!

Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

Jenna, I'm looking into using PTI for the same types of emails.  During my exploration of their services, I would like to be sure we can implement these dynamic, personalized images into our email campaigns in Marketo.

I'm having trouble with the HTML and adding lead tokens to the URL to call dynamically based on {{lead.First Name}} or similar tokens.

Here's what I have for a link, and I want to use the {{lead.First Name}} token.

http://marketing.expression.app.pti.com/robot4.jpg?uniqueid=3e530ae5a02e&input=Hello%20Test%20User

Would you be able to assist me or point me in the right direction?

Thanks so much!

Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

Welcome to the super fun world of image personalization - your prospects are going to love it!

So, you can just pop that token in after input=....so for you it should be input=Hello {{lead.First Name:default=edit me}}. When you do the preview (before you put it into Marketo) it will just show the token text but once you put it in Marketo and send a test email using a lead in your database, you should see the token populated.

Let me know how it goes!

Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

Jenna - thanks so much for the quick response.  This worked like a charm and I've been able to send a few test emails with the tokens.

Would you be able to take this offline and assist me with a few other questions I have about the PTI/Marketo setup?  Thanks again.

Anonymous
Not applicable

Re: Dynamic Image Rendering in Email?

Great job on the email Jenna!

And thanks for pitching in for the discussion too.