Skip to main content
September 24, 2014
Question

How to make Gmail Grid View html snippet editable in Marketo designer

  • September 24, 2014
  • 1 reply
  • 762 views
Hey All!

I'm new to Marketo and currently working on making all of our email templates "Marketo Editable." The one issue I've run into is figuring out what to do with the Gmail gridview snippet (https://developers.google.com/gmail/actions/reference/offer). The bolded image link in the html snippet below needs to change per newsletter send, but I don't know the best way to go about this, besides having to go into the template code each week and changing the link there. Has anyone solved a similar issue? Thanks!

<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
    <meta itemprop="name" content=""/>
    <link itemprop="url" href=""/>
    <link itemprop="url/googlePlus" href=""/>
  </div>
  <div itemprop="about" itemscope itemtype="http://schema.org/Offer">
    <link itemprop="image" href=""/>
  </div>
</div>
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

September 24, 2014
Have you looked at putting a My.Token inside of that template and then setting the value in the Program? I not 100% sure that is supproted, but it seems like it might be.