18
votes

Hi I have been trying the new web analytics for my firebase projects and I see an App version user property as seen below. However with some research I could not figure out how to set this property or what it really means in terms of my Firebase web app, since on web there is (AFAIK) no app version config or place to set it.

Via Help it says:

The versionName (Android) or the Bundle version (iOS).

My app is a web app...

enter image description here

So how can I change this "app version" ?

I read a couple of help pages such as https://firebase.google.com/docs/remote-config https://support.google.com/firebase/answer/6317486?hl=en https://support.google.com/analytics/topic/9355655?hl=en&ref_topic=9353537

2
Why the downvotes? I simply dont get why everytime I post a firebase question I get downvotes. Is there a firebase team downvoting everything? I am asking a question here and I have given all the context and research - Jimmy Kane
I have no idea why would someone downvote it as well - I think this question is very good, upvoted. My simple guess is that someone thought this is about Firebase Analytics for apps, then answer would be too simple. - michalbrz
@michalbrz yeah I get that. But somehow it gets reported strangely especially if you dont have an app version. I think it might just be GA trying to show a metric that doesn't exist. Funnily I released app version 9 (defined on npm package) and I saw 8. That 8 must be visitors (so the UI is confusing) and I was lead to think that 8 was a version number - Jimmy Kane

2 Answers

2
votes

From what I understand so far that number 8 is just the visitors/events and the panel just lucks the app version info looking very confusing.

example enter image description here

So under the top app version you get the events/visits not the app version since it doesn't exist/defined.

UI could have been better

2
votes

For web apps I believe that the property is called "app_version". Web app versions don't show up for me either in the "Top app version" view. It seems like a missing feature in Firebase Analytics. I say this because the Typescript types for firebaseApp.analytics().logEvent suggests that the eventParams can have a field called app_version.

From firebase@7.6.2