Anura Reporting API - Script Endpoints - Overview
The Script: Overview endpoint will allow you to retrieve total counts of data applicable to the supplied POST parameters.
| Method | URL |
|---|---|
| POST | https://api.anura.io/v1/script/overview |
Parameters
| Required | Type | Description | Note |
|---|---|---|---|
| token | string | The token string you have been issued to connect to the Anura Reporting API. | |
| start | integer | The starting date from which results will be returned. | Date format: YYYYMMDD |
| end | integer | The ending date to which results will be returned. | Date format: YYYYMMDD |
| Optional | Type | Description | Note |
|---|---|---|---|
| instance | string | The ID of the instance to which results will be limited. | |
| source | string | The source to which results will be limited. | |
| campaign | string | The campaign value to which results will be limited. | |
| chart | boolean | Set true to include a chartable daily breakdown. | False by default. |
Example Response
{"total": {"drops": 2,"good": 10,"warning": 5,"bad": 8,"mobile": 2,"adblocker": 1},"query": {"start": 20180101,"end": 20180101,"instance": false,"source": false,"campaign": false,"chart": false}}