All Questions
Tagged with google-analytics ios
907 questions
-2
votes
0
answers
57
views
GTM Server Side tagging for mobile apps (iOS)
We are trying to implement GTM server-side tagging for the iOS app. I have done all the required settings as provided by the official documentation link https://developers.google.com/tag-platform/tag-...
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 ...
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 ...
1
vote
0
answers
58
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 ...
0
votes
0
answers
36
views
React Native Expo: Google Analytics - 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 Analytics - it worked for both android and ios. It was on test-like account.
Recently, we ...
0
votes
0
answers
31
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 ...
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-...
1
vote
2
answers
2k
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 ...
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 ...
8
votes
1
answer
887
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 ...
0
votes
1
answer
39
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 ...
2
votes
0
answers
99
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 ...
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 ...
0
votes
1
answer
249
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 ...
4
votes
0
answers
158
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 = ...