Skip to main content

All Questions

Tagged with
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
0 votes
1 answer
828 views

Google Analytics iOS - No tracking ID to enable IDFA collection for App+Web property

For iOS apps, the app must collect IDFA in order to automatically derive the Age, Gender, and Interests properties. Google Analytics guide I have added pod ‘GoogleIDFASupport’ but unable to set the ...
Ashish Jain's user avatar
74 votes
6 answers
69k views

How to add .plist file to all targets in Xcode?

Totally new to iOS but I'm currently trying to setup Google Analytics. I have followed the SDK documentation and everything went great until this step: Add the configuration file to your project Drag ...
Koen's user avatar
  • 1,007
1 vote
0 answers
184 views

Can you use Google Analytics in an asynchronous way on a mobile Application? Android and iOS SDK

there is a User Based Insurance app (for iOS and Android) that we want to track using Google Analytics. This app will only send data when the user is connected to wi-fi in order to save consumption on ...
Alex P.'s user avatar
  • 11
2 votes
2 answers
2k views

iOS Google Analytics Crash report

Does anyone know when GoogleAnalytics iOS SDK v3 sends the crash to their servers (when app is on AppStore)? Does it send when the app crashes, or when the user reopens it? The problem is that, I'm ...
hardlinkin's user avatar
0 votes
1 answer
302 views

No Information on Google Analytics Dashboard for iOS

I am using Google Analytics iOS SDK V3 on my app as follows: AppDelegate.m - (void)setupGoogleAnalytics { [GAI sharedInstance].trackUncaughtExceptions = YES; [GAI sharedInstance]....
Hahnemann's user avatar
  • 4,568
0 votes
2 answers
2k views

Google Analytics custom metric not showing up

I have an iOS application which sends a bunch of tracked parameters to GA (Google Analytics) API which I can then see and interpret. Most of my code now works using snippets like: [tracker send:[[...
Majster's user avatar
  • 3,691
5 votes
1 answer
557 views

Duplicate symbol when adding Google Analytics v3 and Google Maps 1.4.3 to my project

I'm currently developing an app that uses maps. So a couple of weeks ago I added the Google Maps SDK v1.4.3 to my project. Worked just fine following the getting started instruction. Today I need to ...
Dabrut's user avatar
  • 862
9 votes
1 answer
2k views

Session control with Google Analytics API v3 for iOS?

I just replaced GA implementation with API v3, and found this useful session managing feature: https://developers.google.com/analytics/devguides/collection/ios/v3/sessions Since I implemented, every ...
Geri Borbás's user avatar
  • 16.4k
8 votes
1 answer
620 views

What's the best way to include a build number for Native App Google Analytics tracking?

I understand how to send the App Version number, but not being able to filter on the App Build number is becoming increasingly difficult. Is there a best practice on where to include the Build Number?...
dtewfik's user avatar
  • 93
4 votes
1 answer
1k views

Tracking Screen Hierarchy with Google Analytics SDK for iOS v2

I'm in the process of adding Google Analytics SDK for iOS v2.0 to an app. I've used v1 of the SDK before and I'm fairly sure I used to be able to send a single tracking string like this: [[...
Justyn's user avatar
  • 1,472
0 votes
1 answer
307 views

Google Analytics EasyTracker in iOS not reporting

I am not the developer on this app, but he tells me that he has correctly installed the EasyTracking functionality of Google Analytics in the iOS app. I created a brand new account in Google ...
jflint's user avatar
  • 1
0 votes
1 answer
810 views

Google Analytics SDK for iOS

I'm trying to integrate Google Analytics SDK with my iPhone app. As it's described in the docs, before I began using the SDK, I've first created a free account at www.google.com/analytics and created ...
Artur's user avatar
  • 39