สถิติ

หมายเหตุ
ระดับผู้เชี่ยวชาญ
ส่งคีย์ API เป็นโทเค็น Bearer ในส่วน Authorization header ของคำขอ รับคีย์ API ของคุณ.
แสดง

ปลายทาง API:

GET
https://chimera.market.pna.co.th/api/v1/stats/{id}

ตัวอย่างคำขอ:

curl --location --request GET 'https://chimera.market.pna.co.th/api/v1/stats/{id}?name={name}&from={from}&to={to}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
พารามิเตอร์
ประเภท
คำอธิบาย
name
จำเป็น string
The name of the statistic. Possible values are: browser, cities, clicks, clicks_hours, country, device, language, platform, referrer.
from
จำเป็น string
The starting date in Y-m-d format.
to
จำเป็น string
The ending date in Y-m-d format.
search
ไม่จำเป็นห string
The search query.
search_by
ไม่จำเป็นห string
ค้นหาโดย. Possible values are: value for ค่า. Defaults to: url.
sort_by
ไม่จำเป็นห string
เรียงตาม. Possible values are: count for Count, value for ค่า. Defaults to: count.
sort
ไม่จำเป็นห string
เรียงลำดับ. Possible values are: desc for จากมากไปน้อย, asc for จากน้อยไปมาก. Defaults to: desc.
per_page
ไม่จำเป็นห int
ผลลัพธ์ต่อหน้า. Possible values are: 10, 25, 50, 100. Defaults to: 10.