Meta Conversions API

  • Lấy báo cáo Meta CAPI

Request

  • Xem sample Postman.

curl --location 'https://vpage.open.nhanh.vn/v3.0/report/capi?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--body '{
        "filters": {
        "createdAt": {
            "to": 1767200399,
            "from": 1764522000
        },
        "timeZone": "Asia/Ho_Chi_Minh",
        "pageIds": [],
        "events": ["Purchase", "LeadSubmitted"]
    },
}'

Filters

Key
Type
Required
Description

pageIds

array

Required

Danh sách pageIds

createdAt

array

Required

Khoảng thời gian gửi, tối đa 31 ngày. ( ví dụ "createdAt": {"from": 1764522000, "to": 1766768399} )

timeZone

string

optional

Múi giờ. Default: Asia/Ho_Chi_Minh

events

array

Required

Danh sách event

Response

Failed response

Successful response

Last updated