Create conversion không có thông tin sản phẩm

Base URL:

http://<host-name>/api/v1/conversion

Method: POST

Header:

X-At-User:{user}
X-At-User-Type:advertiser
X-At-User-Access-Token:{access_token}

Example Request

{
    "click_id": "a81b9f7c01ed4a899d9dcb9427548fb4",
    "campaign_id": "463",
    "order_id": "No.645",
    "currency": "VND",
}

Attribute

Type

Required

Description

1

click_id

string

Yes

Id từ link chia sẻ của publisher

2

campaign_id

int

Yes

id của chiến dịch

3

order_id

string

Yes

id đơn hàng của đối tác

4

currency

string

Yes

Đơn vị tiền tệ của đơn hàng

Response

Last updated

Was this helpful?