Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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).

  2. 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});

  3. 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)

  4. How many open the app after they install it? 
    Utilizing Firebase:
    No Analytics > Retentions to track high level ‘engagement’.

  5. 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.

  6. 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).

  7. 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)

  8. 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).

  9. 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.

...