{# Salon - map #}
Organisateur : {{ salon.name }}
Début du salon : {{ salon.startedAt |date("d/m/Y") }}
Fin du salon : {{ salon.endedAt |date("d/m/Y") }}
Lieu: {{ salon.pacExpo }}
Chart : {{ salon.chart }}
Env: {{ salon.env }}
Mode : {{ salon.mode }}
Opérateur : {{ salon.operateurapi }}
Nombre de devices présents dans les stats : {{ totaldevices }}
{# Consultation par totem #}
{#
Consultation par totem
#}
Nom du device |
Nombre de hits |
{% for device in deviceslist %}
{{ device[0].deviceid }} |
{{ device.total }} |
{% endfor %}
Total de hits |
{{ totalhits }} |
{# pagination #}
{{ deviceslist | length }} devices trouvés
{#
{{ knp_pagination_render(deviceslist) }}
#}
{# Consultation par rubrique #}
{#
Consultation par rubriques
#}
Statistique par rubriques |
Nombre de hits |
Conférences |
{% if devicesByOrigin.conferences is not null %}
{{ devicesByOrigin.conferences.total }} |
{% else %}
0 |
{% endif %}
En cours |
{% if devicesByOrigin.encours is not null %}
{{ devicesByOrigin.encours.total }} |
{% else %}
0 |
{% endif %}
Exposant |
{% if devicesByOrigin.exhibitors is not null %}
{{ devicesByOrigin.exhibitors.total }} |
{% else %}
0 |
{% endif %}
Plan |
{% if devicesByOrigin.map is not null %}
{{ devicesByOrigin.map.total }} |
{% else %}
0 |
{% endif %}
Plan clik exposants |
{% if devicesByActions.mapsclicstand is not null %}
{{ devicesByActions.mapsclicstand.total }} |
{% else %}
0 |
{% endif %}
Conférences search |
{% if devicesByActions.conferencessearch is not null %}
{{ devicesByActions.conferencessearch.total }} |
{% else %}
0 |
{% endif %}
Exposants search |
{% if devicesByActions.exhibitorssearch is not null %}
{{ devicesByActions.exhibitorssearch.total }} |
{% else %}
0 |
{% endif %}
Conférences to plan |
{% if devicesByActions.conferencesclicviewmap is not null %}
{{ devicesByActions.conferencesclicviewmap.total }} |
{% else %}
0 |
{% endif %}
click-filter |
{% if devicesByActions.clickfilter is not null %}
{{ devicesByActions.clickfilter.total }} |
{% else %}
0 |
{% endif %}
exhibitors-clic-view-exhibitor-map |
{% if devicesByActions.exhibitorsclicviewexhibitormap is not null %}
{{ devicesByActions.exhibitorsclicviewexhibitormap.total }} |
{% else %}
0 |
{% endif %}
link-to-conferences |
{% if devicesByActions.linktoconferences is not null %}
{{ devicesByActions.linktoconferences.total }} |
{% else %}
0 |
{% endif %}
link-to-encours |
{% if devicesByActions.linktoencours is not null %}
{{ devicesByActions.linktoencours.total }} |
{% else %}
0 |
{% endif %}
link-to-exhibitors |
{% if devicesByActions.linktoexhibitors is not null %}
{{ devicesByActions.linktoexhibitors.total }} |
{% else %}
0 |
{% endif %}
link-to-maps |
{% if devicesByActions.linktomaps is not null %}
{{ devicesByActions.linktomaps.total }} |
{% else %}
0 |
{% endif %}
open-popup-conferences |
{% if devicesByActions.openpopupconferences is not null %}
{{ devicesByActions.openpopupconferences.total }} |
{% else %}
0 |
{% endif %}
{# Consultation par jours #}
{#
Consultation par jours
#}
Journée |
Nombre de hits |
{% for devicesByDay in devicesByDays %}
{{ devicesByDay.date }} |
{{ devicesByDay.total }} |
{% endfor %}
{# Consultation par heures #}
{#
Consultation par heures
#}
{# Consultation par exposants #}
{#
Consultation par exposants
#}
Nom de l'exposants |
Nombre de hits |
{% for exposant in exposantslist %}
{{ exposant.name }} |
{{ exposant.total }} |
{% endfor %}
Total de hits |
{{ totalhitsexposants }} |
{# pagination #}
{{ exposantslist | length }} exposants trouvés
{#
{{ knp_pagination_render(exposantslist) }}
#}
{# Consultation par conferences #}
{#
Consultation par conferences
#}
Nom de la conférence |
Nombre de hits |
{% for conference in conferenceslist %}
{{ conference.name }} |
{{ conference.total }} |
{% endfor %}
Total de hits |
{{ totalhitsconferences }} |
{# pagination #}
{{ conferenceslist | length }} conferences trouvés
{#
{{ knp_pagination_render(conferenceslist) }}
#}