...
e
Overview
The Sharethrough Reporting API offers publishers a programmatic way to access performance data. It's a HTTP API that follows a RESTful design pattern. You can retrieve results in a CSV or JSON format.
...
If you decide to use filters for your API call, you first specify a filterBy
section in your request payload, and within that, you create filters. Each filter should be shaped like this (table below). See the Filtering Results section further down for more information on how to use filtering with your API calls.
...