...
How many actually complete set-up?
Utilizing Firebase:
No Analytics > Conversions Event to track event cadence for the app 'onboarding process' during startup (not including meta data unless opt-in).How many turn on location data
No Analytics > Unable to capture telemetry / instrumentation meta data without implementing ‘set user properties’
firebase.analytics().setUserProperties({location_data: TRUE});How many subscribe to an HA?
Utilizing Firebase: Analytics > Conversions Event to track
Splunk for Good > Track event cadence for the ‘subscribe to HA' (not including meta data unless opt-in)How many open the app after they install it?
Utilizing Firebase:
No Analytics > Retentions to track high level ‘engagement’.How many get an alert that they may be infected?
Utilizing Firebase (FCM) Cloud / In-App Messaging:
No Analytics > Push notifications would need to be implemented.How many location data points does their app log
Splunk for Good > Depending on the device this calculation can be made during the export function (then passed to custom user properties).How many infection data points do they have from HAs they are subscribed to.
No Analytics > Unable to track this information from device (PII / GDPR)How is performance is effected by network location (NV)
Utilizing Firebase
Splunk for Good : Quality > Performance we can look at both Network Response Latency (NRL) and Device Performance (Duration Traces). Custom Traces (CPU, Memory, Device Attributes) and Data Aggregation (Network / URL).How can we A/B test / Canary Rollout
Utilizing Firebase: Audiences
Splunk for Good: Testers can be defined with a subset of user behaviors that can be flagged for rollout.
...