answerview
answerview: { remark: string; right: number; wrong: number }
Type declaration
remark: string
right: number
wrong: number
clickview
clickview: { remark: string; to: string }
collectview
collectview: { name: string; url: string }
customrecord
customrecord: { remark: string; [key: string]: string }
Type declaration
[key: string]: string
remark: string
documentview
documentview: { name: string; source: string }
Type declaration
name: string
source: string
downloadview
downloadview: { name: string; source: string }
Type declaration
name: string
source: string
likeview
likeview: { active: boolean; remark: string }
Type declaration
active: boolean
remark: string
mailDoc
mailDoc: { mail: string; name: string; source: string }
Type declaration
mail: string
name: string
source: string
pageview
pageview: { productBu?: string; title: string }
Type declaration
Optional
productBu?: string
title: string
pre-videoview
"pre-videoview": {
currentTime: number;
duration: number;
event: string;
name: string;
source: string;
}
Type declaration
currentTime: number
duration: number
event: string
name: string
source: string
recommendview
recommendview: { recommenderOpenid: string; remark: string }
Type declaration
recommenderOpenid: string
remark: string
scoreview
scoreview: { remark: string; score: number }
Type declaration
remark: string
score: number
searchview
searchview: { searchFor: string; searchVal: string }
Type declaration
searchFor: string
searchVal: string
shareview
shareview: { remark?: string }
signInview
signInview: { remark: string }
uncollectview
uncollectview: { name: string; url: string }
videorecord
videorecord: { duration: number; name: string; source: string }
Type declaration
duration: number
name: string
source: string
videoview
videoview: {
currentTime: number;
duration: number;
event: string;
name: string;
source: string;
}
Type declaration
currentTime: number
duration: number
event: string
name: string
source: string
webinarview
webinarview: { name: string; relatedId: string }
Type declaration
name: string
relatedId: string
所有行为追踪事件的集合
Export
Remarks
title字段均为pageview的标题; 为方便统计 source字段均为固定链接,取源链接或者预览链接; 使用remark来区分同一微站下同种事件的不同主题,也为了语义化,方便进行数据分析; 注意事项见:https://www.tapd.cn/55958943/markdown_wikis/show/#1155958943001000377; ActionView