Skip to main content

All Questions

4 votes
1 answer
744 views

Tracking traffic from mobile devices' home screen in Google Analytics

Does anyone know if it's possible to track website traffic coming specifically from a home screen icon on an Apple device? E.g. when I specify the following HTML I can obviously control the image ...
Tia's user avatar
  • 41
0 votes
2 answers
49 views

Google analytics breaks UI on iPad

After GA was integrated in my application I found that something wrong on iPad version (at the same time on iPhone everything ok). On one of the controllers I have tableview and when taking GA event ...
artyom's user avatar
  • 58
1 vote
1 answer
272 views

Google analytics click event shows error

I have developed iPhone app, now i want to integrate google analytics in my app. I am following this link of google analytics for tracking click events, https://developers.google.com/analytics/...
Krunal's user avatar
  • 6,470
0 votes
3 answers
976 views

How to determine the exact iOS version using Google Analytics

While reading a tutorial on Google Analytics for iOS I wanted to know which version of iOS I was running. I've googled for phrases like "ios version google analytics" but couldn't find anything ...
Tushar Koul's user avatar
  • 2,970
0 votes
1 answer
793 views

How can I upload my custom data on google analytics by using custom Dimension/Metrics in iPhone?

I am trying to upload my custom data by using my iOS application [self.tracker setCustom:1 metric:[NSNumber numberWithInt:9]]; and [self. tracker setCustom:2 dimension:@"Test2"]; I have followed ...
Pushpendra Singh's user avatar
17 votes
4 answers
24k views

Google Analytics in iOS (Not Working)

I am trying to implement google analytics.. could you guys please help me -(void) setGoogleAnalytics{ // Initialize tracker. self.tracker = [[GAI sharedInstance] trackerWithName:@"ipad app" ...
Anil Kothari's user avatar
  • 7,713
1 vote
1 answer
645 views

Google analytics doesn't show tracking of my App

I would like to Integrate Google Analytics Tracking into my IOS APP. I have integrated Google Analytics Library and Add It To my Application. Here is my code snippet, - (BOOL)application:(...
Krunal's user avatar
  • 6,470
0 votes
2 answers
2k views

Google analytics not working iOS

I have implemented 3 steps. Step 1: I have Downloaded google analytics Library files and added this files to project, GAI.h GAITrackedViewController.h GAITracker.h GAITransaction.h ...
Krunal's user avatar
  • 6,470
5 votes
1 answer
2k views

Do I have to stop the Google Analytics tracker in applicationWillTerminate? (iOS)

I'm using Google Analytics in my app, and while I believe I've carefully followed the getting started guides and screen tracking manuals, I don't see anywhere that I should stop the tracker when the ...
MLQ's user avatar
  • 13.5k
1 vote
1 answer
1k views

Google Analytics Event and Social Reporting on iOS

I'm using the latest version of Google analytics for iOS (up to this post date). The pageViews are logged and reported correctly but the events and social events aren't. Here are some snippets of my ...
belhawary's user avatar
-1 votes
1 answer
343 views

Free event tracking for iOS with raw data export [closed]

I'm looking for a free analytics tool to track events on iOS. However, I'm not interested in graphs or aggregate data. I simply need a raw log of the events like this: 1/01/2012 10:58pm: User#...
tba's user avatar
  • 6,461
31 votes
2 answers
1k views

google analytics ios sdk V2.0 short session durations

The app I'm working on is used on an iPad in a retail display. The device has auto-lock turned off, and the app will show a video loop as a type of screensaver after a minute of inactivity. We are ...
dsmDev's user avatar
  • 361
8 votes
4 answers
3k views

Can I use Google Analytics to sort out the statistics of my iOS App?

Is this a violation of Apple app development rules? In some forums I just saw that thing. So am afraid of getting rejected by AppStore if I use the same. Help me with this please. And if I can't use ...
thoughtbreaker's user avatar