{% extends "Includes/layout.html.twig" %} {% block body %}
{{ 'Periods'|trans }}
Publishers
{{ 'Spend'|trans }}
{{ "Applies"|trans }}
CPA
CPQA
CPH
{{ 'Jobs'|trans }}
{{ 'Average applies by job'|trans }}
{{ 'Coverage rate'|trans }}
{{ 'Total'|trans }}
<% amountWithCurrency(numberFormat(publisherListTotalStats?.spend,0),advertiserCurrency) %>
<% numberFormat(publisherListTotalStats?.applies,0) %>
<% amountWithCurrency(numberFormat(publisherListTotalStats?.cpa,2),advertiserCurrency) %>
<% amountWithCurrency(numberFormat(publisherListTotalStats?.cpqa,2),advertiserCurrency) %>
<% amountWithCurrency(numberFormat(publisherListTotalStats?.cpha,2),advertiserCurrency) %>
<% numberFormat(publisherListTotalStats?.totalNbJobs,0) %>
<% numberFormat(publisherListTotalStats?.avgApplies,2) %>
<% numberFormat(publisherListTotalStats?.coverage,2) %>
<% amountWithCurrency(numberFormat(publisher.spend,0),advertiserCurrency) %>
<% numberFormat(publisher.applies,0) %>
<% amountWithCurrency(numberFormat(publisher.cpa,2),advertiserCurrency) %>
<% amountWithCurrency(numberFormat(publisher.cpqa,2),advertiserCurrency) %>
<% amountWithCurrency(numberFormat(publisher.cpha,2),advertiserCurrency) %>
<% numberFormat(publisher.totalNbJobs,0) %>
<% numberFormat(publisher.avgApplies,2) %>
<% numberFormat(publisher.coverage,2) %>
{{ 'Page filters'|trans }}
{{ 'Average price per'|trans }} <% KPI.filter(el => el.id === overviewFilters.kpi)[0].name.toLowerCase() %>
{{ 'Spend VS'|trans }} <% KPI.filter(el => el.id === overviewFilters.kpi)[0].name.toLowerCase() %>
<% '{{ 'Average %kpi% per job'|trans({'%kpi%': ':kpi'}) }}'.replace(':kpi', KPI.filter(el => el.id === overviewFilters.kpi)[0].name.toLowerCase()) %>
{{ 'Coverage rate'|trans }}
{{ 'Volume of jobs sponsored'|trans }}
{{ 'Applies in each recruitment process stages'|trans }}
{{ 'Recruitment process time'|trans }}
{{ "Filters"|trans }}
<% '{{ 'Your %kpi% versus the market'|trans({'%kpi%': ':kpi'}) }}'.replace(':kpi', selectedKPIName) %>
{{ 'Spend by categories on your job VS the market'|trans }}
<% '{{ 'Average %kpi% on your job VS the market'|trans({'%kpi%': ':kpi'}) }}'.replace(':kpi', KPI.filter(el => el.id === insightFilters.kpi)[0].name.toLowerCase()) %>
{% endblock %} {% block specificJS %} {{ encore_entry_script_tags('analytics-index') }} {% endblock %}