These endpoints are designed to handle queries for low volumes of data and return results with relatively quick response times.
Pagination
Synchronous endpoint results are paginated to a default page size of 50 rows. The size can optionally be set using the size
parameter in a request (the value of which cannot exceed the row limit).
If the number of result rows is greater than the given page size, then the response will also include a nextCursor
object, whose value can be passed in as the cursor
field of the subsequent request.
Note
When supplying a cursor to receive the next page of data, the user must also resubmit all the other query parameters, in the same order as they were originally passed in.
publisherNetworkReport
publisherNetworkReport
Returns general reporting data (akin to the reporting available in the Query Tool of the TripleLift Console).
Limitation
Note that
publisherNetworkReport
has a row limit of 5,000. Any query exceeding the limit will only return data up to the limit. Please use the asynchronous endpoints for larger reports.
publisherNetworkFilterOptions
publisherNetworkFilterOptions
Returns all possible filter values of a dimension in a given time period.
Note
The returned filter ID's can be used as the filter values in a general reporting query.