-
Notifications
You must be signed in to change notification settings - Fork 104
Record autofill telemetry events #122
Comments
So, the way the autofill action is structured today, it looks like we can straightforwardly add three events?
Am I correct in interpreting that the Also, we probably want to write unit tests such that the actual password/login doesn't get into the telemetry event. ^^ that seems only to cover the third requirement above, however (which is the most important one). In an ideal world we would also have:
To record an event reflecting the lock state when autofill is opened. However I would call this lower priority than the events that fire when something was actually autofilled, or at least when a credential was provided to the autofill api. In other words, its more important to record the number of times autofill was actually used than record the number of times it was opened. |
[ cc'ing @sashei / @jhugman / @eliserichards for details/clarifications ... ] The three telemetry events you note are the most straightforward to add, and your interpretation of what each maps to is (mostly) correct. "Mostly" in that Android only informs Lockbox when it needs credentials for autofilling, not when the credential is (or is not) actually filled. I think we'll ultimately need to add at least one additional autofill action: It's important to note that -- right now --
I suspect/suggest we'll need to extend this action/store's use beyond the |
Matt clarified that this can't happen, so I think the cases covered by |
Ok! I had a few points of clarification:
If we want to add more metrics around whether a credential is actually used or not, it's technically possible via the autofill API but will be a new development feature to implement. |
Record telemetry events for:
Requires #214
Blocks #14
The text was updated successfully, but these errors were encountered: