POST https://api.convertiser.com/publisher/reports/
The request body takes a complete Analytics resource, containing the following writable properties:
{
"currency": "string",
"fields": [
"string"
],
"filters": [
"string"
],
"ordering": "string",
"page": "integer",
"page_size": "integer",
"type": "string"
}
| Name | Type | Description | Additional |
|---|---|---|---|
| currency | string |
Report currency. |
Optional |
| fields[] | array of string |
List of filters. |
Optional |
| filters[] | array of string |
List of filters. |
Optional |
| ordering | string |
Ordering |
Optional |
| page | integer |
Page number |
Optional |
| page_size | integer |
Page size |
Optional |
| type | string |
Report type. |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 201 | Created | Analytics |