{% extends "portal/base.html" %} {% block title %}Analytics{% endblock %} {% block content %}
Track your earnings, commissions, and settlements.
| Service | Calls | Gross Revenue | Commission ({{ commission_rate }}%) | Net Revenue |
|---|---|---|---|---|
| {{ svc.name }} | {{ "{:,}".format(svc.call_count) }} | ${{ "%.2f"|format(svc.revenue) }} | ${{ "%.2f"|format(svc.revenue * commission_rate / 100) }} | ${{ "%.2f"|format(svc.revenue * (100 - commission_rate) / 100) }} |
No revenue data yet. List your first API to start earning.