Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Same issues here, too, since the new Marketo Engage interface went up. Putting in ticket. None of these solutions worked.
Thank you all for the advice! The https:// is actually already included in the field.As it turns out...there is something wrong with our database. I was going crazy, so I just dragged Rec Course 2 P URL from the sidebar into the script, and instead of coming out as ${lead.recCourse2PURL}) (fitting w...
I have the following token velocity script to insert a bulleted list of up to 4 hyperlinked recommended courses in our emails:#set($url1 = ${lead.recCourse1PURL})#set($url2 = ${lead.recCourse2PURL})#set($url3 = ${lead.recCourse3PURL})#set($url4 = ${lead.recCourse4PURL})
This is fantastic. I've been looking for this for ages.Is there a way to set a variable that pulls the Asset Name? For example, email asset 311 is named Prospects_ThankYou_Spring19#set( $AssetId = $mktmail.xMarketoIdHdr.split(":")[5] ) gives me 311 when I use the $AssetID variable.How can I set a va...