Open frosty opened 5 years ago
I'm reopening this issue since some of the events cannot be tracked with the current version of the Zendesk library on Android. We can come back to it once it supports the same hooks as the iOS library.
This issue has been marked as stale because:
[Pri] Blocker
, [Pri] High
, or good first issue
.Please comment with an update if you believe this issue is still valid or if it can be closed. This issue will also be reviewed for validity and priority during regularly scheduled triage sessions.
Thanks for reporting! 👍
It seems as though our Tracks events for the WP Android Zendesk integration don't have parity with the events we send on iOS.
The full set of events covered on iOS that I don't think are used on Android are:
Most of these are implemented by listening to a notification coming from the Zendesk SDK, which you can see here: https://github.com/wordpress-mobile/WordPress-iOS/blob/develop/WordPress/Classes/Utility/ZendeskUtils.swift#L885
We should try and ensure both platforms are sending the same events for the same situations.