Skip to main content
GET
/
api
/
v2
/
network
/
reports
/
statistics
Get statistics (GET)
curl --request GET \
  --url 'https://{domain}/api/v2/network/reports/statistics?api-key='
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "timezone": "<string>",
    "rows": {
      "rows": [
        {
          "clicks": 123,
          "unique_clicks": 123,
          "invalid_clicks": 123,
          "cv_approved": 123,
          "cr": 123,
          "approved_payout": 123,
          "cv_pending": 123,
          "pr": 123,
          "cv_rejected": 123,
          "rr": 123,
          "antifraud_logic_score": 123,
          "ar": 123
        }
      ],
      "totals": {
        "clicks": 123,
        "unique_clicks": 123,
        "invalid_clicks": 123,
        "cv_approved": 123,
        "cr": 123,
        "approved_payout": 123,
        "cv_pending": 123,
        "pr": 123,
        "cv_rejected": 123,
        "rr": 123,
        "antifraud_logic_score": 123,
        "ar": 123
      }
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Query Parameters

rangeFrom
string
required

Date range start. Supports YYYY-MM-DD and YYYY-MM-DD HH:mm:ss.

rangeTo
string
required

Date range end. Supports YYYY-MM-DD and YYYY-MM-DD HH:mm:ss.

page
integer

Page number.

perPage
integer

Items per page.

sortField
string

Sort by column key.

sortDirection
enum<string>

Sort direction.

Available options:
asc,
desc
columns
string

Comma-separated metric keys (e.g. clicks,cv_approved,cr,approved_payout).

breakdown
string

Primary grouping dimension (e.g. offer, affiliate, country, device, goal).

breakdowns
string

Additional grouping dimensions, comma-separated.

reportType
string

Report type: general, igaming, operator, broker.

currency
string

Convert monetary values to this currency.

Search text.

Response

Aggregated statistics.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object