DEV Community

Adrian_Petres
Adrian_Petres

Posted on

GA4 - Firebase integration

Hello, with the Firebase and Google Analytics 4 integration, I have the following situation:

  • we have created one Firebase project with 20 application, which is linked with one Google Analytics property.
  • The next step is to send a Country event, which means that when a user downloads the app from the Android or iOS store and opens it for the first time, the user will be given the option of selecting the country. This option of selecting a country will trigger an event.
  • This event must be parsed to a specific Google Analytics property when the user picks a country from the drop-down menu, for which we created 24 Google Analytics properties for each country.
  • I'm wondering what the ideal method is for sending the event for Country specific from Firebase to a certain Google Analytics property from those 24 property.

Top comments (0)