Skip to main content
April 13, 2017
Question

Check instance's historic lead activity count

  • April 13, 2017
  • 3 replies
  • 1983 views

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/#!/Activities/getLeadActivitiesUsingGET

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Josh_Hill13
Level 10
April 13, 2017

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.

SanfordWhiteman
Level 10
April 14, 2017

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.

April 17, 2017

Alright thanks guys. I'll check with support first to see if it's available.