Skip to content

Releases: sensorsdata/sa-sdk-mini

Release 0.14.8

23 Apr 08:06
Compare
Choose a tag to compare
  1. 修复
    • 淘宝小程序云应用在端上发请求时候,没有 success 返回,只返回 data。导致无法判断发送是否成功,导致数据重复发送。

Release 0.14.7

19 Mar 07:13
Compare
Choose a tag to compare
  1. 优化
  • 抖音、支付宝、快手,的神策 SAT 渠道功能,删除 $ad_landing_page_url 里的 ad_params 的 key-value。对 $ad_landing_page_url  里的 value 加上 encode
  • 修改 max_string_length 为 5000
  • 开源协议修改

Release 0.14.6

13 Mar 11:54
Compare
Choose a tag to compare
  1. 新增
  • 抖音、支付宝、快手,新增神策 SAT 渠道功能,需要使用插件,插件 sat-channel 在对应的小程序目录下面。

Release 0.14.5

13 Feb 02:23
Compare
Choose a tag to compare
  1. 优化
  • getPresetProperties 新增 latest 相关属性。
  • 京东新增 getPresetProperties。
  • 以上功能本次在 京东、小红书、百度 发布。

Release 0.14.4

21 Jan 06:45
Compare
Choose a tag to compare
  1. 优化
  • 小红书小程序开发者工具最新基础库不支持 xhs.onshow 基本方法导致全埋点失效。
  • 新增配置 identify_id ,支持预先配置匿名 ID(因为 init 前不能调用 identify)

Release 0.14.3

26 Aug 10:49
Compare
Choose a tag to compare
  1. 优化
  • 同步 QQ、京东、快手到当前公共库的修改。包含 identify 不需要使用 true 等。

Release 0.14.2

11 May 12:02
Compare
Choose a tag to compare
  1. 优化
  • 恢复了 百度、抖音、支付宝、淘宝、小红书、飞书 在 0.14.1 版本中去除的 identify 的缓存机制。(如果延迟 identify 会导致报错)

Release 0.14.1

07 May 10:12
Compare
Choose a tag to compare
  1. 优化
  • 百度、抖音、支付宝、淘宝、小红书、飞书 修改了 ID3 匿名 ID 内外层一致问题
  • 百度、抖音、支付宝、淘宝、小红书、飞书 统一新增了 getIdentities 、getPresetProperties、getAnonymousID(以前部分支持)
  • 百度、抖音、支付宝、淘宝、小红书、飞书 统一新增了 resetAnonymousIdentity (以前都没有)
  • 百度、抖音、支付宝、淘宝、小红书、飞书 统一新增 / 修改 identify (以前部分小程序没做,如淘宝)

Release 0.13.5

26 Feb 09:28
Compare
Choose a tag to compare
  1. 优化
  • 淘宝云函数 getApp() 生命周期问题优化

Release 0.13.4

08 Jan 09:18
Compare
Choose a tag to compare
  1. 新增
  • 新增 mp-wechat-mini-extrem 精简版微信小程序 SDK,新增全埋点,压缩后 37.5K
  1. 优化
  • 飞书小程序 text/plain 问题