google-analytics-firebase Questions

2

How to set or override User Agent value in Measurement Protocol (Google Analytics 4)? It was easy with previous Measurement Protocol (Universal Analytics): https://developers.google.com/analytics/d...

11

Solved

I followed google documentation to integrate my app to Google Analytics. But when adding apply plugin: 'com.google.gms.google-services' and building my app, I encountered this error: Error:(49,...
Ninetieth asked 10/2, 2016 at 9:56

2

I have followed the guidelines described on Measurement Protocol (Google Analytics 4) to send purchase events from server. I have verified that logging of this event works on GA4. I even see sourc...

1

I am getting this notification on Google App Install campaign and I have no idea how to fix it. This app doesn't have any associated download conversion actions, which could impact campaign perfor...
Pantomime asked 5/1, 2023 at 8:48

1

I have google analytics running on my website: mydomain.com Another website (anotherdoamin.com) that I don't own has embedded my website in an iframe on one if its pages. I want my websites analyti...

5

Solved

Following the guide on setting up Google Analytics in an Android app (https://developers.google.com/analytics/devguides/collection/android/v4/) I am left wondering if this google-services.json file...

3

To play with Google Analytics for Web based projects on Firebase we need to use either the Firebase reserved URLs or to copy/update the Firebase config object as the documentation states here. I a...
Aeriel asked 22/3, 2020 at 19:39

1

I have created a campaign link and when i give Bundle data = new Bundle(); data.putString(FirebaseAnalytics.Param.SOURCE,Applink.getQueryParameter("utm_source")); data.putString(FirebaseA...

0

I appear to be missing some firebase analytics events. I think the issue may be that firebase is caching events and only sending them once every hour. In my case, I have a web application that user...

4

Solved

I'm trying to get some data from our google analytics instance and I'd like to use the Analytics Reporting API V4 Client Library for .NET (https://developers.google.com/api-client-library/dotnet/ap...

2

Solved

I have an app with Firebase integration to connect analytics using cocoapods. It was working well without any yellow warnings for iOS 13, but when I installed the new cocoa pods for target iOS 14 a...
Holdback asked 12/6, 2021 at 17:11

4

Solved

According to the Google Analytics "Creating a Report" guide, a required field for a request is the viewId: A valid view ID for the viewId field. Cool. So what is a viewId and where do I find i...
Astylar asked 27/4, 2016 at 18:32

4

I noticed that my google analytics ecommerce data are not properly delivered by my android app, while all the other analytics data (screen views, exceptions) are correctly published. I already ope...

0

If I use the same parameter name for two different events, google analytics will show in custom dimensions & metrics these parameters like this: item_name[spend_virtual_currency] item_name[Brea...

2

Solved

On my way implementing firebase analytics into my flutter app, i cant get the proper events to trigger or i dont get how this should work. Lets take the following code: firebaseAnalytics.setCurren...

2

Solved

I have an Angular app build with AngularFire and hosted on Firebase. How should I be using Analytics SDK to set the user ID, track page loads and log custom events?

3

Solved

I'm trying to use multiple dimensionFilterClauses into a Core Reporting API V4 query. If I use just a filter on the ga:adwordsCustomerID dimension everything goes fine, but when I add a second filt...

2

I have created a project in Google Firebase Analytics and I am able to log screen names in the console. But for one screen screen_view is not recorded and it is showing as not set in the screen vie...
Shipmaster asked 20/6, 2018 at 15:38

1

Solved

I am trying to connect to Google Analytics Reporting API v4 from my Node server (running as a Firebase Cloud Function). I want to authenticate using JWT, as per this example: http://nali.org/google...

2

I'm implementing Google Analytics v4 in my android app through GTM. Container and code are configured according to instructions found here https://developers.google.com/tag-manager/android/v4/. I'm...
Intussusception asked 23/4, 2014 at 21:40

1

Solved

I have been using Google Analytics version v4 in an Android mobile application for the past few years; I am planning to move to Firebase Analytics. If I move to Firebase Analytics as is, will I lo...
Instantaneity asked 24/5, 2018 at 4:18

3

Solved

I am trying to integrate Google Analytics for Android. As per the documentation here, it asks to add android.permission.WAKE_LOCK (provides the comment note below). I dont understand it clearly. If...

1

Solved

I have nowhere to report this but here, as the issue tracker is read-only: https://code.google.com/p/analytics-issues/issues/list When running with StrictMode enabled I get the following from the ...
Cosmism asked 16/2, 2017 at 10:9

2

Solved

I have implemented Google Analytics Campaign Measurement according to this guide. Then I want to test if everything works good by following this guide. I have added these on AndroidManifest.xml: ...

1

Solved

I'm trying to setup the Campaign Measurement system to track where the users find my app. I've implemented the first part Google Play Campaign Attribution this but I can't seem to figure out how to...
Grind asked 25/1, 2017 at 10:21

© 2022 - 2025 — McMap. All rights reserved.