mozilla / metric-hub

Central hub for metric definitions that are considered the source of truth
https://mozilla.github.io/metric-hub
Mozilla Public License 2.0
13 stars 13 forks source link

Fix klar active_users data_sources #528

Closed bochocki closed 2 months ago

bochocki commented 2 months ago

The active_users_view for Klar products currently has the filter is_mobile. However, Klar is not included as a mobile KPI product, so is_mobile will always be false.

This PR changes the filter to "Klar iOS" or "Klar Android", which will filter only on valid sources of Klar client_ids (excluding BrowserStack, for example).