We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
パスごとの訪問者数の一覧を取得します
GET https://your-host/your-mt-api.cgi/v1/sites/:site_id/stats/path/visits 詳細
XMLHttpRequest: XMLHttpRequestオブジェクト
var condition = { startDate: '2013-01-01', endDate: '2013-01-31', path: '/' // 任意で指定可能 }; api.listStatsVisitsForPath(siteId, condition, function(response) { if (response.error) { // エラー処理 return; } // レスポンスデータを使った処理 });