Request

POST https://api.convertiser.com/publisher/reports/

Request body

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"
}

Properties

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.

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
201 Created Analytics

Explore this API

data
Request Content-Type
Response Content-Type

Choose an authorisation method:

API Token API Token to be used for request
Try it out!