تعریف هر شاخص، فرمول، دامنه، محدودیت و ردیفهای مجاز همان پذیرنده را ببینید؛ سپس از تحلیلگر منبعدار بپرسید.
تعریف هر شاخص، فرمول، دامنه، محدودیت و ردیفهای مجاز همان پذیرنده را ببینید؛ سپس از تحلیلگر منبعدار بپرسید.
verified_session_rate | verified sessions / eligible sessions | session |
verified_session_aov | SUM(amount) WHERE session_status = 'Verified' / COUNT(Verified sessions) | session |
paid_not_verified_rate | sessions with final status Paid / eligible sessions | session |
retry_session_rate | sessions with attempt_count > 1 / eligible sessions | session |
rescued_sessions | COUNT(*) WHERE attempt_count > 1 AND session_status = 'Verified' | session |
observed_repeat_card_rate | cards with >=2 Verified sessions / cards with >=1 Verified session, grouped by (merchant_key, payer_card_key) | customer_within_merchant |
no_attempt_rate | sessions with attempt_count = 0 / eligible sessions | session |
init_latency_p95_ms | P95(init_time_ms) over positive-sequence attempts with non-null timing | attempt |
verify_latency_p95_ms | P95(verify_time_ms) over positive-sequence attempts with non-null verification timing | attempt |
payment_lifecycle_counts | COUNT canonical sessions reaching Created, Attempted, InBank, Paid, and Verified stages | session |
amount_band_performance | Group canonical sessions into fixed IRR bands: [0,1m), [1m,5m), [5m,20m), [20m,100m), [100m,+inf); verified sessions / sessions per band | session |
psp_code_frequency | COUNT positive-sequence attempts with a non-null response code grouped by (psp_code, switch_response_code) | attempt |
psp_code_coverage | positive-sequence attempts with psp_code and switch_response_code / positive-sequence attempts with psp_code | attempt |
opportunity_scenario_irr | MAX(peer_median_rate - merchant_rate, 0) * eligible_sessions * merchant_verified_AOV | merchant |
verified_session_rate | verified sessions / eligible sessions | session |
verified_session_aov | SUM(amount) WHERE session_status = 'Verified' / COUNT(Verified sessions) | session |
paid_not_verified_rate | sessions with final status Paid / eligible sessions | session |
retry_session_rate | sessions with attempt_count > 1 / eligible sessions | session |
rescued_sessions | COUNT(*) WHERE attempt_count > 1 AND session_status = 'Verified' | session |
observed_repeat_card_rate | cards with >=2 Verified sessions / cards with >=1 Verified session, grouped by (merchant_key, payer_card_key) | customer_within_merchant |
no_attempt_rate | sessions with attempt_count = 0 / eligible sessions | session |
init_latency_p95_ms | P95(init_time_ms) over positive-sequence attempts with non-null timing | attempt |
verify_latency_p95_ms | P95(verify_time_ms) over positive-sequence attempts with non-null verification timing | attempt |
payment_lifecycle_counts | COUNT canonical sessions reaching Created, Attempted, InBank, Paid, and Verified stages | session |
amount_band_performance | Group canonical sessions into fixed IRR bands: [0,1m), [1m,5m), [5m,20m), [20m,100m), [100m,+inf); verified sessions / sessions per band | session |
psp_code_frequency | COUNT positive-sequence attempts with a non-null response code grouped by (psp_code, switch_response_code) | attempt |
psp_code_coverage | positive-sequence attempts with psp_code and switch_response_code / positive-sequence attempts with psp_code | attempt |
opportunity_scenario_irr | MAX(peer_median_rate - merchant_rate, 0) * eligible_sessions * merchant_verified_AOV | merchant |