{% extends "base.html" %} {% block title %}ROSE - Return on Spend Estimated{% endblock
%} {% block content %}
Campaign Dashboard
{% for r in rows %}
Campaign ID
Artist
Track
Label
Market
Start
Stop
Status
{% endfor %} {% if rows|length == 0 %}
{{ r.pfn_geo }}
{{ r.artist_name }}
{{ r.product_name }}
{{ r.label_name }}
{{ r.geo_country }}
{{ r.spend_start_str }}
{{ r.spend_stop_str }}
{% if r.status == "Active" %}
Active
{% elif r.status == "Paused" %}
Paused
{% elif r.status == "Completed" %}
Completed
{% else %}
{{ r.status }}
{% endif %}
{% endif %}
No campaigns found.
The Marketing Effectiveness Tool is not currently under construction or actively updated. While SMEDS is still very excited about the math and science within this tool and while we feel confident this can be a powerful tool for our marketing teammates across SME, at the moment, the data displayed here is outdated and this page is preserved here for demonstration and archival purposes only.
Feel free to explore, but PLEASE don’t rely on this as a live or up-to-date resource.