Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Can't tell you how happy this makes me!
Is it considered best practice to send all emails through an Email Program.Not at all! If I run across an instance that only uses Email Programs — never using the Send Email flow step, let alone Engagement Programs — I assume they don’t actually know what Marketo can do. They’re unlikely to be doing...
https://nation.marketo.com/t5/product-blogs/those-bulletproof-buttons-are-also-tracking-proof-though-here-s/ba-p/242105
Note clicks will not be tracked in Outlook using this code.
The limit doesn't apply to $variables (which are not tokens) in Velocity.
I've also currently got this object linking back to the person record with an intermediate (bridge) object, although I'm not entirely sure why. I therefore can't see the 'edge' object in my email script list.If all else were equal, from a db perspective this is the correct schema. Products are the l...
Pretty close! This line parses the contents of the CSV into a usable format. In this case, because we have multiple items, it's an array..then( FBText.CSV.autoParse )Well, whether there’s one row or (as we expect) many rows, you still want an array so you have something to loop over. At This will c...
You can’t send a webhook directly to a static file (your CSV in Design Studio) and perform a lookup. Requesting the file URL just downloads the entire file, it doesn’t search the file. Imagine opening the static CSV in your browser, it’ll do the same thing. So you need to use a service like FlowBoos...
Do you sync people to SFDC that are initially created on the Marketo side? (i.e. using Sync to SFDC or any of the implicit sync flow steps like Create Task)