Skip to content

Commit e417927

Browse files
committed
更新场景值,其中1001场景值说明做了修改
1 parent e7f73bc commit e417927

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

sensorsdata.js

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ var ArrayProto = Array.prototype,
2323
slice = ArrayProto.slice,
2424
toString = ObjProto.toString,
2525
hasOwnProperty = ObjProto.hasOwnProperty,
26-
LIB_VERSION = '1.9.3',
26+
LIB_VERSION = '1.9.4',
2727
LIB_NAME = 'MiniProgram';
2828

2929
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
3030

3131
var mp_scene = {
32-
1001: '发现栏小程序主入口',
32+
1001: '发现栏小程序主入口,“最近使用”列表',
3333
1005: '顶部搜索框的搜索结果页',
3434
1006: '发现栏小程序主入口搜索框的搜索结果页',
3535
1007: '单人聊天会话中的小程序消息卡片',
@@ -61,6 +61,8 @@ var mp_scene = {
6161
1042: '添加好友搜索框的搜索结果页',
6262
1043: '公众号模板消息',
6363
1044: '带 shareTicket 的小程序消息卡片(详情)',
64+
1045: '朋友圈广告',
65+
1046: '朋友圈广告详情页',
6466
1047: '扫描小程序码',
6567
1048: '长按图片识别小程序码',
6668
1049: '手机相册选取小程序码',
@@ -74,14 +76,28 @@ var mp_scene = {
7476
1064: '微信连Wi-Fi状态栏',
7577
1067: '公众号文章广告',
7678
1068: '附近小程序列表广告',
79+
1069: '移动应用',
7780
1071: '钱包中的银行卡列表页',
7881
1072: '二维码收款页面',
7982
1073: '客服消息列表下发的小程序消息卡片',
8083
1074: '公众号会话下发的小程序消息卡片',
84+
1077: '摇周边',
8185
1078: '连Wi-Fi成功页',
86+
1079: '微信游戏中心',
87+
1081: '客服消息下发的文字链',
88+
1082: '公众号会话下发的文字链',
89+
1084: '朋友圈广告原生页',
8290
1089: '微信聊天主界面下拉',
8391
1090: '长按小程序右上角菜单唤出最近使用历史',
84-
1092: '城市服务入口'
92+
1091: '公众号文章商品卡片',
93+
1092: '城市服务入口',
94+
1095: '小程序广告组件',
95+
1096: '聊天记录',
96+
1097: '微信支付签约页',
97+
1099: '页面内嵌插件',
98+
1102: '公众号 profile 页服务预览',
99+
1103: '发现栏小程序主入口,“我的小程序”列表',
100+
1104: '微信聊天主界面下拉,“我的小程序”栏'
85101
};
86102

87103

sensorsdata.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sensorsdata_conf.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ var conf = {
1616
// 是否自动采集如下事件(建议开启)
1717
autoTrack:{
1818
//$MPLaunch -> App onLaunch
19-
appLaunch:true,
19+
appLaunch:false,
2020
//$MPShow -> App onShow
21-
appShow:true,
21+
appShow:false,
2222
//$MPHide -> App onHide
23-
appHide:true,
23+
appHide:false,
2424
//$MPViewScreen -> page onShow
25-
pageShow:true,
25+
pageShow:false,
2626
//$MPShare -> page onShareMessage
27-
pageShare: true
27+
pageShare: false
2828
}
2929
};
3030

0 commit comments

Comments
 (0)