Thống kê liên kết
GET https://77qr.io/api/statistics/{link_id}
| Tham số | Chi tiết | Mô tả |
|---|---|---|
| start_date | Bắt buộc | Ngày bắt đầu theo định dạng Y-m-d. |
| end_date | Bắt buộc | Ngày kết thúc theo định dạng Y-m-d |
| type | Tùy chọn Chuỗi | Các giá trị được phép: overview, referrer_host, referrer_path, continent_code, country_code, city_name, os_name, browser_name, device_type, browser_language, utm_source, utm_medium, utm_campaign |
| country_code | Tùy chọn Chuỗi | Có sẵn khi: type = city_name |
| utm_source | Tùy chọn Chuỗi | Có sẵn khi: type = utm_medium, utm_campaign |
| utm_medium | Tùy chọn Chuỗi | Có sẵn khi: type = utm_campaign |
| referrer_host | Tùy chọn Chuỗi | Có sẵn khi: type = referrer_path |
curl --request GET \
--url 'https://77qr.io/api/statistics/{link_id}?start_date=2020-01-01&end_date=2021-01-01' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://77qr.io/api/statistics/{link_id}?start_date=2020-01-01&end_date=2021-01-01' \
--header 'Authorization: Bearer {api_key}' \
{
"data": [
{
"pageviews": 20,
"visitors": 5,
"formatted_date": "2021-01"
},
{
"pageviews": 35,
"visitors": 10,
"formatted_date": "2021-02"
},
{
"pageviews": 50,
"visitors": 25,
"formatted_date": "2021-03"
}
]
}