简体   繁体   English

为同一应用,多个平台设置Google Analytics(分析)的最佳方法

[英]Best way to set up Google Analytics for same app, multiple platforms

What's the best way to set up Google Analytics to track one app on multiple platforms (eg Android, iOS). 设置Google Analytics(分析)以在多个平台(例如Android,iOS)上跟踪一个应用程序的最佳方法是什么?

The app is very similar on all the platforms, so we'd like to view activity in aggregate, but also have the ability to cut by key values such at platform, user state (signed in, signed out etc) 该应用程序在所有平台上都非常相似,因此我们希望汇总查看活动,但是还可以根据平台,用户状态(已登录,已退出等)中的关键值进行裁剪

Also, what's the best way to track a unique instance of the app (as a user)? 此外,以用户身份跟踪应用程序唯一实例的最佳方法是什么? Is there some way to create a unique ID on install that stays in all tracking calls for the lifetime of the install? 有什么方法可以在安装过程中创建一个唯一的ID,并在安装的整个生命周期内都保留在所有跟踪调用中?

Thanks! 谢谢!

What I did is make a list of what I want to track and name them the same thing in both apps. 我要做的是列出要跟踪的内容,并在两个应用程序中将它们命名为相同的名称。 The code in the app will be different from android to iOS. 应用中的代码从android到iOS将有所不同。 But for the analytics part just use one project in the google dev console. 但是对于分析部分,只需在Google开发人员控制台中使用一个项目即可。 Then add both app to the project like the docs say. 然后像文档所说的那样将两个应用程序添加到项目中。 you will have to follow the steps in the google documentation. 您将必须按照Google文档中的步骤进行操作。 But just keep it in the same project and then both devices types will be in the same project and you won't have to juggle two projects at the same time. 但是只要将其保存在同一项目中,然后两种设备类型都将在同一项目中,您就不必同时处理两个项目。 It works great doing it like that 这样做很棒

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

相关问题 在Android中设置Google地图的最佳和最快方法是什么? - What is the best and quickest way to set up a google map in android? Google Analytics(分析),是实现代码的最佳方法 - Google Analytics, the best way to implement the code 为Native App Google Analytics(分析)跟踪添加内部版本号的最佳方法是什么? - What's the best way to include a build number for Native App Google Analytics tracking? 在Android中将相同事件设置为多个组件的最佳方法是什么? - What is the best way to set same event to multiple components in android? Android应用中的Google Analytics - 处理多项活动 - Google Analytics in Android app - dealing with multiple activities 如何在 Android 版 Google 标签管理器中设置 Facebook 分析 - How to set up Facebook analytics in Google Tag Manager for Android 如何使用自定义广告系列归因(而非网址)设置Google Analytics(分析) - How to set up google analytics with custom campaign attribution (not urls) Google Analytics为我的Android应用程序选择了错误的版本号 - Google Analytics picking up wrong version number for my Android App 在Google Play上发布同一应用的免费和付费版本的最佳方法是什么? - What is the best way to publish free and paid vesions of same app on Google Play? 用Google Drive备份应用程序数据的最佳方法? - Best way to backup app data with google drive?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM