文档
测试

获取单元和定向资源位

POST
localhost:8000/zuanzhan/zuanzhan/campaignDetail/adgroupList

请求参数

参数名
类型
描述
必填
campaigns
list
必填
campaignId
必填
campaignName
必填

返回参数

参数名
类型
描述
必填
status
必填
msg
必填
campaignVOList
list
必填

说明 / 示例

**请求示例** url: localhost:8000/zuanzhan/zuanzhan/campaignDetail/adgroupList **request** ```javascript { "campaignId":385425106, } ``` **response** ```javascript { "status": 0, "msg": "null,数据未获取不支持修改。请确认是否为官方托管计划(无法修改),稍后重试", "subCode": null, "subMsg": null, "campaignVOList": [ { "campaignId": 1056568646, "adgroupList": [ { "adgroupId": 1054641147, "adgroupName": "智能定向_宝贝优质人群", "campaignId": 1056568646, "onlineStatus": 1, "crowdVOList": [ { "adgroupId": 1054641147, "campaignId": 1056568646, "crowdDesc": null, "crowdName": "智能定向-宝贝优质人群:Skechers斯凯奇D'lites女款黑白复古增高老爹鞋熊猫鞋 99999720", "id": 1055733015, "status": "ONLINE", "matrixPriceList": [ { "adzoneId": 34492608, "price": 90 }, { "adzoneId": 34502344, "price": 90 } ], "targetLabel": { "bizType": null, "labelDesc": "智能定向-宝贝优质人群", "labelId": 115224, "labelName": "智能定向-宝贝优质人群", "labelOptionMode": null, "labelPriceMode": "LABEL_MATRIX", "labelSourceType": "DYNAMIC_OPTION", "labelValue": "54709623", "optionCount": null, "optionsList": [ { "id": null, "optionDesc": null, "optionName": "Skechers斯凯奇D'lites女款黑白复古增高老爹鞋熊猫鞋 99999720", "optionValue": "521195009124", "status": 1 } ], "properties": "{}", "sortNum": null, "status": 1, "targetId": 158, "targetType": "ITEM_INTELLIGENCE" }, "adzoneVOList": [ { "adzoneId": 34492608, "adzoneName": "无线_流量包_网上购物_手淘app_手淘焦点图", "price": 90 }, { "adzoneId": 34502344, "adzoneName": "PC_流量包_网上购物_淘宝首页焦点图", "price": 90 } ] } ] }, { "adgroupId": 1056622648, "adgroupName": "智能定向_店铺优质人群", "campaignId": 1056568646, "onlineStatus": 1, "crowdVOList": [ { "adgroupId": 1056622648, "campaignId": 1056568646, "crowdDesc": null, "crowdName": "智能定向-店铺优质人群:智能定向-店铺", "id": 1061257842, "status": "ONLINE", "matrixPriceList": [ { "adzoneId": 34492608, "price": 105 }, { "adzoneId": 34502344, "price": 105 } ], "targetLabel": { "bizType": null, "labelDesc": "智能定向-店铺优质人群", "labelId": 115223, "labelName": "智能定向-店铺优质人群", "labelOptionMode": null, "labelPriceMode": "LABEL_MATRIX", "labelSourceType": "USERDEFINE", "labelValue": "196789732", "optionCount": null, "optionsList": [ { "id": null, "optionDesc": null, "optionName": "智能定向-店铺", "optionValue": "196789732", "status": 1 } ], "properties": "{}", "sortNum": null, "status": 1, "targetId": 157, "targetType": "SHOP_INTELLIGENCE" }, "adzoneVOList": [ { "adzoneId": 34492608, "adzoneName": "无线_流量包_网上购物_手淘app_手淘焦点图", "price": 105 }, { "adzoneId": 34502344, "adzoneName": "PC_流量包_网上购物_淘宝首页焦点图", "price": 105 } ] } ] } ] } ] } ```