Skip to main content
GET
/
api
/
reports
/
cpa
/
advanced_tqi
/
{cohort}
/
download
Advanced TQI report as file
curl --request GET \
  --url https://my.exnessaffiliates.com/api/reports/cpa/advanced_tqi/{cohort}/download/
{
  "data": [
    "string"
  ],
  "meta": "string"
}

Documentation Index

Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt

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

Path Parameters

cohort
string
required

Query Parameters

country
string[]

filter, List of countries to filter by.

media_source
string[]

filter, List of media sources to filter by.

platform
string[]

filter, List of platforms to filter by (e.g., 'web', 'ios').

group_by
string[]

filter, Fields to group by (e.g., 'country', 'platform').

order_by
string[]

filter, Sorting field (e.g., 'roi', '-roi', 'fraud_rate_reg', '-fraud_rate_reg').

filtered_quals_share
boolean

filter, If true, the quals_share field will be filtered by filter fields.

page
integer

filter, Pagination offset, default is 1.

page_size
integer

filter, Number of records per page. Default is 1000.

ordering
string

ordering, Comma-separated list without spaces. Supported field names: FTD_conversion_rate, FTQ_conversion_rate, fraud_rate_reg, installs_fraud_rate, roi, country, platform, media_source

Response

OK

data
string[]
required
Example:
["string"]
meta
string
required
Example:

"string"