关键词推荐-账户动态词包
此接口用来获取用户动态词包数据
HTTP请求方式
POST
请求地址
https://api.e.360.cn/dianjing/tool/getPremiumKeywordsExtension
Headers 请求参数
| 字段 | 类型 | 必须 | 描述 |
|---|---|---|---|
| Content-Type | string | yes | application/x-www-form-urlencoded |
| apiKey | string | yes | 注册时分配到的api key,该参数作为HTTP HEAD字段传递。 |
| accessToken | string | yes | 访问token |
Body 请求参数
| 字段 | 类型 | 必须 | 描述 |
|---|---|---|---|
| ad_plan_id | number | no | 推广计划id |
| ad_group_id | number | no | 广告组id |
| ispurchased | int | no | 是否已购词, 1代表打开,0代表关闭,不传默认全部 |
请求示例
curl -X POST \
--header 'apiKey:APIKEY' \
--header 'accessToken:ACCESSTOKEN' \
--data 'ad_plan_id=&ad_group_id=&ispurchased=&' \
'https://api.e.360.cn/dianjing/campaign/add'
返回结果
{
"premiumKeywordsExtensionList": [
{
"ad_keyword_extension": "实验室设备生产厂家",
"ad_keyword_price": "2.00000",
},
{
"ad_keyword_extension": "余姚市智达教仪设备成套有限公司",
"ad_keyword_price": "4.00000",
}
]
}
返回结果说明
| 字段 | 类型 | 描述 |
|---|---|---|
| ad_keyword_extension | string | 扩词 |
| ad_keyword_price | decimal(20,3) | 搜索关键词出价 |