All Questions
Tagged with google-analytics-api ios
82 questions
2
votes
1
answer
233
views
Build errors with XCode 12
Looks like Cocoapods and XCode12 are throwing lot of issues that are difficult to manage. In XCode12, it prompted me to perform a settings update of project to update deployment target of all pods to ...
1
vote
1
answer
485
views
GoogleDataTransport][I-GDTCOR001006] problem?
II had been working on my project like normal when all of a sudden I got this error:
> 2020-05-20 01:42:40.798198-0400 [10404:4763011] [GoogleDataTransport][I-GDTCOR001006] There was an error ...
2
votes
1
answer
139
views
How can I mimic gtag event logging on iOS for my Google Analytcs 2 (App + Web) Property?
I am trying to migrate an iOS application from an old Google Universal Analytics property to the new Google Analytics App + Web property.
How can I match the gtag event logging format (which our web ...
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
79
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/...
1
vote
0
answers
186
views
Sample code for Uploading video on YouTube
I am looking for a working sample code that can upload video to YouTube on iOS (Objective-C or Swift). From what I have understood in the new flow, I need:
Authenticate using GTMAppAuth or Google ...
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
162
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 ...
8
votes
0
answers
791
views
sqlite: sqlite3_column_count always returns 0
I am using sqlite in an iOS project. However sqlite3_column_count is always returning 0, even though I'm certain the query does return some columns (I don't even think a SELECT query in SQL is ...
3
votes
0
answers
702
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]];...
1
vote
1
answer
314
views
Is it possible to send Apple IDFA to Google Analytics manually using Measurement Protocol?
IDFA and AAID are not in the measurement protocol list of available parameters, but I wonder they are undocumented?
6
votes
1
answer
557
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
669
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 ...