mozilla / gud

Mozilla Growth & Usage Dashboard, pronounced "Good"
https://gud.telemetry.mozilla.org
4 stars 4 forks source link

Display proper Play Store app IDs #79

Closed jklukas closed 4 years ago

jklukas commented 4 years ago

For products using Glean, app IDs end up getting transformed into three separate formats:

In GUD, we are currently showing the document namespace, but it seems more correct and likely more recognizable to Android developers if we use the source app ID as it exists in the Play Store.

jklukas commented 4 years ago

cc @magorlick

magorlick commented 4 years ago

This looks good to me, thanks for checking in! In the long run I don't know that I would think of developers as our only consumer. Our labels need to resonate with everyone.

jklukas commented 4 years ago

I think the current choice (hyphenated ping namespace name) is likely to be the least familiar, so either of the others would be a better choice. Data folks would be likely to most easily recognize the BQ dataset name, but I expect the translation from app ID to datset name will be pretty obvious.

I advocate for using the original app ID as I think the most opportunity for surprise is from product folks working on Fenix who might be used to seeing the app IDs but don't spend any time in BQ. Thus the original app ID seems the best choice.