Trigger the no actionable quotes event!
- when a user selects a trade route / pair that has no actionable quotes trigger the no actionable quotes event
- INCLUDE the buyAsset and sellAsset
- do everything so we can track the buyAsset and sellAsset in mixpanel and understand product gaps in our offering.
We're currently able to report on actionable quotes with buy/sell assets and other metadata in mixpanel: https://mixpanel.com/s/1BEHHb
Non-actionable quotes, breakdown by sellAssetId:
Non-actionable quotes, breakdown by buyAssetId:
Is there more work required?
If we're happy with the existing reporting, I can remove the redundant event in the source code as it's likely there in error and a cause of confusion.
Link to the original PR for posterity: https://github.com/shapeshift/web/pull/5997
Marking as blocked so we can discuss in next sync
Sure, please remove the redundant event.
@shapeshift/product - can you please start tracking this information and use it to inform next steps regarding asset pair expansion?
PR to remove unused mixpanel events from the enum: https://github.com/shapeshift/web/pull/6744