In our iOS project we are using Firebase Analytics. We are also running AdWords campaign to get downloads.
I have enabled conversion tracking following https://firebase.google.com/docs/adwords/ for first_opens.
How do I test if this working or not?
Related
The event is successfully logged in Project A -> iOS app A google analytics dashboard. However, I also want to forward it to project B -> iOS app B. I saw here:
How can we use more than one Google Analytics tracking Id in Google Analytics for Firebase in android and ios
That could be done through google tag manager:
https://developers.google.com/tag-platform/tag-manager/ios/v5
But so far I am not succeeding. Yes, I see is pretty straight forward on web with javascript, but I need to get this done on iOS.
We are building a custom, company-wide dashboard. Is there a way to get the number of users (through REST API) that downloaded and are actively using our iOS App?
Our app has Fabric integration (seems Fabric will be a part of Firebase soon?), but maybe there are other, better alternatives?
I checked Fabric and Firebase's document, there is no REST API to get activity data from these service. You can get data from their dashboard, the format is csv.
I saw some python library claimed they can do this job, but not sure these library can work or not. You can search "Firebase or Fabric" on PyPi.
I have implemented firebase to my iPhone app, in Google analytics on my Macbook I can see the reports when I switch Property in Admin section. But I can't see the data on Google Analytics application, all I can see is "All mobile App Data", which is basically just Google data after implemented Google analytics tracking code, not Firebase tracking.
Is there any way to see Firebase analytics data on the iphone app or do I have to implement Google analytics tracking code as well?
Or is there better tool for app analytics?
Thank you for suggestions
With Firebase installed, you can either:
Use Firebase Reporting in GA, which just displays the Firebase Analytics interface in GA.
Install GTM on your app alongside Firebase and use GTM to fire off tags to GA when certain Firebase events are fired.
Firebase mobile integration and GA mobile intergration are separate things.
I recently added Firebase analytics to my iOS app and I was wondering if Firebase analytics can track app usage in China? The thing is, we get a lot of downloads from China and tracking app usage in China is pretty important.
Some context, I initially wanted to add Google Analytics but the Google Analytics page for iOS apps redirected me to Firebase and hence I ended up adding Firebase analytics to my app.
I finally have a theory that I am satisfied with and I have written a blogpost that I hope can save others some time. The post details my analysis of the situation the includes how the GFW in China works, the OPT-IN nature of App Analytics in iTunes and why some data for Firebase analytics comes through. Yes and the reason we may see some analytics data in Firebase is not because of VPN, it's in part in the nature of how GFW works.
Firebase Analytics should work in China.
I am trying to read google analytics data for sessions and real time users , locations ... from my iPhone Objective-c App
is there any SDK can achieve this or maybe REST API from google ?
you can build REST API in your favourite language and use that in your iPhone app.