Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Nice, that’s 300 times faster! Looks like batching is doing the trick. Still a lot to wrap my head around Marketo API, though! Appreciate it!
Hi folks! I'm tackling a task of deleting over 14M records from one of our custom objects in Marketo, and the API is running a bit slow — only processing about 2,000 records per hour. Anyone have tips or tricks for speeding this up? Maybe a more efficient approach or method that’s worked for you in ...
Thanks, Sanford, figured as much! Turns out I was being a dummy and forgot to queue the request. It's working great now with the updated code and I was able to export 100K records in under a minute with SmartList filter. Happy to drop the working code for the community if anyone needs it.
Trying to export about 100K custom object records out of Marketo and my Python script is taking over an hour to export the data for ~100 records. Is this a normal snail's pace with BulkExportAPI, or am I missing something obvious? Any tips or tricks to speed things up (or hints to completely differe...
Apologies if this topic has already been addressed. We've recently made changes to the inline CSS in one of our email template modules, which is utilized by over 500 emails. Is there a more efficient way for applying this update across all existing emails?
Hi Community! We want to send personalized content recommendations to our users and upload HTML snippets for each one via API into a textarea token on Marketo. But, we're wondering how we can track link clicks inside this token. Here's an example of the snippet we'll have in the textarea box (rememb...
Thanks, Sanford! You're the absolute best!
Hey Community! I'm looking to export form fills from Marketo for a specific form ID (let's say 1234) and include the form submission date and fields (using API perhaps?). Has anyone done this before and have a script to share?
As the Marketo form fill only updates one record, I am curious if there is a way to duplicate the values in the same fields on duplicate profiles? (In the same way that it does for full unsubscribe) We have a combination of data hygiene issues and a legitimate use case that requires duplicates, so h...