Skip to main content

All Questions

-1 votes
0 answers
15 views

React Native App Stopped Logging Conversions to Google Ads

I have a React Native Expo app for iOS that uses Firebase and Firebase Analytics to log user installs. The app correctly logs events to Firebase and Firebase Analytics, where I can see events such as ...
Viktor Pesic's user avatar
0 votes
0 answers
21 views

React Native Expo: Google analitics - unable to get ios to work properly

I have that strange problem I encountered today. On our React Native app we had a working version of google analitics - it worked for both android and ios. It was on test-like account. Recently, we ...
Piotr Zajas's user avatar
0 votes
1 answer
505 views

React Native - Firebase custom events are not logged in the console

I have an application developed in React Native that correctly sends the events to Firebase in Android and in IOS <14 but in versions higher than 14 it does not register the custom events but the ...
Daniel Pacheco's user avatar
1 vote
0 answers
63 views

Firebase Analytics events with Expo not firing on iOS

I have implemented Analytics events using Firebase Analytics in a React Native app using Expo. The setup works fine with Android and I can even see that my Firebase Dashboard detects my iOS users, ...
Filip Skukan's user avatar
1 vote
0 answers
434 views

How to get campaign referrals for both ios and android ( in react native project)

How to get campaign referrals for both ios and android( in react native project) To generate a campaign link we have to use For android: https://developers.google.com/analytics/devguides/collection/...
Pruthvi's user avatar
  • 590
1 vote
0 answers
190 views

Disable automatic firebase analytics of screen tracks [duplicate]

I've integrated successfully Firebase Analytics for screen tracks and I'd like to disable automatic screen analytics since I don't want to see the native screen classes including UIViewController from ...
Roy's user avatar
  • 736
0 votes
2 answers
59 views

Firebase analytics android apps

When implementing fire base analytics in android apps do i need to add any codes in the app side or is it enough to enable it in firebase console only. Does it same in ios
shan's user avatar
  • 11
0 votes
1 answer
43 views

App Analytics for device where network connectivity varies

Attempting to set up analytics for a react native app, and was going to use something like https://www.npmjs.com/package/react-native-google-analytics. An issue though, is that there are times where ...
Robert Schillinger's user avatar
12 votes
4 answers
12k views

How to set up analytics on React Native for iOS

So I have a completed React Native project for iOS but I want to put analytics in it. I tried the react-native-google-analytics package, but issues prevent it from working properly. Also, the react-...
Tom Goldenberg's user avatar