Skip to content

抖音兼容矩阵 · 数据分析

数据分析

getCommonConfig

unsupported

获取通用配置。

抖音目标方法

getCommonConfig

策略说明

  • 微信:直连 `wx.getCommonConfig`
  • 抖音:无同等 API,调用时按 unsupported 报错

getExptInfoSync

unsupported

抖音目标方法

getExptInfoSync

策略说明

  • 微信:直连 `wx.getExptInfoSync`
  • 抖音:未提供 tt.getExptInfoSync,调用时将返回 not supported

reportAnalytics

mapped

上报分析数据。

抖音目标方法

reportAnalytics

策略说明

  • 微信:直连 `wx.reportAnalytics`
  • 抖音:直连 `tt.reportAnalytics`

reportEvent

unsupported

上报事件埋点。

抖音目标方法

reportEvent

策略说明

  • 微信:直连 `wx.reportEvent`
  • 抖音:无同等 API,调用时按 unsupported 报错

reportMonitor

unsupported

上报监控数据。

抖音目标方法

reportMonitor

策略说明

  • 微信:直连 `wx.reportMonitor`
  • 抖音:无同等 API,调用时按 unsupported 报错

Released under the MIT License.