You need to enable JavaScript to run this app.
最新活动
产品
解决方案
定价
合作与生态
支持与服务
开发者
了解我们
导航

全埋点预置事件和属性

更新时间:2023.05.29 16:10:24

端类型事件名事件显示名属性属性展示名属性值类型属性描述
App端bav2b_page页面访问page_key页面标识string页面唯一标识
referrer_page_key来源页面标识string
is_back是否回退int
page_title页面标题string页面的标题
page_path页面地址string页面的路径
referrer_page_path前向地址string
url访问链接string
$is_rn是否 RN 页面int判定是否 RN 页面
$rn_root_tagRN页面唯一编号intRN页面唯一编号
$is_flutter是否使用flutter全埋点int是否使用flutter全埋点
$bav2b_page_leave页面离开$is_rn是否 RN 页面int判定是否 RN 页面
$is_flutter是否使用flutter全埋点int是否使用flutter全埋点
$rn_root_tagRN页面唯一编号intRN页面唯一编号
bav2b_click元素点击page_key页面标识string页面唯一标识
element_path控件标识string唯一标识控件,xPath的字符串
positions元素位置string数组元素在每层列表中的位置,可能为2-2 0-1
texts元素文案string数组元素文案,是个数组,数组中每个文案长度上限200字符
element_width元素宽度string元素宽度,单位同header.resolution
element_height元素高度string元素高度,单位同header.resolution
touch_x元素左边界距离int点击位置相对元素左边界的距离,单位同header.resolution
touch_y元素右边界距离int点击位置相对元素上边界的距离,单位同header.resolution
page_title页面标题string页面的标题
element_id元素IDstring元素ID,Android 端默认会获取;iOS 端每个控件一般不会设置 ID,因此 iOS 端默认会不获取。可手动设置
element_type元素类型string元素类型,控件的类型,例如 Button
$is_rn是否 RN 页面int判定是否 RN 页面
$is_flutter是否使用flutter全埋点int是否使用flutter全埋点
$rn_root_tagRN页面唯一编号intRN页面唯一编号
web端bav2b_page页面访问page_key页面标识string
is_html是否html页面int
page_start_ms页面启动时间float
page_total_width页面总宽度float
page_total_height页面总高度float
scroll_width右边界滚动位置float
scroll_height下边界滚动位置float
page_title页面标题string
page_path页面路径string
page_host页面地址域名string
referrer_page_host前向域名string
referrer_page_path前向地址string
url访问链接string
bav2b_beat页面心跳
bav2b_click元素点击page_key页面标识string
is_html是否html页面int
positions元素位置list
texts元素文案list
element_width元素宽度string
element_height元素高度string
touch_x元素左边界距离int
touch_y元素右边界距离int
page_start_ms页面启动时间long
since_page_start_ms距离页面启动时间long
element_title元素文本string
page_title页面标题string
element_id元素名字string
element_class_name元素样式名string
element_type元素类型string
element_target_page元素链接地址string
page_path页面路径string
page_host页面地址域名string
src图片地址,当点击元素为图片元素时(标签)string
href跳转地址,当点击元素为超链接元素时(标签)string
小程序predefine_pageview页面显示session_id同上
scene同上
path当前页面的路径string通过getCurrentPages()获取到当前页面的path
query_${key}当前页面的options对象中每一个option属性,每个属性会增加"query_"作为前缀。any通过getCurrentPages()获取到当前页面的options处理方式同app_launch时的做法一致
bav2b_click目前只支持tap事件path当前页面的路径string通过getCurrentPages()获取到当前页面的path
page_key目前等于pathstring
query_${key}当前被触发节点所附加一些自定义数据(dataset)string举例:组件上设置了data-xxx="这是xxx",被采集作为query_xxx: "这是xxx"