Bulk Import
Hi:
We are going to use the API call to send the Leads to Marketo. I am trying to design the job and read thru this post:
http://developers.marketo.com/rest-api/bulk-import/
It says the following:
Limits
Max Concurrent Import Jobs: 2
Max Queued Import Jobs (inclusive of currently importing jobs): 10
Max Size of Import File: 10 MB-
Does that mean that I can send 10 concurrent request (with 10MB file each .) and only two API calls will be made each time and rest will automatically be in Queue.
OR
Should I only make 2 concurrent API calls with 10MB file each and once complete make the next two call .