当社のアプリをインストールしてください 🪄 アドレスバーの右上にある アイコンをクリックしてください。

リンクの統計

GET https://rqrcode.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://rqrcode.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" } ] }