Looking to get a count of how many lead activities are written to our instance each day(or week if possible). Could not find a way to do this with the activities endpoint: http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Activi...
I don't want to get specific activities yet, just want the count to see how many calls would be required to pull this information.
Anyone know of a way to request this information?
Sure, pull that data sample and run some analysis.
Marketo Support might be able to. You could also verify the # of API calls to get that data. It's probably one per lead on an extraction.
There's no count-only endpoint, unfortunately. Recommend cursoring over all the data (and discarding it, makes things easier!) for a week or so to get a baseline.
Alright thanks guys. I'll check with support first to see if it's available.