{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'report' } ) }}
{{ errorMessage }}
{% else %}Date | Clicks | Activations | Conversion Rate | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Total | WiFi | % | Mobile | % | Unique | % | Total | Web | % | Wap | % | Web | Wap | |
Total | {{ total.clicks|number_format }} | {{ total.desktop|number_format }} | {% if total.clicks > 0 %}{{ (total.desktop*100/total.clicks)|number_format(1, '.', ',') }}%{% else %}0%{% endif %} | {{ total.mobile|number_format }} | {% if total.clicks > 0 %}{{ (total.mobile*100/total.clicks)|number_format(1, '.', ',') }}%{% else %}0%{% endif %} | -- | -- | {{ total.activations|number_format }} | {{ total.web|number_format }} | {% if total.activations > 0 %}{{ (total.web*100/total.activations)|number_format(1, '.', ',') }}%{% else %}0%{% endif %} | {{ total.wap|number_format }} | {% if total.activations > 0 %}{{ (total.wap*100/total.activations)|number_format(1, '.', ',') }}%{% else %}0%{% endif %} | {{ total.crWeb|number_format(3, '.', ',') }}% | {{ total.crWap|number_format(3, '.', ',') }}% |
{{ result.datestamp }} {{ result.datestamp|date('D') }} | {{ result.clicks|number_format }} | {{ result.desktop|number_format }} | {% if result.clicks > 0 %}{{ (result.desktop*100/result.clicks)|number_format(1, '.', ',') }}%{% else %}0%{% endif %} | {{ result.mobile|number_format }} | {% if result.clicks > 0 %}{{ (result.mobile*100/result.clicks)|number_format(1, '.', ',') }}%{% else %}0%{% endif %} | {{ result.unique|number_format }} | {% if result.mobile > 0 %}{{ (result.unique*100/result.mobile)|number_format(1, '.', ',') }}%{% else %}0%{% endif %} | {{ result.activations|number_format }} | {{ result.web|number_format }} | {% if result.activations > 0 %}{{ (result.web*100/result.activations)|number_format(1, '.', ',') }}%{% else %}0%{% endif %} | {{ result.wap|number_format }} | {% if result.activations > 0 %}{{ (result.wap*100/result.activations)|number_format(1, '.', ',') }}%{% else %}0%{% endif %} | {{ result.crWeb|number_format(3, '.', ',') }}% | {{ result.crWap|number_format(3, '.', ',') }}% |
While this report is static in time, it loads data dynamically. In other words, it queries and calculates the moment it's run, which means that the numbers shown today might change if the same report is run at a later time because the system is constantly charging clients and verifying their conversion status.