All Questions
98 questions
1
vote
0
answers
125
views
Google Analytics Measurement iOS Campaign Tracking Builder
I'm just wondering how to find the web+app Property ID on Google Analytics.
Because I want to use iOS Campaign Tracking URL Builder.
When I tried to use that, I had to enter the Google Analytics ...
1
vote
1
answer
236
views
iOS tel hyperlink javascript tracking in Google Analytics
I have some js code to record outbound link click events in Google Analytics, which effectively adds a delay to the click event before allowing the normal click behaviour to go through.
This applies ...
4
votes
1
answer
3k
views
How to filter Firebase events by custom parameters?
I'm using Firebase for my app analytics and I'm having some issues with my events.
This event is fired when user opens a productDetailPage, with two parameters.
Analytics.logEvent(...
1
vote
0
answers
170
views
IDFA looks like sent but nothing show up on Google Analytics Demographic Info
I want to implement iOS App Install Tracking to track my campaigns. It looks like a simple job but It doesn't work for me. I searched for below posts but nothing worked for me.
How to detect an iOS ...
0
votes
0
answers
246
views
Google analytics Ecommerce value is not updating in google analytics console
I am doing the google analytics e-commerce tracking. And when I do any product shipping or any transaction.That value is not updating in my google analytics console.
Here my code :
static func ...
2
votes
1
answer
1k
views
How to track traffic in Google Analytics from Apple News rss feed?
I am trying to track traffic coming from Apple News through Google Analytics, submit in RSS format. After online search I found that only if it's submitted in Apple New format. And that RSS feed is ...
0
votes
0
answers
329
views
Custom dimension not working
I've created 2 dimesions in my Analytics. When my user log in my app, I send the dimensions to Google Analytics. I know that have a delay to the dimension appear in report. But it's not appearing.
...
0
votes
1
answer
163
views
Google Analytics GIA Tracker returns nil
I Have integrate Google analytics for screen tracking to my app but at time of initlisation tracker return nil
id<GAITracker> tracker = [[GAI sharedInstance] defaultTracker];
I added sdk in my ...
4
votes
1
answer
4k
views
is it possible to rename event label in google analytics?
How to rename event action and event label field in google analytics?
I want to change some meaningful name for that field.
I don't want to create custom variable.
0
votes
0
answers
370
views
Google IOS analytics [GAIReachabilityChecker reachabilityFlagsChanged:]
Integrate google analytics in my application successfully. Got one waring in my console [GAIReachabilityChecker reachabilityFlagsChanged:]
[GAI trackerWithName:trackingId:] (GAI.m:155): Nil or empty ...
2
votes
0
answers
225
views
Where can I get the GGLContext+Analytics category required for google analytics
I am implementing the google analytics in one of my iOS application, I found that they added some configuration plist that required to add to the project to track proper analytics.
I created the ...
2
votes
1
answer
524
views
Duplicate Symbols Error - Google sign in and Google Analytics Both
I am getting this error after including the google analytics in my app.
I have already implemented google plus sign in with framworks.
GoogleOpenSource and GooglePlus.
I have removed -ObjC from other ...
3
votes
1
answer
610
views
How to get active users distributed by Campaign source? Google Analytics campaign tracking ios
I need to track my ios app installs by campaign src. and i am using google Analytics campaign measurement for that .
i need to associate the campaign source with the events.
so each event will have ...
3
votes
0
answers
931
views
GoogleAnalytics 3.14 void GAIUncaughtExceptionHandler(NSException *)
I have used google analytics and faced with the problem:
Standard initialisation:
GAI *gai = [GAI sharedInstance];
gai.trackUncaughtExceptions = YES; // report uncaught exceptions
gai.logger....
1
vote
1
answer
224
views
Google analytics pods giving error in xcode 6.4
I have added Google Analytics in my main project same as my Analytics's demo project I have followed as it is mentioned in Google Analytics, demo project is working fine however I am getting following ...