Detect in application the Google Play origin(在应用程序中检测 Google Play 来源)
问题描述
我想知道是否可以在应用程序中找到它是从哪个 Google Play 商店/国家/地区下载的.
这样的解决方案 - 在某人下载应用程序后,我们获取 GPS 信息以找出用户所在的位置是不可行的.我在询问可用于实现此目的的 Google Play Services/Google Play Store API.
这是我的边缘案例 - 用户从法国移居英国并从法国 Google Play 商店下载我的应用,因此在我的应用中,我将获得用户正在使用法国 Google Play 商店的信息.
请记住,并非所有手机都配备 Google Play 服务!
如果您需要更高级的统计信息,例如辍学率、打开率等.我建议您研究第三方平台,例如 Adobe Analytics、Google Firebase Analytics 等.
I would like to know if it's possible to find out in application from which Google Play Store/country it was downloaded.
The solution like - after someone download app we get GPS info to find out where the user is located are is not an option. I am asking about Google Play Services / Google Play Store API that can be used to achieve this.
This is my edge case - User move from France to the UK and download my app from France Google Play Store, so in my app, I will have information that user is using Google Play Store from France.
Remember that not all phones come with Google Play Services!
Google Play Console should be able to present you with that data.
Select your application from the Dashboard and there you should see a map with the current active install-base by country. If you want to dive more deep into that data, go to the Statistics tab or click 'Details' on the top right corner.
If you need more advanced statistics, like dropout rate, open rate, etc. I suggest you look into a third party platform like Adobe Analytics, Google Firebase Analytics, etc.
这篇关于在应用程序中检测 Google Play 来源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在应用程序中检测 Google Play 来源
基础教程推荐
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01