You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET https://your-host/your-mt-api.cgi/v1/sites/:site_id/stats/provider
パラメータ
パラメータ名
タイプ
必須
説明
siteId
Number | Object | Function
*
ブログID
params
Object
オプション
callback
Function
戻り値
XMLHttpRequest: XMLHttpRequestオブジェクト
例
api.getStatsProvider(siteId,function(response){if(response.error){if(response.error.code===404){// The statistics provider is not readied for this site}else{// エラー処理}return;}// response.id});