Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You might want to look at the Bulk Extract API for activities. It has its own issues but it's more straightforward with the Bulk Extract to just slurp all activities in a date range, plus you get activities like "delete lead" which you don't get in the normal activity call.
That doesn't give the API names, but we did the these fields in the describe.json call for lead.
Kenny,Just re-read the comments here. Through Bulk Extract API for activity, we get many records with an empty "" marketoGUID. We see this on multiple Marketo instances. I've also submitted a ticket on this.Thanks
Would love to see compression on the file level more than the http transfer level in order to extend the quota.Would also love to see CSVs not contain the word null for null values between commas:id,field,field,field,field,fieldRight now:id,null,null,field,null,fieldShould be:id,,,field,,field
Hi Carrie,There is a Bulk Extract API now for activities. You can use a filter of up to 30 days at a time, and you can specify the activity types.http://developers.marketo.com/rest-api/bulk-extract/bulk-activity-extract/ The design of the Bulk Extract API has some issues, but seems perfectly suited ...
Working with the Bulk API, have a few questions about it.1. What's the easiest way to just get all leads for an initial sync via the bulk API? You need to have a filter. Say I have an instance with 150k leads created over 3 years. Do I need to do 30 day bulk API requests starting at some arbitrary o...
For Bulk Activity Export - exporting a file it is both stored as plain text and transmitted without gzip compression.This data is repetitive and compresses very well. In my analysis of files with all activity types, ~90%+ with gzip -6 settings. It's a little better if you're asking for the same acti...
Those are lead fields and not activity fields.You will get an activity for change data value for these when they change, like if first name changes the new first name will be in the New Value attribute for that change data value activity. But if you're looking to export lead data that's the bulk lea...
Ok. Apologies, as a programmer I've become accustomed to forums and communities like Stack and github, where people discuss pretty much everything publicly which means other people later can see those discussions and it can help them if they are having similar issues.I've done more testing and I'll ...
You can currently get that as originalSourceType both through the API and through the new Bulk Export API