Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yet another Velocity question for Sanford Whiteman or someone with similar experience.We create URL's based on an ID of the most recently updated custom object. The issue is, even though the ID field is populated 100% of the time and there is no duplicate Contact, the variable doesn't load consiste...
Thanks, Sanford Whiteman. I was able to get it to work great. You can ignore my response on your forum. If the user has cookies disabled on that site, responses don't play nice because you have to login. #if( $context.contains("TriggerObject") )#set( $focusedObject = $TriggerObject )$focusedObject....
I briefly touched on this with Sanford Whiteman's help onSorting a Marketo Custom Object with Velocity but we're now looking for a work-around due to Marketo not supporting $Trigger functionality on updated custom objects.Trigger Campaign: Send email containing login details when an API call eithe...
Humbly appreciate the help, Sanford Whiteman. You saved us quite the headache over here. I didn't realize you could throw objects into an array and then reference the fields within said objects normally. Fantastic.For others who are struggling with how to sort or filter out stale custom object reco...
This topic has been briefly touched on a few other threads (e.g. Velocity Snippets #1: Sorts and seeks) with Sanford Whiteman but hoping to further clarify.Use Case: Display a table for each store locations' order data if the store's order data is yesterday.Design: API upsert into Marketo Custom Ob...
Thanks, Kenny Elkington. Does this work as well for Marketo custom objects? We have restaurant store data which gets upserted into a custom object. We want to #foreach loop through and only pull back those that have an Order_Date of yesterday. The issue we're seeing is old rows from months ago are ...
Thanks for the reply, Justin Cooperman. This isn't necessarily just focused on Custom Objects but how smart campaigns qualify duplicates. Use Case: Load a roll-up table of Uber Eats transaction data for a McDonald's location (e.g. Display 10 metrics for how each of the Franchise Owner's locations p...
"Incorrect smart campaign qualification due to duplicate records causing Email Script to load incorrect values."Understood. I'll try to work on phrasing it's just unfortunately Velocity is the only "visible" indicator the wrong record has qualified.
Thanks, Sanford Whiteman. Considering how prevalent duplicates are, I'm surprised more customers are not complaining about email scripts not loading values. Even if you reference normal fields on the Lead record, duplicates will cause the script to not load. We send over login details by concatenat...
Justin Cooperman are you aware of any tricks to make smart campaigns ONLY pull in the record with the matching criteria and not its duplicate? (e.g. If there's a Contact and Lead with the same email address but only the Contact has a Custom Object relationship, make sure the smart campaign pulls in...