---
title: "Conversion Report"
method: POST
path: "/affiliates/reporting/conversions"
tags: ["Affiliate Reporting"]
---

# Conversion Report

`POST /affiliates/reporting/conversions`

## Query parameters

- `page` integer
- `page_size` integer

## Request body

- object
  - `from` string, required — Start date. Format `YYYY-MM-DD`. Must be within the last 365 days.
  - `to` string, required — End date. Format `YYYY-MM-DD`. Must be within the last 365 days.
  - `timezone_id` integer, required — Timezone identifier for the date range.
  - `show_conversions` boolean — Must be explicitly set to `true` to include conversion records in the response. Does not default to true — omitting this field will return no conversions.
  - `show_events` boolean — Include post-conversion event records in the response.
  - `query` object — Query configuration with optional filters.
    - `filters` object[] — Filters to narrow results.
      - `filter_id_value` string
      - `resource_type` string

## Response `200`

- object
  - `conversions` object[] — Array of conversion/event records.
    - `conversion_id` string — Unique conversion identifier.
    - `transaction_id` string — Associated click transaction ID.
    - `conversion_unix_timestamp` integer — Unix timestamp of the conversion.
    - `click_unix_timestamp` integer — Unix timestamp of the associated click.
    - `revenue` number — Revenue for the conversion.
    - `sale_amount` number — Sale amount (for revenue share offers).
    - `event` string — Event name (for post-conversion events).
    - `is_event` boolean — Whether this record is an event.
    - `source_id` string
    - `revenue_type` string
    - `sub1` string
    - `sub2` string
    - `sub3` string
    - `sub4` string
    - `sub5` string
    - `sub6` string
    - `sub7` string
    - `sub8` string
    - `sub9` string
    - `sub10` string
    - `adv1` string
    - `adv2` string
    - `adv3` string
    - `adv4` string
    - `adv5` string
    - `adv6` string
    - `adv7` string
    - `adv8` string
    - `adv9` string
    - `adv10` string
    - `session_user_ip` string
    - `conversion_user_ip` string
    - `country` string
    - `region` string
    - `city` string
    - `dma` integer
    - `carrier` string
    - `isp` string
    - `platform` string
    - `os_version` string
    - `device_type` string
    - `brand` string
    - `browser` string
    - `language` string
    - `http_user_agent` string
    - `referer` string
    - `app_id` string
    - `idfa` string
    - `idfa_md5` string
    - `idfa_sha1` string
    - `google_ad_id` string
    - `google_ad_id_md5` string
    - `google_ad_id_sha1` string
    - `android_id` string
    - `android_id_md5` string
    - `android_id_sha1` string
    - `currency_id` string
    - `is_view_through` boolean
    - `order_id` string
    - `coupon_code` string
    - `relationship` object
      - `offer` object
        - `network_offer_id` integer
        - `network_id` integer
        - `network_tracking_domain_id` integer
        - `name` string
        - `offer_status` string
      - `events_count` integer — Number of post-conversion events associated with this conversion.
  - `paging` object
    - `page` integer
    - `page_size` integer
    - `total_count` integer

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
