Skip to main content

Questions tagged [firebase-analytics]

Google Analytics for Firebase is a free, out-of-the-box analytics solution that provides actionable insights based on app usage and user engagement. It integrates across Firebase and Google and provides you with unlimited reporting for up to 500 event types that you define using the SDK. Google Analytics reports help you understand clearly how your users behave, enabling you to make informed decisions regarding app marketing and performance optimizations.

firebase-analytics
0 votes
1 answer
30 views

Firebase Analytics first_open and session_start events not sent when consent granted

In our project we switched to Consent Mode v2 and therefore set the initial consent of analytics_storage, ad_storage, ad_user_data and ad_personalization_signals to false. After this change we were no ...
AnSrwn's user avatar
  • 13
0 votes
0 answers
35 views
+100

Correct user consent flow for compliance with GDPR and ATT requirements using Firebase Analytics and AdMob

My team & I have been banging our heads against the wall lately. We’re working on an app and are utilising Firebase Analytics and AdMob. We’re trying to ensure/confirm that our user consent flow ...
dsds's user avatar
  • 65
0 votes
1 answer
23 views

Firebase Analytics for website is not sending any data in production (https)

I have a React + React Router + Vite application working in production. Now I'm trying to integrate it with Google Analytics. This is my code: import { getAnalytics, logEvent } from 'firebase/...
Sandro Simas's user avatar
  • 1,297
0 votes
0 answers
78 views

Firebase Analytics iOS SDK signature cannot be verified error

I'm using Azure Artifacts to download third party libraries. I have uploaded firebase analytics SDK v10.22.0 and it is working fine. When trying to update SDK 10.24.0 getting an error in Xcode same ...
Sugans's user avatar
  • 1
0 votes
0 answers
10 views

Backfill Google Analytics (GA4) Data in Big Query [duplicate]

I enabled BigQuery export from Google Analytics GA4 yesterday, I understand that from now on I will get a daily export; which I confirm it works. However, I am interested in exporting data from before ...
user2232305's user avatar
0 votes
1 answer
28 views

Firebase - RemoteConfig with custom user properties return wrong value

I am setting userProperties for custom defined property (scope user) and userId in analytics using setUserProperties and setUserId, and fetching remote config based on the setted properties. but i am ...
Zoro's user avatar
  • 1
0 votes
0 answers
39 views

Cannot debug Unity project with Firebase Analytics in VSC

I am having a problem when trying to use the debugger in visual studio code for my Unity project. I use Firebase Analytics in my project, and I am able to compile and run my app in the Unity Editor, ...
Fausto Bernardini's user avatar
1 vote
1 answer
26 views

Print events to the terminal while debugging and attach log level to firebase analytics events?

I am using react native firebase and I was looking to accomplish 2 things with the analytics package. For each event call that I add to my codebase to also automatically print out to the terminal ...
Hamster's user avatar
  • 255
-2 votes
0 answers
22 views

How does Firebase Analytics Geo Location work?

We are seeing that users of our app are frequently using VPNs and Proxies to change their IP address such that IP-based location is reported to be a different country that the device location. However,...
Kram's user avatar
  • 4,071
0 votes
0 answers
8 views

Can i use Firebase Analytics within my own SDK/library? [duplicate]

I only want to capture logs from the screens within the SDK. Is it possible? The library does not have an app module. I added the Firebase Analytics dependencies to the library. I also added the ...
monkmood's user avatar
1 vote
1 answer
113 views

Flutter Firebase Analytics Android: Network upload failed (java.net.ConnectException)

I'm facing an issue with Firebase Analytics event logging in my Flutter app. Events are not being logged on Android devices, although they work perfectly on iOS. The following error message appears in ...
Ashim Bhadra's user avatar
0 votes
0 answers
17 views

firebase 10.25 can not get google cpc conversion data

After iOS firebase is updated to 10.25, in_app_purchase has no advertising channel. Can not get conversion data in Google AD system anymore. We had try almost all mthods: Include ATT . add ADSupport....
wang michael's user avatar
0 votes
0 answers
31 views

FirebaseAnalytics can't find FirebaseAnalytics.xcframework

I want to upgrade FirebaseAnalytics from version 8.15.0 to version 10.24.0, I installation FirebaseAnalytics with CocoaPods. After successful pod install, I found that the FirebaseAnalytics....
Pele Lee's user avatar
1 vote
1 answer
110 views

Flutter Firebase Analytics Error: Undefined symbol: _FIRConsentStatusDenied

I am trying to implement firebase analytics and crashlytics to my flutter project but I am getting the error below when I try to run on iOS simulator and physical device: Error (Xcode): Undefined ...
t13n's user avatar
  • 352
0 votes
1 answer
72 views

How to set consent properly in Firabse sdk for Unity?

I'm using Firebase analytics and crashlytics in Unity. Anyone got an example of how to properly implement the consent flow? If I'm using cmp (google ump), can I use it for firabase consent? Tried to ...
Moti Monsonego's user avatar

15 30 50 per page
1
2 3 4 5
165