All Questions
56 questions
3
votes
1
answer
2k
views
how to setup the app for receiving the utm parameters from url iOS?
I wanted the help to retrieve the utm parameters from the url the app was installed but the utm parameters are not received in the url. Can you guys please help in how to setup the app for receiving ...
0
votes
0
answers
84
views
Google Analytics notifications
I am looking for a way to get notified by an email about critical issues in mobile apps. Currently, Google Analytics (with firebase or itself) is the best solution to suit my tasks: crash reports, ...
0
votes
0
answers
45
views
True articles list with Google analytics
I'm working with Google Analytics API and I need to get a list of articles titles. Now I use this to get it:
ga:pageTitle
But I get some articles with trash titles as well.
How can I get only ...
0
votes
1
answer
465
views
GGLCore/GGLCore.h file not found Analytics.h?
I am working on objective c google analytics, I am getting error "GGLCore/GGLCore.h file not found Analytics.h". I followed this like to implement the code developers.google.com/analytics/devguides/...
0
votes
1
answer
89
views
Android project. Setup Firebase AND Google Analytics
I have a iOS project with Google analytics and Firebase. (I log custom event in google analytics)
Now I want to do similar for an Android project.
Question: Is there a way to set Google Analytics ...
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 ...
3
votes
0
answers
704
views
How to Change ClientID in Google Analytics iOS
I have a query regarding Google Analytics clientID. I know that GA assign a UUID for each users internally. Can we set custom UUID from device as below
[tracker set:kGAIClientId value:[UUID getUUID]];...
6
votes
1
answer
564
views
Google Analytics Pod installs too many dependencies
I've just included the Google Analytics Pod as described in their iOS developer guide with:
pod 'Google/Analytics'
When running
pod install
it installs the following dependencies:
Installing ...
0
votes
1
answer
671
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 ...
3
votes
0
answers
150
views
What do I have to set to see screenviews from app and webview in the same flow in behavior flow?
In our app we have native and WebView parts.
WebView elements open our website (which is SPA).
We want to track in behavior flow tab that users go through certain app screens than WebView screens ...
1
vote
2
answers
6k
views
google analytics - send event/label as an object instead of a string
I am using Google Analytics to track my webpage. There is lot of data need to be sent to dashboard, but after reading documentation, GA just allows us to send string instead of object for event/label.
...
1
vote
0
answers
911
views
How to change clientId (&cid) in Google Tag Manager iOS?
I need to change the &cid (client Id) parameter in Google Tag Manager. I have tried setting kGAIClientId on tracker of GAI (Google Analytics).
self.tracker =[[GAI sharedInstance] ...
1
vote
1
answer
1k
views
Custom user agents with google analytics
I'm sending requests to google analytics from an iOS app using the GA measurement protocol.
I'd like to be able to create a segment for all things mobile, which would include hits from the mobile ...
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 ...
1
vote
0
answers
114
views
iOS SDK Dimensions Tracking
I'm trying to implement custom dimensions via Google Analytics. During my debug sessions I'll get everything into the right array but in GA it didn't show up.
Can anynone help me out with it?
(void)...