I am using OpenX API to integrate with an application. I am trying to fetch report data using /report/run route.
The doc says that JSON report_format is limited to 1000 rows. Is this paginated? Or is there a way to get rest of the data or the only option si to go with CSV?
Here is the link to the docs.