文档
测试

批量添加关键词

POST
/ztc/subways/keyword/batchAddKeyword

请求参数

参数名
类型
描述
必填
campaignList
NotNull
必填
campaignId
NotNull
必填
campaignName
NotNull
必填
adgroupList
必填
adgroupId
必填
adgroupName
必填
keyWordList
NotNull
必填
word
NotNull
必填
maxPrice
NotNull,计算机出价,是整数,以“分”为单位,不能小于5
必填
maxMobilePrice
NotNull,以“分”为单位,不能小于5
必填
matchScope
NotNull,1代表精确匹配,4代表广泛匹配
必填

成功返回

参数名
类型
描述
必填
status
int
状态码
必填
msg
string
消息
必填

说明 / 示例

**请求示例** **request** ```javascript ``` **response** ```javascript { "status": 0, "msg": "success", "data": null } ```