Skip to main content

All Questions

Tagged with
-1 votes
0 answers
15 views

React Native App Stopped Logging Conversions to Google Ads

I have a React Native Expo app for iOS that uses Firebase and Firebase Analytics to log user installs. The app correctly logs events to Firebase and Firebase Analytics, where I can see events such as ...
Viktor Pesic's user avatar
5 votes
1 answer
2k views

Updating Firebase Analytics for Flutter to avoid privacy manifest policy issues (after May 1, 2024)

I recently received a notification on Firebase recommending an update to the Google Analytics for Firebase (GA4F) iOS SDK (version 10.24.0 or later) to avoid potential issues related to privacy ...
vmvyas1989's user avatar
2 votes
1 answer
3k views

What version of the Google Analytics for Firebase iOS SDK is used in the latest Xamarin.Firebase.iOS.Analytics nuget package?

I received a notification on Firebase saying: Action Recommended: Update the Google Analytics for Firebase (GA4F) iOS SDK Update to version 10.24.0 or later to avoid potential impact resulting from ...
codybchaplin's user avatar
1 vote
0 answers
50 views

Ignore store submissions testers data in google analytics

I'm working on a new flutter application which I've just published to the Google play and app store so I don't have a lot of active users. Each time I published a new version to the stores, there are ...
galvan's user avatar
  • 7,458
0 votes
0 answers
21 views

React Native Expo: Google analitics - unable to get ios to work properly

I have that strange problem I encountered today. On our React Native app we had a working version of google analitics - it worked for both android and ios. It was on test-like account. Recently, we ...
Piotr Zajas's user avatar
0 votes
0 answers
30 views

How to optimize Firebase Analytics start up?

I have Firebase Analytics and Remote Config pods installed. When changing the phone's region (or restarting my phone) and starting my app again, the remote config fetchAndActivate takes more time to ...
Icare's user avatar
  • 1,333
11 votes
0 answers
1k views

Firebase Swift iOS: "Cannot get flag for unregistered flag" error

I am using Firebase analytics with Xcode and iOS. Only recently, firebase started printing this error, sometimes spamming it tens, if not hundreds of times in a row: 9.6.0 - [FirebaseAnalytics][I-...
Grant Oganyan's user avatar
1 vote
2 answers
1k views

Why Firebase Analytics first_open event is not sent automatically unless I first logEvent a dummy event explicitly?

I am following the setup https://www.raywenderlich.com/18579842-firebase-analytics-getting-started I am using flag -FIRAnalyticsDebugEnabled I view the real-time result in Firebase Analytics Debug ...
Cheok Yan Cheng's user avatar
0 votes
1 answer
4k views

Google (Firebase) Analytics Debugger Wont Show iOS Device (Flutter Project)

I have tried every solution I can find online, but I still cannot get an iOS device to show on the GA debugger view. I have added -FIRAnalyticsDebugEnabled to the debug scheme in XCode to my Flutter ...
Dennis Ashford's user avatar
8 votes
1 answer
829 views

I use Google Analytics in Flutter already, how can I also send events to it from native iOS/Android code?

I use firebase for flutter, where all the dependencies are on pubspec.yaml I would like to send an event to Firebase Analytics for some activities on the native side - Home screen widget, notification ...
Asaf Pinhassi's user avatar
0 votes
1 answer
36 views

Is it possible to integrate my existing Firebase project(iOS and Android) to separate google analytic account without losing current data

I have a Firebase project already setup for iOS and Android platforms. Now I want to integrate with Google analytic account not from the same firebase account I am using but the other separate account ...
Pranjali Wagh's user avatar
2 votes
0 answers
93 views

why does "desktop" show on my mobile app for "device category" in firebase?

When looking at my mobile app data in Google Analytica Firebase. I'm wondering why web would show up in device category? My assumption is this is either an emulator or the app is available to download ...
user11964915's user avatar
3 votes
1 answer
8k views

FIrebase for iOS not logging custom events

Recently I have added Firebase to my project to add event tracking. The problem is that I can not log custom events. I have enabled Analytics at firebase I have added the GoogleService-Info file I ...
Andoni Da Silva's user avatar
0 votes
1 answer
234 views

In Firebase we want to send data only to GTM and not to the GA. Android and IOS

I have 3 questions regarding Firebase and GA integration with mobile app(both iOS and Android) If we integrate Firebase and GTM with mobile applications without GA, Does it store any information in ...
ajay kumaresh's user avatar
4 votes
0 answers
154 views

For tracking product impressions which Google Analytics hit type should I use?

Currently for tracking product impressions, I am using below code: let tracker = GAI.sharedInstance().defaultTracker let builder = GAIDictionaryBuilder.createScreenView() let product = ...
AppleDeveloper's user avatar
1 vote
0 answers
334 views

Renaming Firebase event name in iOS still tracks old name

Recently, I renamed the firebase analytics event tracking names in few places in my iOS app. I did this totally in the code side. However, post this change, I see some of the renamed events are not at ...
letsbondiway's user avatar
0 votes
1 answer
924 views

iOS Firebase Events Don't Show in BigQuery but do in Google Analytics and Firebase Console

I'm having an issue with Firebase Events from my iOS app in that they are missing from BigQuery (Events Table) but show up in the Firebase Console and Google Analytics dashboard. Android does not have ...
Ross Barbish's user avatar
3 votes
0 answers
841 views

How to track installs from App Store (iOS App) with Firebase Analytics?

The marketing area of my company wants to create an installation campaign of an iOS app in google ads, however we can only measure the first_open event. Is there a way to directly measure app ...
Alberto PC's user avatar
1 vote
0 answers
109 views

Why does an iOS app delay sending google analytics tracking calls ? How to control?

Here is the scenario: Environment: In both iOS simulator and iPhone production app 1:00 PM - connect Charles to iOS 1:00 PM - open app 1:00 PM to 1:15 PM - perform user actions 1:00 PM to 1:15 PM - ...
Aswin Kumar Coimbatore Soma Su's user avatar
0 votes
0 answers
160 views

Google Analytics iOS SDK session timeout - User session drastically increasing

Facing issue with the iOS daily users and number of sessions data. We are sure that the numbers are spiked. We use these numbers to check our daily and overall conversion rate and make decisions based ...
Manjunatha Kaliwal's user avatar
0 votes
0 answers
717 views

Google Analytics / GA tracking not working in iOS mobile app because of ATT

ASK APP NOT TO TRACK If a user selects "Ask app not to track" on iOS (ATT feature), I understand it does not send IDFA. However, does it send any other data to GA (ssl.google-analytics.com)? ...
Aswin Kumar Coimbatore Soma Su's user avatar
3 votes
2 answers
3k views

How to turn off data thresholds in Google Analytics for Firebase

I need help I integrate firebase analytics in my flutter projects. Wrote some custom events and want to work with data from this events, that why i create metrics and dimensions but it doesn't work ...
Serhii Heorhiiev's user avatar
16 votes
1 answer
6k views

What are the downsides of using firebase analytics without ad id (AnalyticsWithoutAdIdSupport)?

With iOS 14, Apple has introduced new privacy features. When installing firebase through cocoapods, one of the options is to install Analytics without IDFA collection capability. # pod ‘Firebase/...
NSCoder's user avatar
  • 1,664
2 votes
0 answers
471 views

Disabling IDFA in Firebase Analytics conflicts with Google Analytics

We are developing an app in iOS and using GA & FA at the same time. To comply with Apple's ATT, we would like to disable IDFA collection according to user consent. According to Firebase, To ...
user17178353's user avatar
0 votes
1 answer
505 views

React Native - Firebase custom events are not logged in the console

I have an application developed in React Native that correctly sends the events to Firebase in Android and in IOS <14 but in versions higher than 14 it does not register the custom events but the ...
Daniel Pacheco's user avatar
1 vote
0 answers
255 views

Is there a way to track events from iframe on ios?

The GA is not working on ios for iframe. I am loading our plugin page from different domain on a client's website using iframe. I have added cookie flag on GTM and pasted GTM code only plugin php page,...
Vedant B Hegde's user avatar
0 votes
1 answer
237 views

Getting Number Of Downloads Of Android and IOS and Distinct Unique Users

I am using the below query to get the number of downloads for IOS and Android using Firebase, SELECT COUNT(DISTINCT user_pseudo_id) , app_info.firebase_app_id FROM `xxx.analytics_xxx....
Imran Qadir Baksh - Baloch's user avatar
1 vote
0 answers
63 views

Firebase Analytics events with Expo not firing on iOS

I have implemented Analytics events using Firebase Analytics in a React Native app using Expo. The setup works fine with Android and I can even see that my Firebase Dashboard detects my iOS users, ...
Filip Skukan's user avatar
4 votes
1 answer
2k views

IOS app doesn't show up in Firebase Analytics

I build a firebase iOS app. It works with Firestore and it works fine but the problem is the app doesn't show up when I click on dashboard (under analytics in the Firebase console). I have reinstalled ...
chrispsv's user avatar
  • 655
1 vote
1 answer
2k views

Framework not found GoogleAppMeasurement for Firebase/AnalyticsWithoutAdIdSupport

I have this error on Xcode. I know this question has already been asked several times but I have tried everything. sudo gem install cocoapods -n/usr/local/bin pod deintegrate pod clean pod install --...
David's user avatar
  • 81
0 votes
1 answer
364 views

Is Google Analytics for Mobile still working?

At my company we are making a new iOS + Android app. We need to get screen views analytics. At my company doesn't like Firebase Analytics because with the new events analytics (vs the old page views) ...
iVela's user avatar
  • 1,161
3 votes
2 answers
4k views

Firebase Analytics compliance with ATT on iOS 14.5

If you're using Firebase analytics in your iOS Firebase project, starting in iOS 14.5 do you need to present a prompt asking User for app Tracking permission? From Firebase docs they say that Impact ...
lychee's user avatar
  • 1,841
3 votes
0 answers
2k views

Can we init Firebase if user has rejected AppTrackingTransparency dialog?

Can we init Firebase Analytics if user has rejected AppTrackingTransparency dialog? As noted here: https://developer.apple.com/app-store/user-privacy-and-data-use/ With iOS 14, iPadOS 14, and tvOS 14,...
NullPointerException's user avatar
3 votes
1 answer
1k views

Apple Search Ads campaign attribution in Firebase after iOS 14

I started running ad campaigns using Apple Search Ads and I'm interested what are the implications after iOS 14 and the whole ATT. In the Google Analytics docs, it is said that I only need to import ...
Andrei Matei's user avatar
  • 1,079
3 votes
1 answer
459 views

Firebase DebugView events not being filtered out from Analytics data

According to the Firebase documentation, enabling debug mode on iOS with -FIRDebugEnabled should also exclude events from appearing in the main analytics reports: I know that I've configured -...
Marco's user avatar
  • 2,274
1 vote
1 answer
358 views

What's different between pod 'GoogleAnalytics' and pod 'Firebase/Analytics'?

I want to add Firebase Cloud messaging to a project. As the guideline in https://firebase.google.com/docs/cloud-messaging/ios/client I need to add to Podfile: # Add the Firebase pod for Google ...
Le Trong Tan's user avatar
1 vote
0 answers
434 views

How to get campaign referrals for both ios and android ( in react native project)

How to get campaign referrals for both ios and android( in react native project) To generate a campaign link we have to use For android: https://developers.google.com/analytics/devguides/collection/...
Pruthvi's user avatar
  • 590
10 votes
1 answer
9k views

Apple App Tracking Transparency and Google Analytics

The recent WWDC Apple launched "App Tracking Transparency framework" and will be a part of iOS 14.3: With iOS 14, iPadOS 14, and tvOS 14, you will need to receive the user’s permission ...
bjorkblom's user avatar
  • 1,929
1 vote
0 answers
77 views

Is there any way to add two google plists in one app?

I have multiple apps and I created an individual app in firebase for each app, Now I want to track analytics in one single project, So is there any way to add one google service plist for push ...
Goutham's user avatar
  • 191
5 votes
0 answers
378 views

Stop Google Mobile Ads SDK transfer private data on iOS

I successfully run ads in my app using the Google Mobile Ads SDK. Therefore I imported the following SDK frameworks into my Xcode project: GoogleAppMeasurement.framework GoogleMobileAds.framework ...
MosTwanTedT's user avatar
2 votes
0 answers
922 views

Firebase Analytics.logEvent() doesn't work, but native event are ok

First of all, here are my steps: Pod Firebase/Analytics 7.5.0 : OK FirebaseApp.configure() in app.delegate : OK func application(_ application: UIApplication, didFinishLaunchingWithOptions ...
Bastien's user avatar
  • 21
0 votes
1 answer
62 views

Firebase analytics : Collect analytics data for different ios application in one firebase project - flutter

I have 2 different iOS application in one firebase project. Need to collect the analytics in the same firebase project for both the iOS application. My problem is the analytics of both the app is ...
soll's user avatar
  • 1
0 votes
1 answer
391 views

How can I export all google analytics datas in BigQuery [duplicate]

I use Firebase for my iOS app. Aleready, I connected with Google Analytics and BigQuery. My Google Analytics has datas over 2 months. I connected with BigQuery before over 24hors. However, BigQuery ...
まるまる's user avatar
3 votes
0 answers
421 views

Can I collect utm param of firebase dynamic links from IOS?

Is it impossible to collect utm parameters of firebase dynamic links from IOS? Currently I am getting the utm param values by traffic_source.source, traffic_source.medium, traffic_source.name from ...
MrD jh's user avatar
  • 31
0 votes
1 answer
383 views

How to merge GoogleAnalytics and Firebase/Crashlytics GoogleService-info.plist?

How to merge GoogleAnalytics and Firebase/Crashlytics GoogleService-info.plist? In an iOS project, I have been using GoogleAnalytics and Fabric. Now I am trying to migrate Fabric to Firebase/...
Sazzad Hissain Khan's user avatar
1 vote
1 answer
192 views

Does Google Analytics SDK for iOS have SSL Pinning?

I am using Google Analytics SDK v3.17 from https://developers.google.com/analytics/devguides/collection/ios/v3/sdk-download I would like to know if this SDK comes with SSL pinning implemented. I ...
Gustavo Toranzo Lorca's user avatar
0 votes
1 answer
336 views

How do i enable App install tracking in iOS

I have integrated pod 'GoogleIDFASupport' in my iOS application by referring https://developers.google.com/analytics/devguides/collection/ios/v3/optional-features enter image description here I am ...
amit.mishra's user avatar
1 vote
0 answers
190 views

Disable automatic firebase analytics of screen tracks [duplicate]

I've integrated successfully Firebase Analytics for screen tracks and I'd like to disable automatic screen analytics since I don't want to see the native screen classes including UIViewController from ...
Roy's user avatar
  • 736
5 votes
1 answer
2k views

Does Firebase still count version updates as first_open event?

I was wondering if first_open event still includes app updates. I have read that it has been counting previously but should be changed soon. However, I could not be sure that if it is changed and not ...
sbekir's user avatar
  • 67

15 30 50 per page
1
2 3 4 5
19