My coworker is setting up to extract data via API for he analysis work from MKTO. I have given him Read and Query permissions and he has a couple of questions that I, (100-% not an API person) cannot answer with authority.
1. He is concerned he will delete our DB by accident
2. More of a concern is the pull on MKTO resources by gathering all the data he wants for the last month then the last year.
Are any of those concerns valid? Our DB is in the 300k range.
Thank you for any information you all can share!
/Robert
I’d also recommend reviewing API documentation: The documentation should detail API endpoints, request/response formats, and potential throttling limitations. Some reference links below:
https://developers.marketo.com/rest-api/
https://developers.marketo.com/rest-api/endpoint-reference/
https://developers.marketo.com/rest-api/bulk-extract/
I hope this is helpful. Please let us know if you have any questions.
2. More of a concern is the pull on MKTO resources by gathering all the data he wants for the last month then the last year.Are any of those concerns valid? Our DB is in the 300k range.
Thank you for any information you all can share!
/Robert
It's impossible to answer this question with the limited info we have.
What is "all the data"? Every field on every lead? Selected fields only? All the (non-aged-out) activities in the Activity Log? Selected activities only?
It's also not about the number of leads in your DB. It's perfectly possible for a 100K database to have 10x the activities of a 500K database.
The dev needs to benchmark a couple of different months from different quarters to get an idea of how many pages (if using paginated API endpoints) or how many bytes (if using the Bulk API endpoints).