基础属性
基础属性为卡片通用功能,支持对卡片这一粒度的 投放平台、 投放时间 和 所属业务 相关的数据配置。
投放平台
用于将卡片投放到 指定终端 和 指定城市 进行外展。
指定终端
全渠道 | 主软 APP | M 端 | PC 端 | 微信小程序 |
---|---|---|---|---|
✅ 支持 | ✅ 支持 | ✅ 支持 | ✅ 支持 | ✅ 支持 |
指定城市
字段定义
字段名 | 类型 | 取值说明 |
---|---|---|
platform | string | "all": 默认值,指全端投放; "APP,M": 不需要外展的终端,多个以 , 号分隔 |
cityValue | string[] | "[]": 默认值,指全国投放; "['10000'']": 仅在北京投放,数组项为城市代码 |
数据示例
{
"id": 143718,
"name": "cardHtml",
"topicId": 3890,
"componentId": 0,
"starttime": "",
"endtime": "",
"data": {
"style": "",
"getType": "0",
"notes": "自定义样式",
"customTheme": "",
"html": "",
"lastModified": 1695192702512,
"modifiedUser": "mimengyu"
},
"biz": "",
"bizSub": "",
"customData": {
"timeRangeType": "0",
"bizType": "0",
"class": "",
"platform": "all",
"cityValue": []
},
"ordernum": 5,
"enabled": true,
"isModified": 0,
"createdUser": "mimengyu",
"remark": ""
}
投放时间
用于限定卡片 外展的上下线时间段。
字段定义
字段名 | 类型 | 取值说明 |
---|---|---|
timeRangeType | "0"|"1" | "0": 默认值,跟随专题上下线; "1": 指定卡片自身上下线时间 |
starttime | number | 卡片上线时间戳 |
endtime | number | 卡片下线时间戳 |
数据示例
{
"id": 143718,
"name": "cardHtml",
"topicId": 3890,
"componentId": 0,
"starttime": "",
"endtime": "",
"data": {
"style": "",
"getType": "0",
"notes": "自定义样式",
"customTheme": "",
"html": "",
"lastModified": 1695192702512,
"modifiedUser": "mimengyu"
},
"biz": "",
"bizSub": "",
"customData": {
"timeRangeType": "0",
"bizType": "0",
"class": "",
"platform": "all",
"cityValue": []
},
"ordernum": 5,
"enabled": true,
"isModified": 0,
"createdUser": "mimengyu",
"remark": ""
}
所属业务
用于配置当前卡片所属业务及产品线,往往用于数据上报统计。
字段定义
字段名 | 类型 | 取值说明 |
---|---|---|
bizType | "0"|"1" | "0": 默认值,跟随专题所属业务及产品线; "1": 指定卡片自身所属业务及产品线 |
biz | string | 所属业务线 |
bizSub | string | 所属产品线 |
数据示例
{
"id": 143718,
"name": "cardHtml",
"topicId": 3890,
"componentId": 0,
"starttime": "",
"endtime": "",
"data": {
"style": "",
"getType": "0",
"notes": "自定义样式",
"customTheme": "",
"html": "",
"lastModified": 1695192702512,
"modifiedUser": "mimengyu"
},
"biz": "",
"bizSub": "",
"customData": {
"timeRangeType": "0",
"bizType": "0",
"class": "",
"platform": "all",
"cityValue": []
},
"ordernum": 5,
"enabled": true,
"isModified": 0,
"createdUser": "mimengyu",
"remark": ""
}