Skip to main content

All Questions

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
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
1 vote
1 answer
682 views

google Analytics not showing data for ios

I am trying to implement Google Analytics in ios the logs shows that the data is sent but nothing shows in the Google Analytics console code login screen override func viewWillAppear(_ animated: ...
Mohamed Mo'nes's user avatar
4 votes
2 answers
3k views

How to detect an iOS app install campaign inside the app

I would like to find out in my iOS app if the app was installed due to an ad campaign link. Google Analytics is doing this and it is tracked on their analytics web page. iTunes Connect is doing this ...
MacMark's user avatar
  • 6,449
2 votes
2 answers
787 views

Track app events without counting towards Active Users in Google Analytics?

A mobile app tracks events using the Google Analytics iOS SDK. func recordEvent(_ category: String, action: String, label: String?, value: Int?) { guard let builder = GAIDictionaryBuilder....
Manuel's user avatar
  • 14.8k
1 vote
1 answer
3k views

Linker Command failed with exit code 1 (use -v to see invocation

I am working on google analytics (iOs, Objective c), when i add this file "libGoogleAnalyticsServices.a" to my project I got this error "Apple Mach-O Linker Error" "clang: error: linker command ...
Naresh's user avatar
  • 17.6k
3 votes
1 answer
1k views

Delete custom dimension from Google Analytics tracker

I am setting custom dimensions values using [GAITracker set:value:] method. This works fine but now I want to remove / delete the custom dimension values from the tracker so they do not get tracked ...
Bobrovsky's user avatar
  • 14.1k
1 vote
1 answer
3k views

Is there any way to attribute Apple Search Ads installs with Google Analytics?

Currently within the Apple Search Ads platform there is only data on keyword performance before the install. Since my app has in-app purchases, I would like to be able to attribute app installs from ...
user3538286's user avatar
2 votes
0 answers
43 views

What triggers a user to be removed from the Google Analytics Real-Time View?

I'm using GAI 3.15. I have the following code in application: didFinishLaunchingWithOptions: and it works great. NSDictionary *appDefaults = @{kAllowTracking: @(YES)}; [[NSUserDefaults ...
Fredrik Johansson's user avatar
4 votes
2 answers
942 views

Google Analytics iOS SDK "1 second sessions" (possibly background sessions?)

Google Analytics (using iOS SDK version 3.14 and it's built in sessions tracking) is reporting a significant percentage of app sessions as 1 second. Maybe users are launching an app to view a page ...
Adam Jack's user avatar
  • 590
0 votes
1 answer
668 views

Google Analytics - How to send multiple dimensions for an event in ios

I am new to Google Analytics. In my project i have to send multiple dimensions for an event. Actually i need to raise an event with two dimensions, event raises twice because i am raising the event ...
Krish Allamraju's user avatar
1 vote
2 answers
538 views

What is the proper syntax for Google Analytics Exception tracking in Swift?

I'm trying to use Exception Tracking for my app in Google Analytics. https://developers.google.com/analytics/devguides/collection/ios/v3/exceptions I am just trying to figure out the syntax for this ...
SH10151's user avatar
  • 974
1 vote
0 answers
51 views

Google Analytics exclude traffic from own iOS app

Can I exclude my own mobile app traffic from Google Analytics when I have downloaded my own iOS app from the AppStore?
Manuel's user avatar
  • 14.8k
2 votes
0 answers
212 views

How to select an 'Account' when adding Google Analytics to an app

This is not specifically about programming but about setting up a GA account to finally start programming. Also google himself redirected me here and has closed their own google groups community. ...
de.'s user avatar
  • 8,166
2 votes
1 answer
1k views

iOS Google Analytics. How to track only app launches?

I want to get information about app installs and new/active users. Nothing else. No events, purchases, etc. Maybe uncaught exceptions. I use Google Analytics v3.14 (pod 'GoogleAnalytics', '~> 3.14') ...
Fyodor Volchyok's user avatar

15 30 50 per page