360人群管家列表
HTTP请求方式
GET
请求地址
https://ms-api.e.360.cn/v1/crowd/list
字段 |
类型 |
必须 |
描述 |
Content-Type |
string |
yes |
application/x-www-form-urlencoded |
apiKey |
string |
yes |
注册时分配到的api key,该参数作为HTTP HEAD字段传递。 |
accessToken |
string |
yes |
访问token |
请求示例
curl -X POST \
--header 'apiKey:APIKEY' \
--header 'accessToken:ACCESSTOKEN' \
'https://ms-api.e.360.cn/v1/crowd/list'
返回结果
{
"err_no": 10000,
"err_msg": "",
"data": {
"list": [
{
"pack_id": 35596,
"pack_name": "移动人群名称",
"cover_crowds": "2000万",
"status": 4,
"qid": 2,
"crowd_type": 12,
"delivery_type": 1
},
{
"pack_id": 40382,
"pack_name": "京东商城手助定制-下载淘宝天猫没下京东(201709)",
"cover_crowds": "700万",
"status": 4,
"qid": 2,
"crowd_type": 12,
"delivery_type": 1
},
{
"pack_id": 53147,
"pack_name": "同时安装卫士、唯品会",
"cover_crowds": "1500万",
"status": 4,
"qid": 2,
"crowd_type": 12,
"delivery_type": 1
}
],
"crowd_type_mapping": {
"1": "访问url人群",
"10": "PC软件人群",
"11": "PC高级定制人群",
"12": "移动高级定制人群",
"13": "自定义高级定制人群"
}
}
}
返回结果说明
字段 |
类型 |
描述 |
list |
json |
人群列表,详见下方《list字段详细说明》 |
crowd_type_mapping |
json |
人群属性类型字典,key为人群属性类型ID,value为人群属性类型说明 |
list字段详细说明
字段 |
类型 |
描述 |
pack_id |
Number |
人群ID |
pack_name |
String |
人群名 |
cover_crowds |
String |
覆盖用户数 |
status |
Number |
人群状态:1启用、2失效、3删除、4暂停 |
qid |
Number |
人群所属用户ID |
crowd_type |
Number |
人群属性 |
delivery_type |
Number |
投放方式:1常规定向、2动态创意 |