{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'report' } ) }}
Filters
{% if errorMessage %}

{{ errorMessage }}

{% else %} {% for date, arr in dates %} {% endfor %} {% for id, row in matrix %} {% for date, value in row['dates'] %} {% endfor %} {% endfor %}
Campaign{{ date }}
{{ row['campaign']['name'] }} {{ value.conversions }}

Export to a spreadsheet

{% endif %}

About the report

This report shows summarized information about conversions for a certain provider.

All dates are in UTC

{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}