---
title: "Conversion Logs"
method: GET
path: "/v2/publishers/conversions"
tags: ["Conversion Logs"]
---

# Conversion Logs

`GET /v2/publishers/conversions`

Conversion Logs

## Query parameters

- `limit` integer
- `page` integer
- `start` string, required
- `end` string, required
- `click_id` string
- `p1` string
- `p2` string
- `p3` string
- `p4` string
- `p5` string
- `status` 'approved' | 'pending' | 'cancelled' | 'rejected'

## Response `200`

OK

- object
  - `conversions` object[]
    - `_id` string
    - `click_id` string
    - `source` string
    - `elapsed_time` integer
    - `city` string
    - `region` string
    - `isp` string
    - `p1` string
    - `p2` string
    - `p3` string
    - `p4` string
    - `p5` string
    - `p6` string
    - `p7` string
    - `p8` string
    - `p9` string
    - `p10` string
    - `os` string
    - `goal_id` string, nullable
    - `txn_id` string, nullable
    - `currency` string
    - `payout` number
    - `orig_sale_currency` string
    - `country` string
    - `browser` string
    - `device` string
    - `created` string
    - `status` string
    - `external_offer_id` string
    - `campaign_id` integer
    - `campaign_name` string
    - `goal_name` string
    - `url_title` string

## Other responses

- `400` — Bad Request

## Changes

- **2024-11-21** (1.0.0) `d97a1427fb9e` — 7 info
  - added the new optional `query` request parameter `click_id`
  - added the new optional `query` request parameter `p1`
  - added the new optional `query` request parameter `p2`
  - added the new optional `query` request parameter `p3`
  - …3 more
- **2023-11-15** (1.0.0) `c054d34d23fd` — 2 info
  - the endpoint scheme security `API Key` was added to the API
  - the endpoint scheme security `API Key Param` was removed from the API
- **2023-11-15** (1.0.0) `6ebed82f3141` — 4 breaking
  - the response property `conversions/items/goal_id` became nullable for the status `200`
  - the response property `conversions/items/txn_id` became nullable for the status `200`
  - the `conversions/items/payout` response's property type changed from `integer` to `number` for status `200`
  - the `conversions/items/source` response's property type changed from `integer` to `string` for status `200`

[Change history](https://skmtc.dev/trackier/apis/trackier-publisher-api-docs/changes/v2/publishers/conversions/get.md)

---

[API](https://skmtc.dev/trackier/apis/trackier-publisher-api-docs.md) · [All operations](https://skmtc.dev/trackier/apis/trackier-publisher-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trackier/trackier-publisher-api-docs/revisions/662d56d3e6f1/schema)
