单元-创建单元 websocket测试 POST localhost:8000/zuanzhan/zuanzhan/adgroup/addAdgroup 说明 / 示例 **请求示例** url: localhost:8000/zuanzhan/zuanzhan/adgroup/addAdgroup **request** ```javascript { "campaignId":385425106, "title":"test_01", "crowdDTOS": [{ "crowdName": "达摩盘定向-海外店超级用户", "crowdDesc":"达摩盘定向", "matrixPrice": [{ "price": 5, "adzoneId": 44257550396 }, { "price": 5, "adzoneId": 34492608 }], "targetLabel": { "labelId": 115194, "labelName": "我创建的人群", "labelValue": "{optionValue}", "options": [{ "optionName": "海外店超级用户", "optionValue": "3769267" }], "targetId": 138, "targetType": "ADV_DMP" } }] } ``` **response** ```javascript { "code": 0, "msg": "success", "debugMsg": null, "data": 836610637 #单元id } ```
**请求示例** url: localhost:8000/zuanzhan/zuanzhan/adgroup/addAdgroup **request** ```javascript { "campaignId":385425106, "title":"test_01", "crowdDTOS": [{ "crowdName": "达摩盘定向-海外店超级用户", "crowdDesc":"达摩盘定向", "matrixPrice": [{ "price": 5, "adzoneId": 44257550396 }, { "price": 5, "adzoneId": 34492608 }], "targetLabel": { "labelId": 115194, "labelName": "我创建的人群", "labelValue": "{optionValue}", "options": [{ "optionName": "海外店超级用户", "optionValue": "3769267" }], "targetId": 138, "targetType": "ADV_DMP" } }] } ``` **response** ```javascript { "code": 0, "msg": "success", "debugMsg": null, "data": 836610637 #单元id } ```