Expand my Community achievements bar.

SOLVED

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

Avatar

Level 1

Hello,

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

1472045_pastedImage_7.png

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 '{ } ')

1471987_pastedImage_3.png

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

1 Accepted Solution

Avatar

Correct answer by
Level 1

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

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