All Questions
9 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 ...
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 ...
1
vote
0
answers
133
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, ...
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"...
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)...
2
votes
2
answers
287
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 ...
1
vote
1
answer
864
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 ...
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/...
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 ...