接口文档SDK业务专题开发者工具

房产业务参数说明


参数说明:

  1. 有枚举值的字段已经在备注中注明。
  2. 字符串类型的字段长度不允许超过200。数组参数类型以”_ARR”为后缀,字段元素个数不超过10个。
  3. ★为关键必填字段,没有这个信息,就无法和商品目录关联。
    –为在该维度下不必要的,可忽略的字段。
    √为建议填写字段,完善的字段内容帮助我们做出更好的商品推荐算法以获得更高的广告点击和转化。请尽可能提供。
  4. 参数中相关的ID字段,需要和商品目录中的相应ID字段对应。这样我们才可以做出更多的及准确的商品推荐算法。
当content_type为realestate时,不同Actions所对应的参数如下:
Actions 参数名称 参数说明 参数类型 取值范围 Realestate Realestate 备注
VIEW_
CONTENT
CONSULT
ADD_TO_
WISHLIST
SHARE
content_type 行业类型 string ^.{0,200}$ ★realestate ★realestate 长度0-200
object 行为对象 string ^.{0,200}$ ★renting_
house
★resold_
house
长度0-200
product_id 商品ID string ^.{0,200}$ 长度0-200
product_name 商品名称 string ^.{0,200}$ 长度0-200
house_type 户型 string ^.{0,200}$ 长度0-200
house_area 面积 float 单位:平方米
address 详细地址 string ^.{0,200}$ 长度0-200
residence
_community
所在小区 string ^.{0,200}$ 长度0-200
subway 附近地铁线路 string[] ^.{0,200}$ 格式:”9号线_漕河泾开发区站”
commercial
_area
附近商圈 string[] ^.{0,200}$
district 所在区县 string ^.{0,200}$
city 所在城市 string ^.{0,200}$ 长度0-200
first
_category_id
一级类目ID integer
first
_category_name
一级类目名称 string ^.{0,200}$ 长度0-200
second
_category_id
二级类目ID integer
second
_category_name
二级类目名称 string ^.{0,200}$ 长度0-200
third_category_id 三级类目ID integer
third
_category_name
三级类目名称 string ^.{0,200}$ 长度0-200
fourth
_category_id
四级类目ID integer
fourth
_category_name
四级类目名称 string ^.{0,200}$ 长度0-200
monthly_rent 月租金 float 单位:元
unit_price 单元价格 float 指房产每平方米均价,单位:元
price 商品价格 float 指房产总价,单位:元

 

Actions 参数名称 参数说明 参数类型 取值范围 Realestate Realestate 备注
SEARCH content_type 行业类型 string ^.{0,200}$ ★realestate ★realestate 长度0-200
object 行为对象 string ^.{0,200}$ ★search_renting
_house_list
★search_resold
_house_list
长度0-200
query 搜索query string ^.{0,200}$ 长度0-200
product
_ids_list
商品ID合集 string[] ^.{0,200}$ 长度0-200
house_type 户型 string ^.{0,200}$ 长度0-200
residence
_community
所在小区 string ^.{0,200}$ 长度0-200
subway 最近地铁线路 string[] ^.{0,200}$ 格式:”9号线_漕河泾开发区站”
commercial
_area
附近商圈 string[] ^.{0,200}$ 长度0-200
district 所在区县 string ^.{0,200}$ 长度0-200
city 所在城市 string ^.{0,200}$ 长度0-200
first
_category_id
一级类目ID integer
first
_category_name
一级类目名称 string ^.{0,200}$ 长度0-200
second
_category_id
二级类目ID integer
second
_category_name
二级类目名称 string ^.{0,200}$ 长度0-200
third
_category_id
三级类目ID integer
third
_category_name
三级类目名称 string ^.{0,200}$ 长度0-200
fourth
_category_id
四级类目ID integer
fourth
_category_name
四级类目名称 string ^.{0,200}$ 长度0-200
monthly_rent 月租金 float 单位:元
unit_price 单元价格 float 指房产每平方米均价,单位:元
price 商品价格 float 指房产总价,单位:元