Adobe Analytics reporting API - Increase returned row output by more than 10? | Community
Skip to main content
marcusw38605462
New Participant
April 23, 2018
Solved

Adobe Analytics reporting API - Increase returned row output by more than 10?

  • April 23, 2018
  • 1 reply
  • 1113 views

Hello,

I'm currently pulling a report out from the Adobe Analytics Reporting API, using the queue function below here:

According to this article, we have also adjusted the "top" parameter to increase the number of rows on the returned JSON file.

However, the returned API here only returns the JSON file with a limit of 10 elements break down, as you can see there are only 10 '{ } ')

Has anyone encountered this issue before and have found a workaround? Thanks so much!

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

You need to apply the "top" parameter to the elements metric. For example {"id":"page","top":500}

1 reply

travis_tt
travis_ttAccepted solution
New Participant
April 25, 2018

You need to apply the "top" parameter to the elements metric. For example {"id":"page","top":500}