移除 wx.getLocation
调用,也即移除 SDK 自动获取位置的能力。相应地,locationAccessible
配置项也不再有效。
client_data
请求没有携带 utm 参数的问题p_query_utm
参数的问题locationAccessable
选项时也会提示弃用警告的问题console.table
错误的问题null
的自定义参数 (e966e2ae)hxt-webview.js
添加 sendPageview()
方法,用于监测 webview 网页的页面活动<web-view>
中 hwt
上报的网页 pageview
<web-view>
的监测添加 url
字段记录 webview 网页地址<web-view>
的监测中,source: h5
改为 source: webview
utm_
参数不再添加 query_
前缀onLoad/onShow
阶段调用 sendAction 监测的 activity 值是上一个页面的问题wx.navigateBack()
可能导致错误地上报页面活动的问题locationAccessable
选项,使用 locationAccessible
代替hxt.sendAction("actionName", {
product: {
id: 1,
name: "软件"
},
cart: [
{
productId: 2,
productName: "书籍"
},
{
productId: 3,
productName: "外设"
}
]
});
null
时抛出异常的问题cb_
前缀snake_case
autoTrackEvents
选项启用自动采集事件的能力hxt-webview.js
中发送的监测请求增加 source: h5
字段hxt.onWebviewMessage()
方法不存在的问题<web-view>
中发送的监测请求时间戳不正确的问题requireOpenid
选项时,device_id
被 openid 填充的问题hxt-webview.js
SDK 来在 <web-view>
网页中监测自定义事件hxt.identify()
接口可能导致用户标识缺失的问题requireOpenid
选项