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

Anonymous
Not applicable

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

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>
Tags (1)
1 REPLY 1
Anonymous
Not applicable

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

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.