|
@@ -6,127 +6,97 @@
|
|
|
<f:section name="content">
|
|
<f:section name="content">
|
|
|
<div class="ot-be-module ot-stats">
|
|
<div class="ot-be-module ot-stats">
|
|
|
<h1>Statistiques d'utilisation</h1>
|
|
<h1>Statistiques d'utilisation</h1>
|
|
|
|
|
+
|
|
|
|
|
+ <div id="matomoFilters">
|
|
|
|
|
+ Données affichées pour la période du
|
|
|
|
|
+ <b><f:format.date format="d/m/Y">{date_start}</f:format.date></b>
|
|
|
|
|
+ au
|
|
|
|
|
+ <b><f:format.date format="d/m/Y">{date_end}</f:format.date></b>
|
|
|
|
|
+ <a id="matomoFiltersEdit" href="" title="Modifier"><i class="fa fa-edit"></i></a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
<div id="matomoReport">
|
|
<div id="matomoReport">
|
|
|
|
|
|
|
|
<div class="reportSection">
|
|
<div class="reportSection">
|
|
|
|
|
|
|
|
- <div class="reportSubSection">
|
|
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- Real time visits--></f:comment>
|
|
|
|
|
- <h4>Visites en temps réel</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="500" height="350" id="realTimeVisits" src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=Live&actionToWidgetize=widget&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <script defer>iFrameResize({}, '#realTimeVisits')</script>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <f:comment>
|
|
|
|
|
- <!-- Disabled until this is fixed: https://github.com/matomo-org/matomo/issues/16867 -->
|
|
|
|
|
- <!-- <div class="reportCard"> -->
|
|
|
|
|
- <!-- <f:comment><!– Last visits graph–></f:comment> -->
|
|
|
|
|
- <!-- <div class="widgetIframe" id="lastVisitsGraph"><iframe width="450" height="260" src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=VisitsSummary&actionToWidgetize=getEvolutionGraph&idSite={matomoSiteId}&period=day&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>-->
|
|
|
|
|
- <!-- </div> -->
|
|
|
|
|
- </f:comment>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- Visits Summary --></f:comment>
|
|
|
|
|
- <h4>Résumé</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="500" height="350" id="visitsSummary"
|
|
|
|
|
- src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=VisitsSummary&actionToWidgetize=get&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <script defer>iFrameResize({}, '#visitsSummary')</script>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <f:comment><!-- Real time visits--></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Visites en temps réel', id: 'realTimeVisits',
|
|
|
|
|
+ module: 'Live', action: 'widget',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- Last visits graph--></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Dernières visites', id: 'lastVisitsGraph',
|
|
|
|
|
+ module: 'VisitsSummary', action: 'getEvolutionGraph',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- Visits Summary --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Résumé', id: 'visitsSummary',
|
|
|
|
|
+ module: 'VisitsSummary', action: 'get',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="reportSection">
|
|
<div class="reportSection">
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- By weekday --></f:comment>
|
|
|
|
|
- <h4>Par jours de la semaine</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="500" height="350" id="visitsByWeekday"
|
|
|
|
|
- src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=VisitTime&actionToWidgetize=getByDayOfWeek&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <script defer>iFrameResize({}, '#visitsByWeekday')</script>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- By local hour --></f:comment>
|
|
|
|
|
- <h4>Par heures locales</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="500" height="350" id="visitsByHour"
|
|
|
|
|
- src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=VisitTime&actionToWidgetize=getByDayOfWeek&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <script defer>iFrameResize({}, '#visitsByHour')</script>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- Map --></f:comment>
|
|
|
|
|
- <h4>Répartition géographique</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="500" height="450" id="visitsMap"
|
|
|
|
|
- src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=UserCountryMap&actionToWidgetize=visitorMap&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <f:comment><!-- Don't resize here! That makes the map shrink --></f:comment>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- By weekday --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Par jours de la semaine', id: 'visitsByWeekday',
|
|
|
|
|
+ module: 'VisitTime', action: 'getByDayOfWeek',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- By local hour --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Par heures locales', id: 'visitsByHour',
|
|
|
|
|
+ module: 'VisitTime', action: 'getVisitInformationPerLocalTime',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- Map --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Répartition géographique', id: 'visitsMap',
|
|
|
|
|
+ module: 'UserCountryMap', action: 'visitorMap', height: '450',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="reportSection">
|
|
<div class="reportSection">
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- Refferers --></f:comment>
|
|
|
|
|
- <h4>Référents</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="500" height="350" id="visitsRefferers"
|
|
|
|
|
- src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=Referrers&actionToWidgetize=getAll&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <script defer>iFrameResize({}, '#visitsRefferers')</script>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- By web-browsers --></f:comment>
|
|
|
|
|
- <h4>Navigateurs</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="500" height="350" id="visitsByBrowsers"
|
|
|
|
|
- src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=DevicesDetection&actionToWidgetize=getBrowsers&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <script defer>iFrameResize({}, '#visitsByBrowsers')</script>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- Refferers --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Origines', id: 'visitsRefferers',
|
|
|
|
|
+ module: 'Referrers', action: 'getAll',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- By web-browsers --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'DevicesDetection', id: 'getBrowsers',
|
|
|
|
|
+ module: 'Referrers', action: 'getAll',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="reportSection">
|
|
<div class="reportSection">
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- By page --></f:comment>
|
|
|
|
|
- <h4>Pages</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="1028" height="350" id="visitsByPage"
|
|
|
|
|
- src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=Actions&actionToWidgetize=getPageUrls&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <script defer>iFrameResize({}, '#visitsByPage')</script>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- By page --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Pages visitées', id: 'visitsByPage',
|
|
|
|
|
+ module: 'Actions', action: 'getPageUrls', width: '1028',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="reportSection">
|
|
<div class="reportSection">
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- By entry page --></f:comment>
|
|
|
|
|
- <h4>Pages d'entrée</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="500" height="350" id="visitorsEntryPoints"
|
|
|
|
|
- src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=Actions&actionToWidgetize=getEntryPageUrls&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <script defer>iFrameResize({}, '#visitorsEntryPoints')</script>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <div class="reportCard">
|
|
|
|
|
- <f:comment><!-- By visits duration --></f:comment>
|
|
|
|
|
- <h4>Durées de visite</h4>
|
|
|
|
|
- <div class="widgetIframe">
|
|
|
|
|
- <iframe width="500" height="350" id="visitsByDuration"
|
|
|
|
|
- src="https://stats.2iopenservice.com/index.php?module=Widgetize&action=iframe&disableLink=1&widget=1&moduleToWidgetize=VisitorInterest&actionToWidgetize=getNumberOfVisitsPerVisitDuration&idSite={matomoSiteId}&period=month&date=today&token_auth={matomoToken}" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe>
|
|
|
|
|
- <script defer>iFrameResize({}, '#visitsByDuration')</script>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- By entry page --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Pages d\'entrée', id: 'visitorsEntryPoints',
|
|
|
|
|
+ module: 'Actions', action: 'getEntryPageUrls',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
|
|
+
|
|
|
|
|
+ <f:comment><!-- By visits duration --></f:comment>
|
|
|
|
|
+ <f:render partial="ReportCard"
|
|
|
|
|
+ arguments="{title: 'Durée des visite', id: 'visitsByDuration',
|
|
|
|
|
+ module: 'VisitorInterest', action: 'getNumberOfVisitsPerVisitDuration',
|
|
|
|
|
+ matomoSiteId: matomoSiteId, matomoToken: matomoToken, date_start: date_start, date_end: date_end}"/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="reportFooter">
|
|
<div class="reportFooter">
|