Grab our Lifetime Deal at just $49 (originally priced at $199) |One time Payment for Lifetime |🔒 Don't miss this chance to boost your business and engage customers! 🚀 🔓 Grab it here ➡️ Lifetime Deal #LimitedTimeOffer 🕒

링크 통계

GET https://qrcodemonkey.net/api/statistics/{link_id}
매개변수 세부 정보 설명
start_date 필수 Y-m-d 형식의 시작 날짜
end_date 필수 Y-m-d 형식의 종료 날짜
type 선택 사항 반환될 데이터 유형입니다. 허용된 값은: overview, referrer_host, referrer_path, country_code, city_name,
country_code 선택 사항 매개변수는 city_name 유형에만 사용할 수 있습니다.
utm_source 선택 사항 utm_mediumutm_campaign 유형에 대해서만 사용 가능한 매개변수입니다.
utm_medium 선택 사항 utm_campaign 유형에 대해서만 사용 가능한 매개변수입니다.
curl --request GET \
--url 'https://qrcodemonkey.net/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" } ] }