简体   繁体   English

适用于多个应用程序的Firebase Analytics

[英]Firebase Analytics for multiple apps

I am building a Application which is personal for each user, ie a service from which users can build and generate new Android application for themselves. 我正在构建一个针对每个用户的个性化应用程序,即一种服务,用户可以通过该服务为自己构建和生成新的Android应用程序。 I was wondering if we can user single Firebase Analytic's/ Google analytic's for multiple applications(each with separate ApplicationID). 我想知道我们是否可以为多个应用程序(每个都有单独的ApplicationID)使用单个Firebase Analytics / Google Analytics。 Just like we can do this on Admob, though I know from prior experience its a bad idea to use same admob integration on multiple applications. 就像我们可以在Admob上执行此操作一样,尽管我从先前的经验中知道在多个应用程序上使用相同的admob集成是一个坏主意。 This does sound a wired use case, but I wish to track which application(user created custom app) has been downloaded most and it is being used. 这听起来确实是一个有线的用例,但是我希望跟踪哪个应用程序(用户创建的自定义应用程序)下载得最多并且正在使用中。

Each user's app should be registered individually on the Firebase console. 每个用户的应用程序应在Firebase控制台上单独注册。 And each app will receive its own distinct app id (in the form of a JSON or .plist file) and that will ensure that the analytics for each app is separate. 每个应用程序都会收到自己的不同应用程序ID(以JSON或.plist文件的形式),这将确保每个应用程序的分析都是分开的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM