Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you for the response!Yes. I'm paging through all the results until moreResult = false. Below I have an example. In the example I selected only one activity type Id and extracted the data in both methods.In the Bulk extract, I get the below activity marketoGUIDactivityDateType2892737072022-08-0...
Hi,I have separate Marketo activity extraction applications. One application extract activities using the batch API (rest/v1/activities.json)other one extract activities using bulk API (/bulk/v1/activities/export/{exportId}/file.json). However, when I compared the activities extracted from the two m...
Yes. That's the approach I'm taking now. When committing to db merging is a simple task. But when storing the data in file storage, I have to do some checks and validations on the application side. Anyway, thanks for the answers.
Hi,I'm trying to extract Marketo activities using rest/v1/activities.json. I want to run this extraction app multiple times a day to get all the activities but manageable chunks in each run (Without running once per day which will retrieve a large number of activities). The way I'm trying to implem...