Skip to main content

All Questions

1 vote
0 answers
116 views

Track social interaction of shared content

Let's say I have an iOS app where users upload videos. They sign in to the app via Facebook (keeping this question simple). Every uploaded video has a Share button. When the user clicks it, the video ...
tempid's user avatar
  • 8,088
1 vote
2 answers
2k views

Google Analytics Reduced Session Tracking after v3 SDK update

I am using Google Analytics in my application to track events and sessions. Earlier the version of analytics was v2.x and now I have updated its version to v3 and I can see there is a major ...
AtWork's user avatar
  • 1,293
1 vote
0 answers
132 views

Hook up facebook campaigns and google analytics for mobile app

When creating facebook ads for a website, it is pretty simple to set them up with utm source-parameters so one can track conversions of the ads and benchmark which one is performing best. However, ...
Florian Holzhauer's user avatar
3 votes
3 answers
1k views

Error Implementing Google Analytics to iOS

I am trying to add Google Analytics to my iOS app. I have added all the right frameworks to Xcode. I followed through the SDK v3 startup guide. But when I added: self.trackedViewName = @"About Screen"...
user2843105's user avatar
0 votes
2 answers
311 views

no visible interface for 'GAITransaction'

I'm trying to implement In app purchase tracking in iOS with Google Analytics but I receive these errors: The exact example code taken from the Google Analytics page has 2 errors: - (void)...
Mihai's user avatar
  • 131
2 votes
2 answers
268 views

Google Analytics in iOS, How do I know if a page of my website was opened using an app?

I'm developing an iOS app that required me to track a clicked event on an advertising image. When user clicked on the ads image the app will open a website in web view. My question is : how does the ...
Phally's user avatar
  • 47
1 vote
1 answer
861 views

Google Analytics tracking clicks in tableView IOS?

I am new to Google Analytics and trying to implement a track-event when a user clicks in a tableView in my IOS app. What I am trying to track is the name of the "cell" being clicked in the tableView ...
Jesper Martensson's user avatar
4 votes
3 answers
5k views

Integrate Google Analytics Tracking Into IOS 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. cf. https://developers.google.com/analytics/devguides/...
user1781040's user avatar
2 votes
1 answer
1k views

How can I track referrals with Google Analytics SDK for iOS?

Here I can se how to pass tracking values: https://developers.google.com/analytics/devguides/collection/ios/devguide#campaigns What I don't understand is how to pass referral info through the ...
user1514483's user avatar