转化目标列表


HTTP请求方式

GET

请求地址

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

Headers 请求参数
字段 类型 必须 描述
Content-Type string yes application/x-www-form-urlencoded
apiKey string yes 注册时分配到的api key,该参数作为HTTP HEAD字段传递。
accessToken string yes 访问token
请求示例
curl --location --request GET 'https://ms-api.e.360.cn/v1/conversion/list' \
--header 'accessToken: 418bafef6698eacf17807acb968765944733659684c81d7b3' \
--header 'apiKey: 111'
返回结果
{
  "err_no": 10000,
  "err_msg": "",
  "data": {
    "list_api": [
      {
        "id": 100000,
        "title": "明明第一个"
      },
      {
        "id": 100002,
        "title": "测试名称"
      },
      {
        "id": 100005,
        "title": "ceshi22"
      }
    ],
    "list_open": [
      {
        "id": 1000,
        "title": "表单提交"
      },
      {
        "id": 1001,
        "title": "电话拨打"
      }
    ]
  }
}
返回结果说明
字段 类型 描述
list_api Array 转化目标列表(API转化回传),子项详见《转化目标列表子项说明》
list_open Array 转化目标列表(打开类),子项详见《转化目标列表子项说明》
转化目标列表子项说明
字段 类型 描述
id Number 转化目标ID
title String 转化目标标题

results matching ""

    No results matching ""