ស្ថិតិភ្ជាប់

GET https://tistos.com/api/statistics/{link_id}
ប៉ារ៉ាម៉ែត្រ ព័ត៌មានលម្អិត ការពិពណ៌នា
start_date ត្រូវការពីរ កាលបរិច្ឆេទចាប់ផ្តើមក្នុងទ្រង់ទ្រាយ Y-m-d
end_date ត្រូវការពីរ កាលបរិច្ឆេទបញ្ចប់ក្នុងទ្រង់ទ្រាយ Y-m-d
type ជ្រើសរើសបាន ខ្សែអក្សរ តម្លៃដែលអនុញ្ញាត: 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 ជ្រើសរើសបាន ខ្សែអក្សរ អាចប្រើបាននៅពេល: type = city_name
utm_source ជ្រើសរើសបាន ខ្សែអក្សរ អាចប្រើបាននៅពេល: type = utm_medium, utm_campaign
utm_medium ជ្រើសរើសបាន ខ្សែអក្សរ អាចប្រើបាននៅពេល: type = utm_campaign
referrer_host ជ្រើសរើសបាន ខ្សែអក្សរ អាចប្រើបាននៅពេល: type = referrer_path
curl --request GET \
--url 'https://tistos.com/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" } ] }