1、注意事项
1.1 动参设置注意事项
- 1、texts的title、description,支持动参,总体长度根据示例有参考;
- 2、红包的texts的name,支持动参,总体长度不能超过12;
- 3、所有的action的url,支持动参,总体长度不能超过1000;
- 4、button的content,支持动参,总体长度不能超过5;
- 5、所有兜底地址back_url,不支持动参;
1.2 buttons设置注意事项
- 1、单图文、多图文、视频、轮播、红包,buttons设置在外层;
- 2、横划,buttons设置在images中,可以看参考示例; |
1.3 个别参数说明注意事项
- 1、模板内容中为null的,表示当前model_code不支持这个参数;
- 2、每个model_code对应的模板参数注意事项,定义到对应的model_code中了;
- 3、扩展属性字段(attrs),暂时都没有用到;
2、模板内容字段属性定义
texts——文本
字段 | 说明 |
---|
title | 标题 |
description | 描述 |
action | 点击动作 |
number | 媒体(图片、视频)对象编号——顺序,从1开始递增 |
name | 名称 |
action——动作
字段 | 说明 |
---|
url | 跳转地址 |
type | 1 H5跳转 2 快应用跳转 3 app跳转 9 打开浏览器 |
back_url | 备用地址,如果url失败时使用 |
package_name | 应用名称,如果跳转类型为应用 |
jump_title | 商户名称(用于跳转时提示“正在跳转到 xxx(商户名称) |
monitor_tink_click | 监控链接 vivo独有 |
attr | 扩展属性,支持厂商自定义扩展 |
images——图片
字段 | 说明 |
---|
material_id | 内部素材ID |
src | 图片地址 |
action | 动作 |
main_img | 是否主图片,多图文卡片需要该标识 |
image_attrs | 扩展属性 |
buttons | 按钮列表 |
number | 媒体(图片、视频)对象编号——顺序,从1开始 |
videos——视频
字段 | 说明 |
---|
material_id | 内部素材ID |
action | 动作 |
video_url | 视频链接 |
cover_image_url | 封面图片链接 |
cover_material_id | 缩略图 资源id |
video_attrs | 扩展属性 |
number | 媒体(图片、视频)对象编号——顺序 |
buttons——按钮
字段 | 说明 |
---|
content | 按钮文本 |
action | 动作 |
button_attrs | 扩展属性 |
3、模板内容格式参考示例
3.1、单图文模板(template_type=1)
注意事项
- 1、model_code为001的模板:支持XAIOMI、OPPO,支持最多(1个image,1个text,1个button),image有事件action,text有事件action,button有事件action;
- 2、model_code为002的模板:支持OPPO,支持最多(1个image,1个text,2个button),image有事件action,text有事件action,button有事件action;
- 3、model_code为008的模板:支持XIAOMI、HUAWEI、MEIZU、OPPO、VIVO,支持最多(1个image,1个text,1个button),image有事件action,text无事件action,button有事件action;
a、模板内容(model_code=001)
{
"texts": [{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多38个字(包含标点及空格)",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"number": 1,
"name": null
}],
"images": [{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/39b31370-85a2-4aef-9372-8e0d7824a1ef.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": null,
"number": 1
}],
"videos": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"attrs": null
}
b、模板内容(model_code=002)
{
"texts": [{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多38个字(包含标点及空格)",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"number": 1,
"name": null
}],
"images": [{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/39b31370-85a2-4aef-9372-8e0d7824a1ef.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": null,
"number": 1
}],
"videos": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
},
{
"content": "点击查看2",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}
],
"attrs": null
}
c、模板内容(model_code=008)
{
"texts": [{
"title": "请输入标题,最多14个字",
"description": "请输入描述文案、最多38个字(包含标点及空格)",
"action": null,
"number": 1,
"name": null
}],
"images": [{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/39b31370-85a2-4aef-9372-8e0d7824a1ef.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": null,
"number": 1
}],
"videos": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"attrs": null
}
3.2、多图文模板(template_type=2)
注意事项
- 1、多图文,不传递buttons;
- 2、003和009仅仅支持厂商的不同,其他无区别;
- 3、model_code为003的模板:支持XAIOMI、OPPO,支持最多4个image,最少2个image——1个main_img,3个小图,text和image一一对应,无buttons,image有事件action,text有事件action;
- 4、model_code为009的模板:支持XIAOMI、HUAWEI、MEIZU、OPPO、VIVO,支持最多4个image,最少2个image——1个main_img,3个小图,text和image一一对应,无buttons,image有事件action,text有事件action;
a、模板内容(model_code=003)
{
"texts": [{
"title": "请输入标题,最多30个字",
"description": "请输入描述文案、最多26个字",
"action": null,
"number": 1,
"name": null
},
{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多26个字",
"action": null,
"number": 2,
"name": null
},
{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多26个字",
"action": null,
"number": 3,
"name": null
},
{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多26个字",
"action": null,
"number": 4,
"name": null
}
],
"images": [{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/39b31370-85a2-4aef-9372-8e0d7824a1ef.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": null,
"number": 1
},
{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 2
},
{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 3
},
{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 4
}
],
"videos": null,
"buttons": null,
"attrs": null
}
b、模板内容(model_code=004,暂时不提供)
{
"texts": [{
"title": "请输入标题,最多30个字",
"description": "请输入描述文案、最多30个字",
"action": null,
"number": 1,
"name": null
},
{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多30个字",
"action": null,
"number": 2,
"name": null
},
{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多30个字",
"action": null,
"number": 3,
"name": null
},
{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多30个字",
"action": null,
"number": 4,
"name": null
}
],
"images": [{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/39b31370-85a2-4aef-9372-8e0d7824a1ef.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": null,
"number": 1
},
{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 2
},
{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 3
},
{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 4
}
],
"videos": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
},
{
"content": "点击查看2",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
},
{
"content": "点击查看",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}
],
"attrs": null
}
c、模板内容(model_code=009)
{
"texts": [{
"title": "请输入标题,最多30个字",
"description": "请输入描述文案、最多26个字",
"action": null,
"number": 1,
"name": null
},
{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多26个字",
"action": null,
"number": 2,
"name": null
},
{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多26个字",
"action": null,
"number": 3,
"name": null
},
{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多26个字",
"action": null,
"number": 4,
"name": null
}
],
"images": [{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/39b31370-85a2-4aef-9372-8e0d7824a1ef.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": null,
"number": 1
},
{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 2
},
{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 3
},
{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 4
}
],
"videos": null,
"buttons": null,
"attrs": null
}
3.3、横划模板(template_type=3)
注意事项
- 1、横划,不传递buttons;
- 2、006和011仅仅支持厂商的不同,其他无区别;
- 3、model_code为006的模板:支持OPPO,支持2个及以上的image,text和image一一对应,button设置在image里面一一对应,image有事件action,text无事件action,button有事件action;
- 4、model_code为011的模板:支持HUAWEI、MEIZU、OPPO,支持2个及以上的image,text和image一一对应,button设置在image里面一一对应,image有事件action,text无事件action,button有事件action;
a、模板内容(model_code=006)
{
"texts": [{
"title": "请输入标题,最多13个字",
"description": "请输入描述文案、最多30个字(包含标点及空格)",
"action": null,
"number": 1,
"name": null
},
{
"title": "请输入标题,最多13个字",
"description": "请输入描述文案、最多30个字(包含标点及空格)",
"action": null,
"number": 2,
"name": null
},
{
"title": "请输入标题,最多13个字",
"description": "请输入描述文案、最多30个字(包含标点及空格)",
"action": null,
"number": 3,
"name": null
},
{
"title": "请输入标题,最多13个字",
"description": "请输入描述文案、最多30个字(包含标点及空格)",
"action": null,
"number": 4,
"name": null
}
],
"images": [{
"material_id": "202203241406021798596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"number": 1
},
{
"material_id": "202203241406021798596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"number": 2
},
{
"material_id": "202203241406021798596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"number": 3
},
{
"material_id": "202203241406021798596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"number": 4
}
],
"videos": null,
"buttons": null,
"attrs": null
}
b、模板内容(model_code=011)
{
"texts": [{
"title": "请输入标题,最多13个字",
"description": "请输入描述文案、最多30个字(包含标点及空格)",
"action": null,
"number": 1,
"name": null
},
{
"title": "请输入标题,最多13个字",
"description": "请输入描述文案、最多30个字(包含标点及空格)",
"action": null,
"number": 2,
"name": null
},
{
"title": "请输入标题,最多13个字",
"description": "请输入描述文案、最多30个字(包含标点及空格)",
"action": null,
"number": 3,
"name": null
},
{
"title": "请输入标题,最多13个字",
"description": "请输入描述文案、最多30个字(包含标点及空格)",
"action": null,
"number": 4,
"name": null
}
],
"images": [{
"material_id": "202203241406021798596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"number": 1
},
{
"material_id": "202203241406021798596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"number": 2
},
{
"material_id": "202203241406021798596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"number": 3
},
{
"material_id": "202203241406021798596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/3b66b280-215a-4cc7-84b5-50d48dfac81a.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"number": 4
}
],
"videos": null,
"buttons": null,
"attrs": null
}
3.4、视频模板(template_type=4)
注意事项
- 1、视频所有事件不支持动参;
- 2、model_code为005的模板:支持OPPO,支持1个video(image设置在video内部),1个text,可支持最多2个button,video有事件action,text无事件action,button有事件action;
- 3、model_code为010的模板:支持HUAWEI、OPPO、VIVO,支持1个video(image设置在video内部),1个text,1个button,video有事件action,text无事件action,button有事件action;
a、模板内容(model_code=005)
{
"texts": [{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多38个字",
"action": null,
"number": 1,
"name": null
}],
"images": null,
"videos": [{
"material_id": "202203241407586758596619264",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"video_url": "https://static.chuanglan.com/yunge/console/208945/20220617/video/ff225b87-810c-4138-9fa2-f07d6527458b.mp4",
"cover_image_url": "https://static.chuanglan.com/yunge/console/208945/20220617/image/2750de36-e689-4555-a900-1981ebc7243b.png",
"cover_material_id": null,
"video_attrs": null,
"number": 1
}],
"buttons": [{
"content": "点击查看",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
},
{
"content": "点击查看2",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}
],
"attrs": null
}
b、模板内容(model_code=010)
{
"texts": [{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多38个字",
"action": null,
"number": 1,
"name": null
}],
"images": null,
"videos": [{
"material_id": "202203241407586758596619264",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"video_url": "https://static.chuanglan.com/yunge/console/208945/20220617/video/ff225b87-810c-4138-9fa2-f07d6527458b.mp4",
"cover_image_url": "https://static.chuanglan.com/yunge/console/208945/20220617/image/2750de36-e689-4555-a900-1981ebc7243b.png",
"cover_material_id": null,
"video_attrs": null,
"number": 1
}],
"buttons": [{
"content": "点击查看",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"attrs": null
}
3.5、轮播模板(template_type=4)
注意事项
- 1、轮播图片设置比例:1:1、16:9、48:65,单张图片大小不超过5M,支持格式jpg、png、jpeg,一个模板只支持一种比例;
- 2、model_code为007的模板:支持OPPO、VIVO,支持1个text,OPPO支持最多2个button,至少2个image,video有事件action,text无事件action,button有事件action;
a、模板内容(model_code=007)
{
"texts": [{
"title": "请输入标题,最多17个字",
"description": "请输入描述文案、最多26个字(包含标点及空格)",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"number": 1,
"name": null
}],
"images": [{
"material_id": "202203241406320638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": null,
"number": 1
},
{
"material_id": "202203241406320638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 2
},
{
"material_id": "202203241406320638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 3
},
{
"material_id": "202203241406320638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 4
},
{
"material_id": "202203241406320638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 5
},
{
"material_id": "202203241406320638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"main_img": false,
"image_attrs": null,
"buttons": null,
"number": 6
}
],
"videos": null,
"buttons": [{
"content": "点击查看",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
},
{
"content": "点击查看2",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
},
{
"content": "点击查看3",
"action": {
"url": "http://www.baidu.com",
"type": "9",
"back_url": "http://www.taobao.com",
"package_name": "百度一下",
"jump_title": null,
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}
],
"attrs": {
"imageRatio": "1"
}
}
3.6、红包模板(template_type=6)
注意事项
- 1、红包图片设置比例:1:1,图片大小不超过100K,支持格式jpg、png、jpeg,一个模板只支持一种比例;
- 2、model_code为013的模板:支持HUAWEI、XIAOMI、OPPO、VIVO,支持1个text,1个button,1个image,text无事件action,image有事件action,button有事件action;
a、模板内容(model_code=013)
{
"texts": [{
"title": "请输入标题,最多11个字",
"description": "最多显示两行,大约30个字",
"action": null,
"number": 1,
"name": "请输入名称,最多12个字"
}],
"images": [{
"material_id": "202203241406154638596619264",
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"main_img": true,
"image_attrs": null,
"buttons": null,
"number": 1
}],
"videos": null,
"buttons": [{
"content": "按钮名称",
"action": {
"url": "https://www.baidu.com",
"type": "9",
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"monitor_link_click": null,
"attr": null
},
"button_attrs": null
}],
"attrs": null
}
3.7、一般通知模板(template_type=10)
a、模板内容(model_code=019)
{
"texts": [{
"action": null,
"title": "编辑标题,最多显示15个字。",
"description": "编辑文本,最多显示20个字。",
"number": 1
}],
"param_texts": [{
"name": "编辑文本,最多显示6个字",
"content": "编辑内容,最大20个字",
"is_master": false,
"sort": 0
}, {
"name": "编辑文本,最多显示6个字",
"content": "编辑内容,最大20个字",
"is_master": false,
"sort": 1
}],
"buttons": [{
"action": {
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"type": "9",
"url": "https://www.baidu.com"
},
"content": "编辑按钮(长度<=6)"
}, {
"action": {
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"type": "9",
"url": "https://www.baidu.com"
},
"content": "编辑按钮(长度<=6)"
}],
"images": [{
"action": {
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"type": "9",
"url": "https://www.baidu.com"
},
"main_img": true,
"material_id": "202203241406154638596619264",
"number": 1,
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/39b31370-85a2-4aef-9372-8e0d7824a1ef.png"
}]
}
3.8、增强通知模板(template_type=11)
b、模板内容(model_code=020)
{
"texts": [{
"action": null,
"title": "编辑标题,最多显示15个字。",
"description": "编辑文本,最多显示20个字。",
"number": 1
}],
"param_texts": [{
"name": "编辑文本,最多显示6个字",
"content": "编辑内容,最大6个字",
"is_master": true, // 主参数,中间一行加粗字符
"sort": 0
}, {
"name": "编辑文本,最多显示6个字",
"content": "编辑内容,最大20个字",
"is_master": false,
"sort": 1
}, {
"name": "编辑文本,最多显示6个字",
"content": "编辑内容,最大20个字",
"is_master": false,
"sort": 2
}],
"buttons": [{
"action": {
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"type": "9",
"url": "https://www.baidu.com"
},
"content": "编辑按钮(长度<=6)"
}, {
"action": {
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"type": "9",
"url": "https://www.baidu.com"
},
"content": "编辑按钮(长度<=6)"
}],
"images": [{
"action": {
"back_url": "https://www.taobao.com",
"package_name": "百度一下",
"jump_title": "商户名称",
"type": "9",
"url": "https://www.baidu.com"
},
"main_img": true,
"material_id": "202203241406154638596619264",
"number": 1,
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/39b31370-85a2-4aef-9372-8e0d7824a1ef.png"
}]
}
3.9、电商图文模板(template_type=12)
规格要求
字段 | 说明 |
---|
图片 | 比例:1:1,数量:1-8张,超过4张时,提示vivo只传前4张的图片和配置。图片大小不超过200k,尺寸不小于1088px*1088px,支持点击行为 |
视频 | 【封面】:比例要求 1:1,大小不超过200K,支持jpg,png,jpeg格式,【视频】:比例要求 : 1:1,大小不超过7M,支持mp4格式。不支持点击行为 |
主标签 | 最多8个字,“¥”可以选择是否显示 |
副标签 | 最多12个字。支持动参 |
标题 | 最多17个字,支持动参 |
描述 | 最多69个字,支持动参 |
按钮 | 5个字以内,数量1-2个 |
注意事项
- 1、图片比例1:1,大小2M,支持jpg,png,jpeg
- 2、按钮1-2个,最大5个字,轮播图片1-8张(vivo:1-4),主副标签、标题和描述文案各一个,一个¥/$符号显示
- 3、¥/$(不传默认不显示,有¥和$,但是目前只提供¥,1为显示,2为不显示,具体看模板内容)
b、模板内容(model_code=023)
{
"attrs": { //不传默认不显示
"currencyType": "¥", //有¥和$,但是目前只提供¥,缺少此字段,默认¥
"currencyDisplay": "1" //1为显示,0为不显示,缺少此字段,默认为0不显示
},
"buttons": [
{
"action": {
"backUrl": "http://www.taobao.com",
"packageName": "百度一下",
"type": "9",
"url": "http://www.baidu.com"
},
"content": "更多活动"
},
{
"action": {
"backUrl": "http://www.taobao.com",
"packageName": "百度一下",
"type": "9",
"url": "http://www.baidu.com"
},
"content": "立即购买"
}
],
"images": [
{
"action": {
"backUrl": "http://www.taobao.com",
"packageName": "百度一下",
"type": "9",
"url": "http://www.baidu.com"
},
"mainImg": true,
"materialId": "202203241406320638596619264",
"number": 1,
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png"
},
{
"action": {
"backUrl": "http://www.taobao.com",
"packageName": "百度一下",
"type": "9",
"url": "http://www.baidu.com"
},
"mainImg": false,
"materialId": "202203241406320638596619264",
"number": 2,
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png"
},
{
"action": {
"backUrl": "http://www.taobao.com",
"packageName": "百度一下",
"type": "9",
"url": "http://www.baidu.com"
},
"mainImg": false,
"materialId": "202203241406320638596619264",
"number": 3,
"src": "https://static.chuanglan.com/yunge/console/208945/20220617/image/014b7f51-36db-4bed-992f-b86f6df93859.png"
}
],
"texts": [
{
"title": "请输入主标签,最多8个字",
"number": 1,
"description": "请输入副标签,最多12个字",
"textType" : "1" //表示它是标签text
},
{
"title": "请输入标题,最多17个字",
"number": 2,
"description": "请输入描述文案,最多69个字"
}
]
}
3.10、电商视频模板(template_type=13)
注意事项
- 1、封面比例1:1,大小200K,支持jpg,png,jpeg;视频比例1:1,大小10M,支持mp4
- 2、按钮1-2个,最大5个字,视频一个,主副标签、标题和描述文案各一个,一个¥/$符号显示
- 3、¥(不传默认不显示,有¥和$,但是目前只提供¥,1为显示,2为不显示,具体看模板内容)
b、模板内容(model_code=024)
{
"attrs": { //不传默认不显示
"currencyType": "¥", //有¥和$,但是目前只提供¥,缺少此字段,默认¥
"currencyDisplay": "1" //1为显示,0为不显示,缺少此字段,默认为0不显示
},
"buttons": [
{
"action": {
"backUrl": "http://www.taobao.com",
"packageName": "百度一下",
"type": "9",
"url": "http://www.baidu.com"
},
"content": "更多活动"
},
{
"action": {
"backUrl": "http://www.taobao.com",
"packageName": "百度一下",
"type": "9",
"url": "http://www.baidu.com"
},
"content": "立即购买"
}
],
"videos": [
{
"coverImageUrl": "https://static.chuanglan.com/yunge/console/208945/20220617/image/2750de36-e689-4555-a900-1981ebc7243b.png",
"materialId": "202203241407586758596619264",
"number": 1,
"videoUrl": "https://static.chuanglan.com/yunge/console/208945/20220617/video/ff225b87-810c-4138-9fa2-f07d6527458b.mp4"
}
],
"texts": [
{
"title": "请输入主标签,最多8个字",
"number": 1,
"description": "请输入副标签,最多12个字",
"textType" : "1" //表示它是标签text
},
{
"title": "请输入标题,最多17个字",
"number": 2,
"description": "请输入描述文案,最多69个字"
}
]
}
没有更多了