更新时间: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_tag | RN页面唯一编号 | int | RN页面唯一编号 | |||
$is_flutter | 是否使用flutter全埋点 | int | 是否使用flutter全埋点 | |||
$bav2b_page_leave | 页面离开 | $is_rn | 是否 RN 页面 | int | 判定是否 RN 页面 | |
$is_flutter | 是否使用flutter全埋点 | int | 是否使用flutter全埋点 | |||
$rn_root_tag | RN页面唯一编号 | int | RN页面唯一编号 | |||
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 | 元素ID | string | 元素ID,Android 端默认会获取;iOS 端每个控件一般不会设置 ID,因此 iOS 端默认会不获取。可手动设置 | |||
element_type | 元素类型 | string | 元素类型,控件的类型,例如 Button | |||
$is_rn | 是否 RN 页面 | int | 判定是否 RN 页面 | |||
$is_flutter | 是否使用flutter全埋点 | int | 是否使用flutter全埋点 | |||
$rn_root_tag | RN页面唯一编号 | int | RN页面唯一编号 | |||
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 | 目前等于path | string | ||||
query_${key} | 当前被触发节点所附加一些自定义数据(dataset) | string | 举例:组件上设置了data-xxx="这是xxx",被采集作为query_xxx: "这是xxx" |