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
*
Site ID
params
Object
no
Options
callback
Function
no
Returns
XMLHttpRequest: A XMLHttpRequest object
例
api.getStatsProvider(siteId,function(response){if(response.error){if(response.error.code===404){// The statistics provider is not readied for this site}else{// Handle error}return;}// response.id});