firebase-analytics 相关问题

Google Analytics for Firebase是一款免费的,开箱即用的分析解决方案,可根据应用使用情况和用户参与度激发可操作的洞察力。它集成在Firebase和Google之间,为您提供无限制的报告,可以使用SDK定义多达500个事件。 Google Analytics报告可帮助您清楚了解用户的行为方式,使您能够就应用营销和效果优化做出明智的决策。

我需要为 Firebase Analytics 添加 android.permission.INTERNET 吗?

我需要为 Firebase Analytics 添加 android.permission.INTERNET 吗?

回答 1 投票 0

仅在应用卸载后分析注册事件

我正在使用react-native-firebase/analytics来记录我的应用程序的分析。我正在使用 expo,尽管 iOS 运行得很好,但在 Android 上,我必须删除该应用程序...

回答 1 投票 0

如何从 iOS 中的自定义营销活动 URL 跟踪应用程序安装

我聘请了一位有影响力的人来推广我的 Flutter 应用程序。我已经创建了一个指向我的应用程序的 URL 链接,因此我可以使用相应的 ...

回答 1 投票 0

“某些视图”类型的值没有成员“analyticsScreen”

我已将 FirebaseAnalyticsSwift 和 FirebaseAnalyticsWithoutAdIdSupport 库添加到我的 SwiftUI 项目中。 在我的 ContentView.swift 中,我导入了 Firebase 但是添加以下行 doe...

回答 1 投票 0

插件 ID:'com.google.firebase.firebase-perf 在以下任何来源中均未找到

我正在尝试通过 firebase 实现网络日志记录。 我已按照此处的步骤操作,但是在同步 gradle 时出现以下错误: * 例外情况是: org.gradle.api.plugins.

回答 1 投票 0

Appetize.io 应用程序不会将分析事件发送到 Firebase debugView

我们在应用程序上记录了 Firebase Crashlytics。我正在尝试将事件记录到 Firebase,如此处所述。清单还包含: 我们在应用程序上有 Firebase Crashlytics 日志记录。我正在尝试将事件记录到 Firebase,如此处所述。清单还包含: <meta-data android:name="firebase_analytics_collection_deactivated" tools:node="remove" /> <meta-data android:name="firebase_analytics_collection_enabled" android:value="true" tools:replace="android:value" /> appetize.io 上有 ssh 隧道,所以我可以通过 adb 远程连接。运行时 adb shell setprop debug.firebase.analytics.app com.my.app 我希望实时事件会出现在 Firebase 上,但这并没有发生。 以下是 Appetize 通过 adb 隧道发出的日志: ❯ adb shell setprop log.tag.FA VERBOSE adb shell setprop log.tag.FA-SVC VERBOSE adb logcat -v time -s FA FA-SVC --------- beginning of main 10-28 05:00:20.671 I/FA ( 1924): App measurement disabled by setAnalyticsCollectionEnabled(false) 10-28 05:00:20.672 I/FA ( 1924): App measurement initialized, version: 28015 10-28 05:00:20.672 I/FA ( 1924): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:00:20.672 I/FA ( 1924): To enable faster debug mode event logging run: 10-28 05:00:20.672 I/FA ( 1924): adb shell setprop debug.firebase.analytics.app com.google.android.apps.youtube.music 10-28 05:00:21.239 I/FA-SVC ( 1294): App measurement initialized, version: 212423 10-28 05:00:22.785 W/FA-SVC ( 1294): Storing bundle outside of the max uploading time span. appId, now, timestamp: com.google.android.apps.maps, 1666918822785, 1636602805328 10-28 05:00:23.947 I/FA ( 1830): App measurement initialized, version: 42041 10-28 05:00:23.947 I/FA ( 1830): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:00:23.947 I/FA ( 1830): To enable faster debug mode event logging run: 10-28 05:00:23.947 I/FA ( 1830): adb shell setprop debug.firebase.analytics.app com.google.android.googlequicksearchbox 10-28 05:00:23.976 I/FA ( 1830): Tag Manager is not found and thus will not be used 10-28 05:00:23.986 I/FA ( 2735): App measurement initialized, version: 42041 10-28 05:00:23.986 I/FA ( 2735): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:00:23.986 I/FA ( 2735): To enable faster debug mode event logging run: 10-28 05:00:23.986 I/FA ( 2735): adb shell setprop debug.firebase.analytics.app com.google.android.apps.messaging 10-28 05:00:24.862 I/FA ( 1942): App measurement initialized, version: 42041 10-28 05:00:24.862 I/FA ( 1942): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:00:24.862 I/FA ( 1942): To enable faster debug mode event logging run: 10-28 05:00:24.862 I/FA ( 1942): adb shell setprop debug.firebase.analytics.app com.google.android.youtube 10-28 05:00:31.955 I/FA ( 3615): App measurement disabled by setAnalyticsCollectionEnabled(false) 10-28 05:00:31.955 I/FA ( 3615): App measurement initialized, version: 28015 10-28 05:00:31.955 I/FA ( 3615): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:00:31.955 I/FA ( 3615): To enable faster debug mode event logging run: 10-28 05:00:31.955 I/FA ( 3615): adb shell setprop debug.firebase.analytics.app com.google.android.apps.youtube.music 10-28 05:00:38.669 I/FA ( 4175): App measurement initialized, version: 42041 10-28 05:00:38.669 I/FA ( 4175): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:00:38.669 I/FA ( 4175): To enable faster debug mode event logging run: 10-28 05:00:38.669 I/FA ( 4175): adb shell setprop debug.firebase.analytics.app com.google.android.youtube 10-28 05:00:44.960 I/FA-SVC ( 1094): App measurement initialized, version: 212423 10-28 05:00:51.372 I/FA ( 4626): App measurement initialized, version: 42041 10-28 05:00:51.372 I/FA ( 4626): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:00:51.372 I/FA ( 4626): To enable faster debug mode event logging run: 10-28 05:00:51.372 I/FA ( 4626): adb shell setprop debug.firebase.analytics.app com.google.android.apps.messaging 10-28 05:01:23.688 I/FA ( 5468): App measurement disabled by setAnalyticsCollectionEnabled(false) 10-28 05:01:23.689 I/FA ( 5468): App measurement initialized, version: 28015 10-28 05:01:23.689 I/FA ( 5468): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:01:23.689 I/FA ( 5468): To enable faster debug mode event logging run: 10-28 05:01:23.689 I/FA ( 5468): adb shell setprop debug.firebase.analytics.app com.google.android.apps.youtube.music 10-28 05:01:29.271 I/FA ( 5611): App measurement initialized, version: 42041 10-28 05:01:29.271 I/FA ( 5611): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:01:29.271 I/FA ( 5611): To enable faster debug mode event logging run: 10-28 05:01:29.271 I/FA ( 5611): adb shell setprop debug.firebase.analytics.app com.google.android.youtube 10-28 05:01:29.312 I/FA-SVC ( 5882): App measurement initialized, version: 212423 10-28 05:01:29.540 I/FA-SVC ( 5882): Install Referrer Reporter is not available 10-28 05:01:32.590 I/FA ( 5818): App measurement initialized, version: 42041 10-28 05:01:32.590 I/FA ( 5818): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 05:01:32.590 I/FA ( 5818): To enable faster debug mode event logging run: 10-28 05:01:32.590 I/FA ( 5818): adb shell setprop debug.firebase.analytics.app com.google.android.googlequicksearchbox 10-28 05:01:32.618 I/FA-SVC ( 5882): Install Referrer Reporter is not available 10-28 05:01:35.729 I/FA-SVC ( 5832): App measurement initialized, version: 212423 10-28 05:01:45.440 W/FA-SVC ( 5882): Storing bundle outside of the max uploading time span. appId, now, timestamp: com.google.android.googlequicksearchbox, 1666918905440, 1636602615899 10-28 05:01:45.519 W/FA-SVC ( 5882): Storing bundle outside of the max uploading time span. appId, now, timestamp: com.google.android.youtube, 1666918905519, 1636601698965 10-28 16:27:54.843 I/FA ( 7296): App measurement disabled by setAnalyticsCollectionEnabled(false) 10-28 16:27:54.860 I/FA ( 7296): App measurement initialized, version: 28015 10-28 16:27:54.860 I/FA ( 7296): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 16:27:54.860 I/FA ( 7296): To enable faster debug mode event logging run: 10-28 16:27:54.860 I/FA ( 7296): adb shell setprop debug.firebase.analytics.app com.google.android.apps.youtube.music 10-28 16:27:55.996 I/FA ( 6908): App measurement initialized, version: 42041 10-28 16:27:55.996 I/FA ( 6908): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 16:27:55.996 I/FA ( 6908): To enable faster debug mode event logging run: 10-28 16:27:55.996 I/FA ( 6908): adb shell setprop debug.firebase.analytics.app com.google.android.apps.messaging 10-28 16:27:56.055 I/FA-SVC ( 5882): Install Referrer Reporter is not available 10-28 16:27:56.595 W/FA-SVC ( 5882): Storing bundle outside of the max uploading time span. appId, now, timestamp: com.google.android.apps.messaging, 1666960076595, 1636601717426 10-28 16:50:56.089 I/FA ( 8871): App measurement initialized, version: 42041 10-28 16:50:56.089 I/FA ( 8871): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 16:50:56.089 I/FA ( 8871): To enable faster debug mode event logging run: 10-28 16:50:56.089 I/FA ( 8871): adb shell setprop debug.firebase.analytics.app com.my.app.staging 10-28 16:50:56.994 I/FA-SVC ( 8546): App measurement initialized, version: 212423 10-28 16:50:57.070 I/FA ( 8871): Tag Manager is not found and thus will not be used 10-28 16:50:57.271 I/FA-SVC ( 8546): Install Referrer Reporter is not available 10-28 16:50:57.296 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:50:57.402 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:50:57.450 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:50:57.630 I/FA ( 9171): App measurement disabled by setAnalyticsCollectionEnabled(false) 10-28 16:50:57.653 I/FA ( 9171): App measurement initialized, version: 28015 10-28 16:50:57.653 I/FA ( 9171): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 16:50:57.653 I/FA ( 9171): To enable faster debug mode event logging run: 10-28 16:50:57.653 I/FA ( 9171): adb shell setprop debug.firebase.analytics.app com.google.android.apps.youtube.music 10-28 16:50:59.244 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:50:59.244 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:50:59.273 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:51:02.879 I/FA ( 9572): App measurement initialized, version: 42041 10-28 16:51:02.879 I/FA ( 9572): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 16:51:02.879 I/FA ( 9572): To enable faster debug mode event logging run: 10-28 16:51:02.879 I/FA ( 9572): adb shell setprop debug.firebase.analytics.app com.google.android.youtube 10-28 16:51:04.060 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:51:04.069 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:51:11.434 I/FA ( 9059): App measurement initialized, version: 42041 10-28 16:51:11.434 I/FA ( 9059): To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 10-28 16:51:11.434 I/FA ( 9059): To enable faster debug mode event logging run: 10-28 16:51:11.434 I/FA ( 9059): adb shell setprop debug.firebase.analytics.app com.google.android.apps.messaging 10-28 16:51:38.799 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:40.534 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:42.528 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:43.550 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:43.625 V/FA ( 8871): Recording user engagement, ms: 39549 10-28 16:51:43.637 V/FA ( 8871): Connecting to remote service 10-28 16:51:43.643 V/FA ( 8871): Activity paused, time: 1563702 10-28 16:51:43.643 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:43.659 V/FA ( 8871): onActivityCreated 10-28 16:51:43.729 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:51:43.738 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:51:43.744 V/FA ( 8871): Activity resumed, time: 1563822 10-28 16:51:43.746 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:43.746 V/FA ( 8871): Connection attempt already in progress 10-28 16:51:43.789 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:51:43.795 D/FA ( 8871): Connected to remote service 10-28 16:51:43.806 V/FA ( 8871): Processing queued up service tasks: 2 10-28 16:51:46.333 V/FA ( 8871): Recording user engagement, ms: 2585 10-28 16:51:46.334 V/FA ( 8871): Activity paused, time: 1566412 10-28 16:51:46.334 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:46.339 V/FA ( 8871): onActivityCreated 10-28 16:51:46.451 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:46.453 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:51:46.492 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:51:46.495 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:51:46.495 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:51:46.495 W/FA ( 8871): Cannot log screen view event when the app is in the background. 10-28 16:51:46.501 V/FA ( 8871): Activity resumed, time: 1566581 10-28 16:51:46.505 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:46.562 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:51:46.673 V/FA ( 8871): Logging screen view with name, class: SupportRequestManagerFragment, com.my.app.main.MainActivity 10-28 16:51:46.674 V/FA ( 8871): Screen exposed for less than 1000 ms. Event not sent. time: 172 10-28 16:51:46.706 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:51.728 V/FA ( 8871): Inactivity, disconnecting from the service 10-28 16:51:57.453 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:57.492 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:51:57.493 V/FA ( 8871): Logging screen view with name, class: ConnectTabFragment, com.my.app.main.MainActivity 10-28 16:51:57.496 V/FA ( 8871): Recording user engagement, ms: 10992 10-28 16:51:57.499 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:57.499 V/FA ( 8871): Connecting to remote service 10-28 16:51:57.522 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:51:57.532 V/FA ( 8871): Logging screen view with name, class: ConnectionsFragment, com.my.app.main.MainActivity 10-28 16:51:57.533 V/FA ( 8871): Screen exposed for less than 1000 ms. Event not sent. time: 38 10-28 16:51:57.545 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:51:57.546 V/FA ( 8871): Connection attempt already in progress 10-28 16:51:57.553 D/FA ( 8871): Connected to remote service 10-28 16:51:57.554 V/FA ( 8871): Processing queued up service tasks: 2 10-28 16:52:02.555 V/FA ( 8871): Inactivity, disconnecting from the service 10-28 16:52:44.154 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:52:44.176 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:52:44.181 V/FA ( 8871): Logging screen view with name, class: AccountFragment, com.my.app.main.MainActivity 10-28 16:52:44.182 V/FA ( 8871): Recording user engagement, ms: 46688 10-28 16:52:44.186 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:52:44.186 V/FA ( 8871): Connecting to remote service 10-28 16:52:44.227 D/FA ( 8871): Connected to remote service 10-28 16:52:44.227 V/FA ( 8871): Processing queued up service tasks: 1 10-28 16:52:49.228 V/FA ( 8871): Inactivity, disconnecting from the service 10-28 16:54:31.718 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:54:31.752 V/FA ( 8871): Logging screen view with name, class: ProfileViewerFragment, com.my.app.main.MainActivity 10-28 16:54:31.754 V/FA ( 8871): Recording user engagement, ms: 107571 10-28 16:54:31.756 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:54:31.759 V/FA ( 8871): Connecting to remote service 10-28 16:54:31.772 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:54:31.798 V/FA ( 8871): Logging screen view with name, class: ProfileFieldsFragment, com.my.app.main.MainActivity 10-28 16:54:31.799 V/FA ( 8871): Screen exposed for less than 1000 ms. Event not sent. time: 46 10-28 16:54:31.802 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:54:31.802 V/FA ( 8871): Connection attempt already in progress 10-28 16:54:31.811 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:54:31.816 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:54:31.819 V/FA ( 8871): Logging screen view with name, class: NoticeboardLandingFragment, com.my.app.main.MainActivity 10-28 16:54:31.820 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:54:31.823 V/FA ( 8871): Screen exposed for less than 1000 ms. Event not sent. time: 67 10-28 16:54:31.825 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:54:31.825 V/FA ( 8871): Connection attempt already in progress 10-28 16:54:31.841 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:54:31.869 D/FA ( 8871): Connected to remote service 10-28 16:54:31.869 V/FA ( 8871): Processing queued up service tasks: 3 10-28 16:54:36.871 V/FA ( 8871): Inactivity, disconnecting from the service 10-28 16:56:49.286 W/FA ( 8871): Invalid screen class length for screen view. Length: 0 10-28 16:56:49.533 V/FA ( 8871): Logging screen view with name, class: WebViewBottomSheetFragment, com.my.app.main.MainActivity 10-28 16:56:49.560 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:56:49.561 V/FA ( 8871): Recording user engagement, ms: 137781 10-28 16:56:49.562 D/FA ( 8871): Event not sent since app measurement is disabled 10-28 16:56:49.562 V/FA ( 8871): Connecting to remote service 10-28 16:56:49.802 D/FA ( 8871): Connected to remote service 10-28 16:56:49.802 V/FA ( 8871): Processing queued up service tasks: 1 10-28 16:56:54.804 V/FA ( 8871): Inactivity, disconnecting from the service 正如您在日志中看到的,与我的电脑上运行的模拟器上显示的内容完全不同。它记录了 Event not sent since app measurement is disabled,但这不应该发生,对吧?如上所述,清单已包含 true。 每当您尝试记录事件但您的应用禁用了 Firebase Analytics 时,就会返回您遇到的错误,因此您可能需要检查项目中的某个位置是否存在可能导致此问题的代码或配置。您可以使用此doc作为参考。不过,您似乎没有正确设置“firebase_analytics_collection_deactivated”。我认为无论您是否想永久禁用该集合,您都需要增加价值。这是类似的东西 - 初始化 FirebaseAnalytics 类后: private FirebaseAnalytics firebaseAnalytics; firebaseAnalytics = FirebaseAnalytics.getInstance(this); firebaseAnalytics.setAnalyticsCollectionEnabled(true);

回答 2 投票 0

Firebase 分析中是否计入沙盒应用内购买?

我正在使用 Flutter 开发一个应用程序,目前正在 TestFlight 上对其进行测试。应用程序内有应用内购买,出于某种原因,上周在 3 个不同的日子里,我的应用内购买增加了 ~1...

回答 1 投票 0

在 Android 中禁用 Google ML Kit 库的 Firebase 日志记录

如何禁用适用于 Android 的 Google ML Kit 库中的 Firebase 日志记录。每 15 分钟它就会将一些信息发布到 https://firebaselogging.googleapis.com/v0cc/log/batch?format=json_pro...

回答 2 投票 0

为什么 iOS 没有触发 in_app_purchase 事件?

我们为 Unity 手机游戏设置了一个 Firebase 项目和两个项目应用程序(iOS 和 Android)。该游戏通过 Apple App Store 和 Google Play 商店处理应用内购买,我们...

回答 1 投票 0

Crashlytics 停止显示最新版本以及无崩溃用户的分析

多年来,我公司的管理层一直在获得“无崩溃”的用户统计数据,然后在最新版本中它就消失了!我们仍然可以收到崩溃报告,没有问题。 和 Fi 一起度过了两周......

回答 2 投票 0

Firebase Analytics 不显示屏幕名称和事件

我正在从旧的 Google Analytics 迁移到 Firebase Analytics,现在我正在使用以下命令跟踪屏幕: mFirebaseAnalytics.setCurrentScreen(SectionManager.getInstance().getCurrentActivity(),...

回答 1 投票 0

有没有办法使用node js从firebase获取*app_remove*事件计数

我有兴趣跟踪我的应用程序的卸载数量。我观察到卸载在 Firebase Analytics 中被记录为“app_remove”事件。不过,我想

回答 1 投票 0

旧的 Firebase Analytics 事件报告发生了什么?

最近的 Firebase 控制台更新后,无法找到按内容类型列出的 select_content 事件的报告,以及按 item_id 找到的选定内容类型的报告。我使用这些报告来研究我的应用程序行为...

回答 2 投票 0

iOS 应用程序跟踪透明度 (ATT) 对 Google Analytics 的影响,与需要 ATT 的其他分析工具集成在一起

我希望这篇文章能让您满意。我一直致力于将 Google Analytics SDK 集成到我的应用程序中,并且遇到了有关 iOS 上的应用程序跟踪透明度 (ATT) 及其如何交互的问题...

回答 1 投票 0

无法在 Firebase 控制台日志上看到自定义参数

我收到此警告 GoogleTagManager 警告:事件没有参数“shopping_tool_origin”并且未定义默认值。即使我们发送了此信息,Xcode 控制台日志上仍返回“未定义”

回答 1 投票 0

FirebaseAnalytics web for flutter 如何使用?

目前没有关于如何使用 FirebaseAnalyticsWeb flutter 插件的文档。 这是我的工作示例。这比我最初想象的更简单,但尽管如此,我还是发布了......

回答 1 投票 0

我是否应该请求 IOS 应用程序中 Firebase Analytics 的应用程序跟踪透明度许可?

目前,我使用 Firebase 分析来收集应用程序中的用户事件或用户活动。我应该请求应用程序跟踪透明度的许可吗?

回答 3 投票 0

无法将我的 Flutter 应用程序连接到 firebase 分析

我正在尝试使用 Firebase 分析连接并记录事件日志,但没有任何进展,我已经集成了 Firebase 谷歌登录方法,但无法使用 Firebase 分析来执行此操作....

回答 1 投票 0

Firebase Analytics(事件或转化)用于 2 行数据

我有一个 Flutter 应用程序。通常情况下,我们可以用一份数据来追踪事件。我想存储和跟踪 2 个数据。 通常使用 firebase 我们可以跟踪不同的事件,例如: 屏幕视图 会话开始 第一个操作...

回答 1 投票 0

Firebase Analytics:事件的参数名称选择为空,即使我设置了自定义定义

这就是我在应用程序中记录 firebase 事件的方式 公共静态无效trackGAEvent(字符串名称,字符串屏幕名称){ FirebaseAnalytics firebaseAnalytics = Utils.getFirebaseAnalytics(); 如果(

回答 2 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.