Skip to main content

All Questions

Tagged with
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

15 30 50 per page
1
2
3 4 5
61