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
0 answers

Is it normal that my unadvertised site with no search engine optimization can get 90 unique visitors a day?

Im developing a web app and I noticed that the "under construction" that the url points to is getting a lot of views, and I was expecting basically none at the moment. Is this normal? Are these just "bots" combing the web or something like that? I…
0
votes
2 answers

Tracking by device type Google Analytics

Hi how can i get the metrics by device type like this list? i'm using Javascript api I searched the query in…
0
votes
2 answers

The bundle identifier should be added as a URL scheme to enable Google sign-in

I am attempting to integrate Google Analytics and App Invites into my Swift project and am following this documentation to the…
William Entriken
  • 37,208
  • 23
  • 149
  • 195
0
votes
1 answer

Tracking clicks vs installs with GA Google Play Campaign Attribution like in AppsFlyer

In AppsFlyer, when a user clicks on a referral link that redirects to my app in the Play Store, AppsFlyer immediately records a 'click' from that campaign. The user is shown the page for my app. If they then decide to install my app, a…
0
votes
1 answer

Trakcer send method not working for google analytics

Mainactivity.java: public class MainActivity extends ActionBarActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } …
0
votes
2 answers

Which pod should we use instead of GoogleAnalytics-iOS-SDK?

I am using pod GoogleAnalytics-iOS-SDK in my application. I see that it is deprecated now. Which one is replacement for that with all the existing functions. Thanks in advance.
nOOb iOS
  • 1,384
  • 2
  • 19
  • 37
0
votes
1 answer

Xcode fails building Google Analytics SDK

I'm following the instructions in Google Analytics for iOS, and once I've set the SDK files and frameworks, I get these errors when I try to build the project: Undefined symbols for architecture armv7: "_sqlite3_column_double", referenced from: …
AppsDev
  • 12,319
  • 23
  • 93
  • 186
0
votes
1 answer

How i can read google analytics data from my iOS application?

I am trying to read google analytics data for sessions and real time users , locations ... from my iPhone Objective-c App is there any SDK can achieve this or maybe REST API from google ?
0
votes
1 answer

Screen sending is not working with GoogleAnalytics iOS SDK 3.11

I am trying to send a screen to Google Analytics using its SDK (3.11) on iOS, but nothing is happening on the GA console, even after 24h. I doubled checked the identifier which look like this UA-xxxxxxx-x. Here is the code I use to setup the SDK…
trupin
  • 812
  • 7
  • 14
0
votes
1 answer

Where to find the access token stored in google analytics?

Is there a way to find all the access tokens stored in google analytic's dashboard. And is it possible to fetch all the active access tokens ?
0
votes
1 answer

Google Analytics iOS - Open URL Hangs

On click of a button, I send the user to an external URL (safari). I was to track this action, so I include a call to google analytics right before I call openUrl() id tracker = [[GAI sharedInstance] defaultTracker]; [tracker…
Jameo
  • 4,507
  • 8
  • 40
  • 66
0
votes
1 answer

Check Google analytic (android) integrate is success or not?

I have just integrate the google analytic but in the console there is no result (even the real time). Are there any way to know whether it is fail or success but need some times to effective and show result? From log cat there is some logging like…
0
votes
1 answer

Inserting Google analytic Code into website

I am using site kit Builder and its ready to use templates for my website. I now wish to install Google Analytics. I have copied and pasted the tracking code snippet into my header (left of share button) by "Embedding Code". However, Google keeps…
0
votes
2 answers

Google Analytics for iOS not working for iPad devices

I just installed Google Analytics for iOS on an app I've been working on. I am just doing simple screen tracking for 3 views. Currently, I have been able to get everything to send Google Data (iPhone simulator, iPad simulator, iPhone device) EXCEPT…
a.scarlett
  • 77
  • 1
  • 9
0
votes
1 answer

Get google trackingcode with javascript

I need to get the tracking code (UA-XXXXX...) in my code after i init google analytics. (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { …
Thomas Bolander
  • 3,892
  • 3
  • 22
  • 30
1 2 3
14
15