All Questions
14 questions
0
votes
0
answers
114
views
How can I setup Google Analytics for my React App?
I'm currently integrating Firebase with my Web React App.
To integrate Google Analytics I was using the Google Tag Manager script on the page header tag, and without any extra configuration, I was ...
1
vote
0
answers
254
views
Firebase Analytics - Activate after user consent
I am working on react js project . I am using Firebase analytics to track users .
Can anybody provide me some information on how to disable / enable Firebase Analytics data collection depending on ...
0
votes
1
answer
1k
views
Keeping track of custom events in Google Analytics (React app)
I've been running into some difficulty with Google Analytics and keeping track of some custom events that I've made on a React app, using Firebase to handle GA. The event I'm trying to keep trying to ...
4
votes
2
answers
579
views
Initialize Firebase Analytics after Opt-In
I am trying to use Firebase´s Google Analytics for my Nextjs App.
Problem is i live in Germany and i am only allowed to use Analytics after user Opt-in.
My Config looks like that:
import { ...
3
votes
1
answer
3k
views
I am seeing following error while trying to add firebase analytics
I have linked firebase analytics to the firebase project recently but I am getting the following error in my console and nothing is visible in the firebase analytics Dashboard even.
[2022-04-11T06:07:...
0
votes
1
answer
1k
views
How to find the number of views of the react native page?
I'm making an app. I want to find the number of views of a forum application and posts shared in this application and send them to the firebase database? What path should I follow?
1
vote
1
answer
819
views
Can I use Firebase Analytics and gtag at the same time?
I have a firebase application.
I am using firebase analytics. Like that;
import { getAnalytics } from "firebase/analytics";
const analytics = getAnalytics();
But now client asked to add ...
1
vote
0
answers
263
views
Google Analytics for Firebase on web apps
I'm using Google Analytics for Firebase for a React Native for Web app. This is working fine in the browser, but does not work when the app bundle is executed on other platforms (Tizen, webOS, Xbox).
...
0
votes
1
answer
827
views
Why I'm not able to access google analytics in my React app? [duplicate]
I am trying to enable google analytics with the help to react-ga hook.
I folloed their docs on github, I don't know why I'm not getting any data and don't know how can I debug this. I've paste this ...
9
votes
1
answer
4k
views
Firebase Analytics Googletagmanager Error
I'm getting this error from Firebase, I added Analytics to my project today, and now the landing page shows this error in the console.
helpers.ts:72 GET https://www.googletagmanager.com/gtag/js?l=...
2
votes
1
answer
2k
views
What are firebase.analytics() default logged events for a web app?
From this page, we get that Firebase is supposed to auto log some events.
https://support.google.com/firebase/answer/6317485?hl=en
I have a web app, this is not a mobile app. This is already ...
1
vote
0
answers
437
views
Tracking default events in Firebase Analytics for Web
I am creating a web application using React and I just integrated the new Google Analytics for Firebase Web.
I have managed to capture a few test events successfully, but now I want to track where ...
2
votes
1
answer
988
views
FCM Web push notification Google Analytics
In our web application, we use FCM to send push notifications. Tell me, please, is there a way to track using Google Analytics getting and opening push by the user?
All solutions that I found on the ...
2
votes
0
answers
175
views
Logging React app state for analytics
Since it's easy to convert React or Redux app state into JSON (and back), and since many companies with web app want to be able to gather as much data as possible about how users are using their app, ...