The Adobe Experience Platform SDK for WeChat Mini Programs brings Adobe Experience Cloud and Adobe Experience Platform functionality to developers who build Mini Programs. The scope for this general release contains functionality for Adobe Analytics customers who want to track behavioral usage of branded Mini Programs.
{% hint style="warning" %} While the Adobe Experience Platform SDK for WeChat Mini Programs is complimentarily available for all Adobe customers, the SDK for the WeChat Mini Program requires in-country data collection.
Customers must purchase the China Performance Optimization Add-On for Adobe Analytics in order to use the SDK. Please contact your Adobe account team for further detail. {% endhint %}
The SDK for WeChat Mini Programs provides the following functionality:
{% tabs %} {% tab title="English" %}
The SDK allows for easy configuration of app and Adobe Analytics-related settings, and developers can manage the queuing of Analytics requests. Queuing requests can ensure HTTP request ordering and potentially minimize the quota collision that is enforced by WeChat. Debug logging with multiple log levels is also provided for a more transparent implementation.
The SDK automatically collects out-of-the-box lifecycle metrics and sends it to Adobe Analytics for reporting. Developers can also implement custom action, event, and screen tracking.
The SDK generates an Adobe Analytics Visitor ID (aid) to identify program users.
{% hint style="warning" %} At this time, Experience Cloud ID (ECID or MCID) are not supported. {% endhint %}
{% hint style="info" %} To learn more about Analytics Visitor ID, see the Adobe Analytics implementation guide. {% endhint %}
The SDK is available as read-only open source and is distributed with an Apache 2.0 license. {% endtab %}
{% tab title="中文 – 简体" %}
- Adobe Analytics 以及小程序基本信息相关配置
- Http 请求队列,避免小程序Http并发请求限制
- 调试日志
- 小程序生命周期数据的收集,包括安装、启动等事件,以及使用时长等信息
- 自定义的页面、事件信息的收集
- 使用Analytics Visitor ID标识用户
- 从服务器端获取或者小程序端自动生成
{% hint style="info" %} 有关Analytics Visitor ID的信息,请参阅 Adobe Analytics implementation guide {% endhint %}
- 提供英文的帮助文档
- SDK代码采用Apache 2.0开源协议 {% endtab %} {% endtabs %}