{% extends "base.html" %} {% block title %}Analytics -- ProducerOS{% endblock %} {% block page_heading %}Analytics{% endblock %} {% block content %}

CSV imports: up to 5 MiB and 10,000 rows. Audio and project files stay on your computer.

All numbers here come from CSVs you export from wherever you track them, or manual entry. ProducerOS never calls any platform API and never predicts hits.

Import CSV

Download CSV template

Manual entry

Release summary

{% if summary %} {% else %}

Select a project to see its summary.

{% endif %}

Channel summary

{% if channels %} {% else %}

No channel data yet.

{% endif %}

Content performance ranking

{% if ranking %}
    {% for name, total in ranking %}
  1. {{ name }} -- {{ "%.2f"|format(total) }}
  2. {% endfor %}
{% else %}

No content-level data yet.

{% endif %}

Cost / revenue

Total spend: {{ "%.2f"|format(cost_total) }}

Total revenue: {{ "%.2f"|format(revenue_total) }}

{% endblock %}