Set Budget#
Set the bidding budget for offline bidding|Request URL#
|Request Method#
|Request Parameter#
| Field | Parameter | Type | Required | Description |
|---|
| APPID | appid | String | Yes | Application Client Id |
| Timestamp | gntime | String | Yes | The current UNIX timestamp |
| Signature | gntoken | String | Yes | Signature string. For details, please refer to the Signature Method page. |
| Domain | domain | String | Yes | Domain |
| Budget Amount | budget_amount | Float | Yes | The offline bidding budget amount you have set |
|Response Data#
| Field | Parameter | Type | Description |
|---|
| Return Code | code | Integer | 1:Successful -1:Failed |
| Return Description | msg | String | Return the operation result |
|Response Demo#
{
"code": 1,
"msg": "Successful",
"data": "",
"requestid": "20250610-203311-3856-7100"
}
Modified at 2026-05-08 10:07:08