aboutsummaryrefslogtreecommitdiffstats
path: root/public/inc/tracker.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/inc/tracker.php')
-rw-r--r--public/inc/tracker.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/public/inc/tracker.php b/public/inc/tracker.php
index 12aaa3c..b78cef7 100644
--- a/public/inc/tracker.php
+++ b/public/inc/tracker.php
@@ -1,12 +1,19 @@
<?php
/**
* Matomo tracking code.
+ * php version 7.4
+ *
+ * @category Controller
+ * @package DAP
+ * @author Armand Philippot <contact@armandphilippot.com>
+ * @copyright 2022 Armand Philippot
+ * @license MIT <https://opensource.org/licenses/MIT>
+ * @link https://demo.armandphilippot.com/
*/
?>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
- /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDoNotTrack", true]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);