---
title: "Transactions"
method: GET
path: "/reports/transactions"
tags: ["reports"]
---

# Transactions

`GET /reports/transactions`

This endpoint is used to query all commission events (transactions) that have occurred or been updated on a specified date. This data can be used to see individual link performance, actualized earnings, individual site performance and more, all in real-time.

## Query parameters

- `clickDate` string, date
- `commissionDate` string, date
- `updateDate` string, date
- `campaignIds` string
- `merchantGroupIds` string
- `programType` 'CPC' | 'CPA'

## Response `200`

successful operation

- TransactionsResponseModel
  - `transactions` TransactionModel[]
    - `revenueId` number
    - `clickSid` string
    - `accountId` number
    - `commissionId` string
    - `merchantGroupId` integer
    - `merchantGroupName` string
    - `campaignId` number
    - `campaignName` string
    - `clickDate` string
    - `commissionDate` string
    - `updateDate` string
    - `publisherRevenue` number
    - `orderValue` number
    - `cuid` string
    - `linkUtmInfo` LinkUtmInfoModel
      - `utmSource` string
      - `utmMedium` string
      - `utmCampaign` string
      - `utmTerm` string
      - `utmContent` string
    - `pageUtmInfo` PageUtmInfoModel
      - `utmSource` string
      - `utmMedium` string
      - `utmCampaign` string
      - `utmTerm` string
      - `utmContent` string
    - `destinationUrl` string
    - `pageUrl` string
    - `affProduct` 'UNK' | 'ORG' | 'INS' | 'WRA' | 'RAC' | 'RAL' | 'CUP' | 'TPA' | 'PCR' | 'TXT' | 'SHG' | 'PRF'
    - `affProductSubType` string
    - `programType` string
    - `networkName` string
    - `country` string
    - `deviceType` 'DSK' | 'MBL' | 'TBL' | 'UKN'
    - `merchandise` ProductModel[]
      - `productId` string
      - `productName` string
      - `price` number, float
      - `quantity` number

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.dev/sovrn/apis/rest.md) · [All operations](https://skmtc.dev/sovrn/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sovrn/rest/revisions/cb783ced960d/schema)
