Skip to content
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

fix(analytics): fix bugs in payments page metrics in Analytics V2 dashboard #6653

Open
tsdk02 opened this issue Nov 25, 2024 · 0 comments · May be fixed by #6654
Open

fix(analytics): fix bugs in payments page metrics in Analytics V2 dashboard #6653

tsdk02 opened this issue Nov 25, 2024 · 0 comments · May be fixed by #6654
Assignees
Labels

Comments

@tsdk02
Copy link
Contributor

tsdk02 commented Nov 25, 2024

Fix bugs in metrics calculations for Payments page - Analytics V2 dashboard:

  • Successful Payments Distribution and Failure Payments Distribution: Exclude the dropoffs from the denominator while calculating the rates
  • Failure reasons: Remove limit by clause and extract data for all error_reasons
  • Payments lifecycle: Update the sankey response structure to look like this:
  { 
    "count":"25",
    "first_attempt":0,
    "status":"requires_payment_method",
    "refunds_status":null,
    "dispute_status":null
  }
@tsdk02 tsdk02 added A-Analytics C-bug Category: Bug labels Nov 25, 2024
@tsdk02 tsdk02 self-assigned this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant