I am creating a global tracker for firebase analytics for all events.
I am following the instructions from this site: https://developers.google.com/analytics/devguides/collection/android/v4
The page tells you to add an xml file to your Android project and add your trackingID to it:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ga_trackingId" translatable="false">${YOUR_TRACKING_ID}</string>
</resources>
Cleverly, it does not say anywhere in the instruction anything about where the trackingID came from.
Having searched for the answer extensively already, I found that you can create a ga_trackingId in Google Analytics Console... but my team uses the Firebase Analytics Console, and nowhere can I find where I can create a trackingID in Firebase Analytics...
Does anyone have experience with this?
I know the question itself is a bit old. However I spent some time to find ga_tracking_Id myself so it might be still useful to answer it to save someone's time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With