-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync: Usage Pixels and Monitoring #4018
Sync: Usage Pixels and Monitoring #4018
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
db12e77
to
fb28dd5
Compare
b513292
to
5faeb2b
Compare
5faeb2b
to
0799bde
Compare
0799bde
to
71aa730
Compare
@@ -25,6 +25,7 @@ import com.duckduckgo.sync.api.engine.SyncEngine.SyncTrigger.ACCOUNT_CREATION | |||
import com.duckduckgo.sync.api.engine.SyncEngine.SyncTrigger.ACCOUNT_LOGIN | |||
import com.duckduckgo.sync.crypto.* | |||
import com.duckduckgo.sync.impl.Result.Error | |||
import com.duckduckgo.sync.impl.Result.Success |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few unused imports in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some unused imports, otherwise LGTM and works as expected 🚀
Thanks @joshliebe ! |
Task/Issue URL: https://app.asana.com/0/488551667048375/1206193954622385/f
Description
This PR adds the usage pixels for Sync
Steps to test this PR
Signup Direct
Fired when user sets up a sync account directly.
Signup Connect
Fired when user sets up a sync account from connect flow. You’ll need two devices for this one.
Login - Entering Code
Fired when adding new device to existing account. You’ll need two devices for this one.
Login - Scan QR
Fired when adding new device to existing account. You’ll need two devices for this one.
Login - Recover Account with Code
Fired when adding new device to existing account. You’ll need two devices for this one.
Login - Recover Account with QR
Fired when adding new device to existing account. You’ll need two devices for this one.
Daily pixel
Fired for first sync on a given day.