diff --git a/docs/app-statistic-umeng.md b/docs/app-statistic-umeng.md new file mode 100644 index 0000000000000000000000000000000000000000..7a23e771fa9bcca57d5782431ac4e21d5b46018d --- /dev/null +++ b/docs/app-statistic-umeng.md @@ -0,0 +1,19 @@ +#### 申请开通友盟统计 + +App云端打包友盟统计功能,需要到友盟开发平台申请应用后获取相关配置参数: +[友盟统计](http://dev.umeng.com/analytics) + +#### 使用友盟统计 + +在项目manifest.json文件的“App模块配置”页面,在“Statistic(统计)”下勾选“友盟统计”项,并输入从友盟统计平台申请的参数: +![](https://partner-dcloud-native.oss-cn-hangzhou.aliyuncs.com/images/uniapp/statistic/umeng.png) + +- appkey_ios +友盟统计平台申请应用获取的iOS平台appkey +- channelid_ios +iOS平台的渠道字符串,可输入任意字符串 +- appkey_android +友盟统计平台申请应用获取的Android平台appkey +- channelid_android +Android平台的渠道字符串,可输入任意字符串 +