-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: manual metric tracking #174
chore: manual metric tracking #174
Conversation
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
@@ -8,7 +8,7 @@ enum CioLogLevel { none, error, info, debug } | |||
enum Region { us, eu } | |||
|
|||
/// Enum to specify the type of metric for tracking | |||
enum MetricEvent { delivered, opened, converted, clicked } | |||
enum MetricEvent { delivered, opened, converted } |
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.
iOS
SDK doesn't have clicked
in its enum.
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.
Looks like the sample app compilation is failing, can we please fix it?
closes: MBL-677: Enable Metric Event Tracking in Flutter SDK