Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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)
There are literally infinite datepickers out there that can integrate with Marketo forms and support the JS methods to display corresponding events. Cally and vanilla are two we’ve used. You don’t need a back end integration: just store the backing event calendar in a JSON file in Design Studio and ...
You have a robust multi-subscription model using Marketo Custom Objects, where each Subscription+Person combo has robust metadata about when somebody subscribed/unsubscribed, why, and how. The boss goes, “Can we get a scheduled report of people who subscribed to any newsletter in the past month?” Yo...