Get the list of transaction
HTTP Request
Note:
Limit: 30 request / 1 minute
Query Parameters
The parameters are passed into HTTP Request according to Key-Value pairs, begin the parameters with the sign “?” and separate the parameters with the sign “&”. Ex:
Parametter | Required | Description |
since | Required | Time the report begins, according to ISO format, example “2019-08-01T00:00:00Z” |
until | Required | Time the report ends, according to ISO format, example “2019-08-01T00:00:00Z” |
page | Optional | Page order. Starting from 1. Default 1 |
offset | Optional | Offset value, default 0. |
limit | Optional | Number of orders returned per page. Default 100. |
merchant | Optional | Merchant name. ex: tikivn. |
utm_source | Optional | Ex: facebook |
utm_campaign | Optional | |
utm_medium | Optional | Ex: email |
utm_content | Optional | |
status | Optional | Status
|
is_confirmed | Optional | Transaction status:
|
transaction_id | Optional | Transaction codes, can filter 1 (transaction_id=1234567) or multiple (transaction_id=1234567,7654321) using commas "," to separate codes. |
update_time_start | Optional | Report start time according to transaction update time (ISO format), for example “2016-08-01T00:00:00Z”. |
update_time_end | Optional | Report end time according to transaction update time (ISO format), for example “2016-08-01T00:00:00Z”. |
API response returns:
Description of results:
Parametter | Description |
total | Number of conversions, calculated by product. |
data.status | Status of conversion
|
data.merchant | Merchant name |
data.click_time | Click time |
data.transaction_id | Transaction ID (Order). |
data.transaction_time | Transaction time, according to ISODate. |
data.update_time | Time to update transaction information, according to ISODate. |
data.confirmed_time | Transaction approval time, according to ISODate. |
data.is_confirmed | Transaction status: 0 - unapproved, 1 - approved |
data.transaction_value | Transaction value. |
data.commission | Commissions for publishers. |
data.product_id | Product ID. |
data.product_price | Price of the product. |
data.product_quantity | The quantity of products. |
data._extra | Information related to the operating system and browser. |
data._utm* | Utm parameter values. |
data.category_name | Category name |
data.conversion_id | ID of conversion |
data.conversion_platform | The foundations of conversion |
data.customer_type | Customer type |
data.product_category | Category of product |
data.product_image | Image of product |
data.product_name | Product name |
data.reason_reject | Reason reject |
Last updated