From 7eed964a8fd7f4f640f13e4a4752fe95fbb637a6 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Tue, 11 Jan 2022 12:13:33 +0000 Subject: [PATCH] add docs/app-statistic-umeng.md. --- docs/app-statistic-umeng.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/app-statistic-umeng.md diff --git a/docs/app-statistic-umeng.md b/docs/app-statistic-umeng.md new file mode 100644 index 000000000..7a23e771f --- /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平台的渠道字符串,可输入任意字符串 + -- GitLab