firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.66k stars 3.96k forks source link

🐛 [firebase_analytics] Flutter Web And Firebase Analytics Integration Problem #11106

Open bahadirarslan opened 1 year ago

bahadirarslan commented 1 year ago

I implemented Firebase Analytics implementation to my Flutter Web project as described here I can see my application on Firebase Console but I couldn't see any traffic referrer data or Campaigns section in Acquisition to track my ad performances.

In old questions and answers, they suggested adding JS code to index.html but the official document doesn't tell anything about this.

What should I do to implement Google Analytics fully functional to my Flutter Web project?

darshankawar commented 1 year ago

What should I do to implement Google Analytics fully functional to my Flutter Web project?

@bahadirarslan Can you check https://firebase.google.com/docs/analytics/get-started?platform=flutter and see if it helps in your case ?

bahadirarslan commented 1 year ago

What should I do to implement Google Analytics fully functional to my Flutter Web project?

@bahadirarslan

Can you check https://firebase.google.com/docs/analytics/get-started?platform=flutter and see if it helps in your case?

I followed the instructions and forecast analytics seems to be ok. But I can not get lots of information on my web project. For example, there is no traffic referral data or ad tracking data.

Am I missing something?

darshankawar commented 1 year ago

Thanks for the update. I am not sure if the said data (traffic referral data or ad tracking data) is supposed to be sent / supported by client side yet. I'll keep this issue open for team's input.

bahadirarslan commented 1 year ago

Thanks for the reply. If it is not supported by the package there should be a way to get those data at flutter web application. I am looking for that information.

russellwheatley commented 9 months ago

Hey @bahadirarslan - could you show me what exactly you are referring to? Presumably what you're requesting is documented on the Firebase web documentation? That would help us understand if there are any gaps between FlutterFire web and the Firebase web documentation. Thanks 👍

bahadirarslan commented 9 months ago

Hello,

I was expecting to see detailed Google Analytics data with my web application. For example referral data. Which URLs send me traffic? In my apps, I can see general traffic sources like Organic Search, Direct, etc but for my web application, I can not see any data.

So I wonder if this is by design for Google Analytics or if did I something wrong.