兴趣标签列表


HTTP请求方式

GET

请求地址

https://ms-api.e.360.cn/v1/interest/list

Headers 请求参数
字段 类型 必须 描述
Content-Type string yes application/x-www-form-urlencoded
apiKey string yes 注册时分配到的api key,该参数作为HTTP HEAD字段传递。
accessToken string yes 访问token
page int no 请求的页码,默认为第1页
per_page_count int no 每页返回记录数,默认100,最大1000
请求示例
curl -X POST \ 
--header 'apiKey:APIKEY' \ 
--header 'accessToken:ACCESSTOKEN' \ 
'https://ms-api.e.360.cn/v1/interest/list'
返回结果
{
  "err_no": 10000,
  "err_msg": "",
  "data": {
          "count": 153,
          "list": [
            {
              "dmp_id": 1,
              "type": 1,
              "name": "软件APP",
              "cover_crowds": "3000万"
            },
            {
              "dmp_id": 101,
              "type": 1,
              "pid": 1,
              "name": "系统安全",
              "cover_crowds": "2000万"
            },
            {
              "dmp_id": 10101,
              "type": 1,
              "pid": 101,
              "name": "安全",
              "cover_crowds": "3000万"
            }
          ]
  }
}
返回结果说明
字段 类型 描述
count Number 总条数
list Json 组列表,详见下方《list字段说明》
list字段说明
字段 类型 描述
dmp_id Number 标签ID
name String 标签名称
type Number 类型:1移动应用兴趣、2通用兴趣
cover_crowds String 覆盖用户数
pid Number 父标签id

results matching ""

    No results matching ""