Inserting nearest store function & map | Community
Skip to main content
January 30, 2017
Solved

Inserting nearest store function & map

  • January 30, 2017
  • 1 reply
  • 1373 views

How is this generated in marketo?

In the original email, the company calls a widget and it returns this image (not text, the whole thing is an image block).

We have 17 locations and I would like to highlight the closest one as well.

What are my options?

Any help is appreciated.

thx,

Carol

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

This is a lot like another recent Community thread.  The question is whether Marketo itself has a dynamic image generator, and the answer is No.  If you have a dynamic image generator -- that is to say, a web service that accepts a zip code as input and returns a JPEG/PNG/GIF as a response -- then you can easily plug this into Marketo by using it as the src of an <IMG> tag.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
January 30, 2017

This is a lot like another recent Community thread.  The question is whether Marketo itself has a dynamic image generator, and the answer is No.  If you have a dynamic image generator -- that is to say, a web service that accepts a zip code as input and returns a JPEG/PNG/GIF as a response -- then you can easily plug this into Marketo by using it as the src of an <IMG> tag.