文档
测试

定向-创建定向

POST
localhost:8000/zuanzhan/zuanzhan/target/createUpgradeTarget

说明 / 示例

**请求示例** url: localhost:8000/zuanzhan/zuanzhan/target/createUpgradeTarget **request** ```javascript { "crowds": [{ "campaignId": 385425106, "adgroupId": 783001090, "crowdName": "达摩盘定向-海外店超级用户", "bindCrowd":true, "status":1, "targetLabel": { "adgroupId": 783001090, "campaignId": 385425106, "labelDesc": "达摩盘定向", "labelId": 115194, "labelName": "我创建的人群", "labelPriceMode": "OPTION_MATRIX", "labelValue": "{optionValue}", "labelSourceType":"DYNAMIC_OPTION", "labelOptionMode":"OPTION", "optionCount":11, "options": [{ "optionName": "海外店超级用户", "optionValue": "3769267", "status": 1 }], "status": 1, "targetId": 138, "targetType": "ADV_DMP" }, "matrixPrice": [{ "price": 5, "adzoneId": 44257550396 }, { "price": 5, "adzoneId": 34492608 }] }] } ``` **response** ```javascript { "code": 2001, "msg": "定向标签信息不能为空", "debugMsg": null, "data": null } ```