Questions tagged [google-analytics-sdk]

The Google Analytics SDK allows you to connect your application to Google Analytics.

Goolge Analytics SDKs allow you to send user interaction from mobile applications to Google Analytics.

This allows developers to measure how users interact with their business from almost any environment. Developers can then use the Measurement Protocol to:

  • Measure user activity in new environments.
  • Tie online to offline behavior.
  • Send data from both the client and server.

Links:

219 questions
0
votes
1 answer

Google analytics implementation on Swift-iOS app

Can you help me and provide how exactly to implement GA to Swift-based iOS app? I am trying do this: GAI.h lib import, but it doesn't work correctly. GAI.sharedInstance().trackUncaughtException = true doesn't work as well because it is unknown…
0
votes
0 answers

Is there a Cordova plugin for Google Analytics iOS SDK v3?

I have been using the GAPlugin for some time for basic event tracking; it works great. Now we want to take advantage of Google's remarketing program that I believe requires IDFA information sent to Google. I believe the correct way to do this for…
Dustin Simpson
  • 749
  • 4
  • 10
0
votes
1 answer

Is it necessary to show Google analytics privacy policy in IOS application

In my IOS application i am using google analytics, is it necessary to tell the app users that we using google analytics. Is it necessary to show the google analytics primary policy in App. Please help me.
0
votes
1 answer

Google analytics not working with SDK V4

i was trying to integrate google analytics in my android app. and it didn't worked . i dont know where the problem is . here is the code Main_activity: Tracker t = ((MyApplication) getApplication()).getTracker(TrackerName.APP_TRACKER); …
SaidTagnit
  • 115
  • 3
  • 14
0
votes
1 answer

NSArray countByEnumeratingWithState sent to deallocated instance

I'm getting this error: With no stack trace. -[__NSArrayI countByEnumeratingWithState:objects:count:]: message sent to deallocated instance What would call this method? Is it possible to pin down what's calling this? I have zombies on but don't…
quantumpotato
  • 9,637
  • 14
  • 70
  • 146
0
votes
1 answer

How to add a mobileapp in already exicisting webapp tracking google analytics account

I have a google analytics account for tracking a website but i need the same account for tracking an android application too.How can i use the single account for tracking both mobile app and web app. Please help me.Thanks in advance
-1
votes
2 answers

I want to expose google analytics data to my users

I'm looking to expose some google analytics data to the viewers of a page on my website. Specifically, I want to show the total number of views a page got over time, and the referral sources. (Similar to the data that Medium shows…
RoccoB
  • 2,439
  • 2
  • 27
  • 30
-1
votes
1 answer

Google Analytics is overcounting users from Android

I've been developing a new Android App for the past few days. I followed the Google Analytics v4 guide https://developers.google.com/analytics/devguides/collection/android/v4/ I've only got the Android app connected to that Google Analytics…
-3
votes
1 answer

How can we access specific Google Analytics account data using API and C#?

We are developing an app that intended to access website data of other websites owners who are registered on our app. What we want that user will login into their gmail account and provide our app access to their google analytics account for their…
Rahul Neekhra
  • 780
  • 1
  • 9
  • 39
1 2 3
14
15