We don’t get all Marketo activities data | Community
Skip to main content
October 17, 2017
Question

We don’t get all Marketo activities data

  • October 17, 2017
  • 1 reply
  • 1509 views

Hi,

We are pulling Marketo activities data with Python code, each time we are doing 100 loops with one activity type id.

I wonder if we are doing it right, is it ok to stop pulling although the 'moreResult' is True? Should we stop pulling just when 'moreResult'  is false?

I don't think it should be the problem because although we stop pulling when 'moreResult'  is True ,we are pulling incrementally and we save the last activity date from the last iteration and in the next iteration we get paging token for this date and start 100 loops again.

What do you think can be the problem? We check and it's looks like we didn't achieve the Rate limit.

Thanks!

Shiran

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

1 reply

SanfordWhiteman
Level 10
October 17, 2017

Don't stop polling until moreResult is false. There will be pages with no content in-between.

October 18, 2017

I did it and I am still missing data... any other suggestions??  :-\

SanfordWhiteman
Level 10
October 18, 2017

Explain more about what you're doing and missing. 100 loops doesn't make sense here: you should be looping until done.