Passwords: Update save pixel with backfilled value #3903
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: https://app.asana.com/0/1208273769335188/1209241071149720/f
Tech Design URL:
CC:
Description:
We're appending the backfilled parameter to the update pixels, but not the save pixels. So, for example, the case we're fixing for deviantart is not being captured if you're coming in fresh. Meaning, if you don't have credentials saved, we do backfill, but the pixel doesn't have backfilled=true, so we can't count it.
I think at some point we started discussing only about the update pixel and that was misinterpreted as don't change anything for save, but that was not the intention.
The goal is to update the pixel firing logic both on macOS and iOS to match the above requirements
Steps to test this PR:
backfilled=true
in the save pixel on presentation, confirmation and dismissalbackfilled=true
in the update pixel on presentation, confirmation and dismissalDefinition of Done (Internal Only):
Copy Testing:
’
rather than'
Orientation Testing:
Device Testing:
OS Testing:
Theme Testing:
Internal references:
Software Engineering Expectations
Technical Design Template