修改次日预算


修改当日预算请查看设置每日预算.

HTTP请求方式

POST

请求地址

https://api.e.360.cn/display/advertiser/UpdateTomorrowBudget

Headers 请求参数
字段 类型 必须 描述
Content-Type string yes application/x-www-form-urlencoded
apiKey string yes 注册时分配到的api key,该参数作为HTTP HEAD字段传递。
accessToken string yes 访问token
Body 请求参数
字段 类型 必须 描述
morrowBudget double no 次日预算,单位:元。 每天不小于 50 元,不超过 10000000 元,仅支持输入整数数字,且为10的倍数
morrowType string yes 次日预算产品线,display ,当前支持display
morrowIsEqual bool no 次日预算值是否沿用前一日,为true时,morrowBudget无效
请求示例
curl --location 'https://api.e.360.cn/display/advertiser/UpdateTomorrowBudget' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'apiKey: APIKEY' \
--header 'accessToken: ACCESSTOKEN' \
--data-urlencode 'morrowBudget=1000' \
--data-urlencode 'morrowType=display' \
--data-urlencode 'morrowIsEqual=false'
返回结果
{
  "affectedRecords": 1
}

results matching ""

    No results matching ""