Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Facebook campaign data is available via the API, just not in the GUI. I agree it would be helpful to be able to store it as a token to tie to the record. "id": 131, "name": "Fill Out Facebook Lead Ads Form", "description": "User fills out and submits a Lead Ads form on a Facebook page", ...
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 this post Sanford Whiteman. Would you recommend this for trying to only bring back rows with a certain date?For example, only bring back store numbers who have a date of yesterday.#foreach $OrderData.Store in $OrderData_cList#if $OrderData.Date = $yesterdayLoad this table#else#endI reali...
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...
Thanks for the response, Sanford. It's not a matter of crossover but a matter of not populating when there's a duplicate. For example, if I have a simple $object.attribute in an email pulling from a Custom Object, it will not display any value in the email if there is a duplicate record in the datab...