服饰标签数据模型
服饰标签数据模型
基本信息
模型ID | CustomerFlowTagData |
模型version | 1.5 |
该模型主要是基于客流行人分析后的服饰标签数据模型,带有行人衣着的属性信息。 |
模型字段
字段名称 | 类型 | 描述 |
iotId | String | 设备ID |
productKey | String | 产品Key |
deviceName | String | 设备名称 |
recordTime | Long | 事件时间 unix时间戳 |
trackId | String | 行人TrackID |
sampleId | String | 关联SampleID |
reid | String | 识别人员的ReID |
tagData | String | 标签数据 |
tagType | String | 标签类型:wear-穿戴 |
storeId | String | 门店ID |
storeName | String | 门店名称 |
age | Integer | 年龄 |
gender | String | 性别:F-男性,M-女性 |
imageUrl | String | 图片地址 |
备注说明
标签数据格式样式
{
"rootCategory": "女装",
"category": "T恤",
"commodity": "T恤",
"brand": "Nike",
"props":
{
"材质": "棉",
"颜色分类": "纯色",
"上市年份季节": "2022年秋季",
"风格": "潮",
"款式": "亮面",
"图案": "字母",
"领型": "圆领",
"袖长": "五分袖",
"适用季节": "秋季",
"衣门襟": "拉链",
"服装版型": "修身型",
"衣长": "短款",
"功能": "防风"
},
"tagPrice": "100.00",
"discntPrice": "80.00",
"title": "现货 台湾专柜正品女装 全棉厚实长版修身短袖T恤每天圣誕节印花T",
"commentCount": 1234,
"totalSoldQuantity": 2345,
"color": "白色",
"auctionUrl": "https://item.taobao.com/item.htm?ft=t&id=123456789",
"auctionImage": "http://gtms02.alicdn.com/tps/3529131735.jpg",
"collectedCount": 1234,
"latestSaleTime": "2022-08-22 23:37:39",
"firstPublishTime": "2021-11-19 21:09:00"
}
字段名称 | 说明 |
rootCategory | 商品根类目 |
category | 商品叶子类目 |
commodity | 品类名称 |
brand | 品牌 |
props | 商品属性 |
tagPrice | 标签价格 |
discntPrice | 折扣价格 |
title | 商品标题 |
commentCount | 商品评论数 |
totalSoldQuantity | 销量 |
color | 颜色 |
auctionUrl | 商品链接 |
auctionImage | 商品主图 |
collectedCount | 收藏数 |
latestSaleTime | 最近一次开始销售时间 |
firstPublishTime | 首次发布上架时间 |
接口使用说明
https://help.aliyun.com/document_detail/114862.html?spm=a2c4g.11186623.6.583.486847c8Y7J9z9
参考 “4. 应用开发 - 数据操作”,当前项目只需要用到“查询数据”接口。
参考 “5. 应用开发 - 数据订阅”