Questions tagged [google-analytics-firebase]

Google Analytics is a free analytics solution provided by Google, featuring several client-side APIs for data collection. This tag is used for the Collection protocol specifically for Android and iOS SDKs versions 4.

Google Analytics provides easy to use APIs and SDKs to send data to Google Analytics.

With the collection APIs and SDKs, you can measure how users interact with your content and marketing initiatives. Once implemented, you will be able to view user-interaction data within Google Analytics or through the Reporting APIs.

Android Google Analytics SDK v4 for Android - Getting Started

iOS SDK Google Analytics SDK for iOS v3 - Getting Started

You can use the SDK by using Google Play services SDK. This SDK can be downloaded from https://developer.android.com/google/play-services/index.html.

648 questions
0
votes
1 answer

How to get data from Google analytics api for different websites

Google analytics api for different websites for example: I have 67 websites and there record in Google analytics. Actually I want single website Top 10 links most visited, with numbers of times that link is visited and total website visits and…
0
votes
2 answers

Is it possible to get analytics on PAST website activity - Wordpress

Is there a way with Google Analytics, or maybe with something else, to get the old analytics information on the wordpress website? I have not used any kind of analytics to track visitation. So sorry if this is a stupid question or does not make…
Aasim Hussain Khan
  • 1,137
  • 3
  • 15
  • 33
0
votes
1 answer

How can a Page view be 0 for Page depth = 0

I created an advanced segment with condition Page depth = 0 and then I found a report under Audience Overview that Page view is 0 for a huge number of session and Users. How is that possible?
0
votes
1 answer

Why is UserID reported as anonymous data?

I have setup google analytics userID extensions, according to the guide, here is my code: ga('create', 'UA-10303525-4', { 'userId': current.user.longid }); ga('send', 'pageview', '/purchase/invoicing'); After three days, all logged in user data is…
Himmators
  • 14,278
  • 36
  • 132
  • 223
0
votes
1 answer

Google Analytics V4 doesn't work on android devices before 4.x

I have sucsessfully integrate Google Analytics v4 in my android app. But the problem is he send data (statistics) only with Android 4.X ? i want to know if he work with OS version before 4.0 ? thanx.
0
votes
1 answer

Google anlytics is not working integrated in android app ,real time data is not showing

I have two account of google analytics , but one account giving all data fine ,but another is not giving data ,not even real time data , I am integrate code as per this please anyone have an idea about it ,thanks in advance ?
Anand Phadke
  • 531
  • 3
  • 28
0
votes
1 answer

Counting Finger Swipes on Mobile in Google Analytics

I've been looking around and can't find any information on whether or not you can track finger swipes in Google Analytics.
lcm
  • 1,737
  • 6
  • 17
  • 40
0
votes
1 answer

GoogleAnalytics for Android v3 vs v4

I've finished a project and have tried using GoogleAnalytics v3 for Android. I have followed all their instructions, but no devices are found. Do I need to use Google Analytics v4? Per your response below, attached are the relevant sections. In…
Jack120
  • 213
  • 1
  • 6
  • 21
-1
votes
1 answer

Connecting Firebase to BigQuery Sandbox

I am trying to connect Firebase to Google BigQuery Sandbox to check the raw data of Google Analytics for Firebase. Linking Firebase and BigQuery needs to upgrade Firebase for Blaze plan. If I upgrade Blaze plan, is it not avaliable use BigQuery…
-1
votes
2 answers

Google analytics error unknown source in application

bellow code is my build gradle dependency integrated as per developer console. but i got error when app open (get crash). when i run the app i get crash on home screen. give me any solution for this error. apply plugin:…
PRP
  • 101
  • 9
-1
votes
1 answer

Google Analytics: segment discrepancy between API and web reporting

I've had an analytics reporting API running for a while now and unfiltered view results from the API match the web reporting. The issue I'm seeing is when adding a segment to the API report request. The web reporting is frequently returning…
-1
votes
1 answer

Average time on page includes the video view time in Google analytics

Google Analytics has one of the metric which is "average time on page", which is how long user stays on a certain page. I'm trying to figure out if someone watched the video on same page, would the time they viewed count towards this "average time…
-1
votes
1 answer

How to get list of user(visited ) ip's to my website for Google Analytics?

Hi guys am not getting the list of ip's who are visited my website even though i included below JS code to my website