Вы можете зарегистрироваться в журнале изменений API v4.0 в Breaking Changes
- Ads Management
здесь :
Обновлен лимит скорости для нескольких областей в Marketing API. Сюда входит:
Вы также можете проверить Business Use Case Rate Limits
в заголовке ответа X-Business-Use-Case-Usage
, как описано здесь , как:
x-business-use-case-usage: {
"{business-object-id}": [
{
"type": "{rate-limit-type}", //Type of BUC rate limit logic being applied.
"call_count": 100, //Percentage of calls made.
"total_cputime": 25, //Percentage of the total CPU time that has been used.
"total_time": 25, //Percentage of the total time that has been used.
"estimated_time_to_regain_access": 19 //Time in minutes to regain access.
}
],
"66782684": [
{
"type": "ads_management",
"call_count": 95,
"total_cputime": 20,
"total_time": 20,
"estimated_time_to_regain_access": 0
}
],
"10153848260347724": [
{
"type": "ads_management",
"call_count": 97,
"total_cputime": 23,
"total_time": 23,
"estimated_time_to_regain_access": 0
}
],
...
}
Надеюсь, эта помощь