-
Notifications
You must be signed in to change notification settings - Fork 48
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
Align Analytics Event Names with iOS #310
Conversation
} | ||
private object ApproveOrderEvent { | ||
// @formatter:off | ||
const val STARTED = "card-payments:approve-order:started" |
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.
This is nice!
analyticsService.sendAnalyticsEvent(eventName, orderId) | ||
const val AUTH_CHALLENGE_SUCCEEDED = "card-payments:approve-order:auth-challenge:succeeded" | ||
const val AUTH_CHALLENGE_FAILED = "card-payments:approve-order:auth-challenge:failed" | ||
const val AUTH_CHALLENGE_CANCELED = "card-payments:approve-order:auth-challenge-canceled" |
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.
I think this one also follows format :canceled
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.
👍 ok I think this got fixed I had some typos initially.
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.
🎉🚢
Summary of changes
Checklist
Added a changelog entryAuthors