mmk2410/plausible-analytics

This package is abandoned and no longer maintained. No replacement package was suggested.

Integrate Plausible analytics into TYPO3

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:typo3-cms-extension

2.0.0 2023-05-06 11:01 UTC

This package is auto-updated.

Last update: 2024-03-11 15:55:34 UTC


README

This plugins provides an integration of the Plausible analytics software to TYPO3. Currently this consists (only) in adding the script tag for loading the JavaScript tracker.

Installation

Install this plugin using one of the following possibilities.

Setup

To enable the Plausible integration for a site you need to edit its site configuration in the "Sites" module. You will find a "Plausible Analytics" tab and there you can provide the following information.

Plausible URL

Enter here the URL to the Plausible instance you are using. If you registered your site on the main one (plausible.io) then put https://plausible.io in here.

For using the Plausible integration this is necessary.

Domain name for Plausible

You may provide the domain name with which you registered your site at Plausible here. This is the attribute data-domain that you can find in the site configuration in Plausible.

If you leave this empty the extension will try to use the value set in the "General" tab under "Entry Point" in the TYPO3 site configuration. If this is not a "real" URL but just a path and the "Domain name for Plausible" fields is left empty then the integration will not be added.

Check

You should probably check if the script tag for loading the JavaScript tracker is added successfully. To do so visit one of your pages in the frontend and open the page inspector of your browser. In the HTML code you should find a tag like <script async="async" defer="defer" data-domain="<your data-domain>" src="<your src>"></script> near the end of the code (but inside the <body> tag).