API接口目录

广告业务

商品推广API
广告API
效果报表API
线下广告API
账号API
站外广告API
人群包API
异常码自查工具
suning.advertise.crowdindex.update 初始化编辑搜索、推荐人群定向
¥免费

初始化编辑搜索、推荐人群定向

公共参数
请求参数
名称 类型 是否必须 示例值 描述
custnumStringY6001849930操作者用户ID
promotionUnitIdStringY40000081单元ID
响应参数
名称 类型 示例值 描述
statusString0成功失败标志,1-成功 0-失败
msgString0返回信息,没有值返回null
dataString
crowdInfoString
crowdNameString人群名称人群名称
coverNumString10预估的曝光人群数
overPriceIndexString1溢价系数
selectedString00未选中 1选中
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                
<sn_request>
  <sn_body>
    <updateUpdatecrowdindex>
      <promotionUnitId>40000081</promotionUnitId>
      <custnum>6001849930</custnum>
    </updateUpdatecrowdindex>
  </sn_body>
</sn_request>

			
                                
                                
{
  "sn_request": {
    "sn_body": {
      "updateUpdatecrowdindex": {
        "promotionUnitId": "40000081",
        "custnum": "6001849930"
      }
    }
  }
}
			
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              
<sn_responseContent>
  <sn_body>
    <updateUpdatecrowdindex>
      <msg>0</msg>
      <data>
        <crowdInfo>
          <coverNum>10</coverNum>
          <overPriceIndex>1</overPriceIndex>
          <selected>0</selected>
          <crowdName>人群名称</crowdName>
        </crowdInfo>
      </data>
      <status>0</status>
    </updateUpdatecrowdindex>
  </sn_body>
</sn_responseContent>

			
                              
                              
{
  "sn_responseContent": {
    "sn_body": {
      "updateUpdatecrowdindex": {
        "msg": "0",
        "data": [
          {
            "crowdInfo": [
              {
                "coverNum": "10",
                "overPriceIndex": "1",
                "selected": "0",
                "crowdName": "人群名称"
              }
            ]
          }
        ],
        "status": "0"
      }
    }
  }
}
			
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.advertise.updatecrowdindex.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.advertise.updateupdatecrowdindex.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.advertise.updateupdatecrowdindex.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
isp.sys.service.unavailable.adss 服务不可用 请联系苏宁技术人员
公共异常码
API工具
FAQ