Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 762 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 762 Bytes

⚠️ Dieses Addon wird nicht mehr gewartet. Wir empfehlen die Integration von Google Analytics über IWCC.

Analyticsverwaltung

Das Addon bietet die Möglichkeit Googleanalytics im Frontend einzubinden und via Backend zu konfigurieren. Das Addon hat den Vorteil, dass evtl. anfallende Codeänderungen seitens Google automatisch geupdatet werden.

Screenshot

Im Frontend kann man den Analyticscode wie folgt einbinden:

Mit umschliessenden <script>-Tags

<?php
echo analytics::output(true);
?>

Ohne umschliessende <script>-Tags

<?php
echo analytics::output();
?>