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
1
vote
1 answer

Google Analytics realtime shows mismatched data

which one of the following is correct in the Google Analytics dashboard? The "Right Now" or the "Metric Total"? how many users I actually have??
Shlomi
  • 3,622
  • 5
  • 23
  • 34
1
vote
3 answers

How use Google Analytics Reporting api with new GA4 accounts

Before GA4 i use a custom php dashboard with dimensions and metrics for reporting stats. I use VIEW_ID for having my stats. Here my code : function initializeAnalytics(){ $KEY_FILE_LOCATION =…
1
vote
2 answers

App + Web Measurement ID and the /collect Endpoint

TL;DR: How does the Measurement ID in the new App + Web Tracking feature work with the /collect endpoint? We use the Google Analytics Measurement Protocol to send app events to our customers' Google Analytics instances. An anonymized example of a…
1
vote
1 answer

GAnalytics : script was working, now multiple module not found (GAnalytics lib)

I made some modification on a script that was perfectly working for 2 months. Some code factorisation, add a bit of logging here and there... nothing big. Now when I try my script I got several error that some google modules (I get data from Google…
Ragnar
  • 2,550
  • 6
  • 36
  • 70
1
vote
1 answer

Get Google Analytics Linker params with multiple trackers on the page

My question is for someone with experience using Google Analytics Linker Plugin programmatically. However my example has a bit complicated setup. I'm currently working on the website which is using Google Tag Manager for loading GA scripts. It loads…
1
vote
1 answer

Is Ionic Google Analytics plugin deprecating?

I wanted to implement google Analytics for Ionic ( Android and IOS ) using the plugin https://github.com/danwilson/google-analytics-plugin, which is build on Google's native Universal Analytics SDK. I learnt that google is pushing firebase instead…
sayomaka
  • 21
  • 1
1
vote
1 answer

How to set Google Analytics tracker ID in build.gradle instead of xml?

All environment specific keys like server URL and SDK keys are currently kept in the build.gradle file. The purpose of this is to easily switch between developing and production environments using buildTypes. I added Google Analytics to the app,…
Manuel
  • 14,274
  • 6
  • 57
  • 130
1
vote
1 answer

google Analytics not showing data for ios

I am trying to implement Google Analytics in ios the logs shows that the data is sent but nothing shows in the Google Analytics console code login screen override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) …
Mohamed Mo'nes
  • 420
  • 3
  • 14
1
vote
1 answer

How to show the google analytic Dashboard in own web site

can we show the google analytic Dashboard object in own website by using PHP and API or oauth?
1
vote
0 answers

Could not invoke GoogleAnalyticsBridge.trackScreenView

I got a new Mac and cloned our project repo, but I'm getting this error even though I didn't change anything in the code. The same code that my colleagues use (even if they clone a new one) and my old Windows laptop and can be built successfully. It…
Compaq LE2202x
  • 2,030
  • 9
  • 45
  • 62
1
vote
1 answer

Google Analytics Embed: cb=gapi.loaded_0:102 Uncaught [object Object]

I'm getting the error cb=gapi.loaded_0:102 Uncaught [object Object] when I try to use this Google Analytics embed code to retrieve data from the platform. I got this code directly from the google developers…
1
vote
1 answer

Linker Command failed with exit code 1 (use -v to see invocation

I am working on google analytics (iOs, Objective c), when i add this file "libGoogleAnalyticsServices.a" to my project I got this error "Apple Mach-O Linker Error" "clang: error: linker command failed with exit code 1 (use -v to see invocation)".…
Naresh
  • 16,698
  • 6
  • 112
  • 113
1
vote
1 answer

firebase EXC_BAD_ACCESS logEventWithName

When using FIRAnalytics logEventWithName:parameters method application crash caused by EXC_BAD_ACCESS. This is how I call it: [FIRAnalytics logEventWithName:name parameters:paramethers]; parameters: name = "News_Detail" paramethers = { Title…
MGY
  • 7,245
  • 5
  • 41
  • 74
1
vote
1 answer

Google Analytics API v4 returning different results from API v3

I'm trying to solve this issue for the last 2 days. When I'm using Google Analytics API V4 I get fewer results than I'm using the API V3. I'm using the exact same parameters in both versions. API v4 implementation Uri:…
1
vote
0 answers

Google Analytics cross domain linker and referral exclusion - to IP address instead of DNS?

G'day, I have a client who wants to setup cross-domain tracking, but when you click through to their payment gateway you are redirected to an IP address rather than a domain name URL. I was able to find the DNS for some by using tracert on the IP…