DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration

Typoscript

The constants are grouped in basic and advanced settings. Use the TYPO3 Constant Editor in the backend to modify the values.

Datamints Piwik: Basic Constants

Property

enable

Data type

t3tsref:data-type-boolean

Description

This has to be enabled for tracking your website with Piwik

Default

1

Property

idsite

Data type

t3tsref:data-type-integer

Description

Site ID inside your Piwik installation. To find out the Site ID for your website: go to Piwik, then click on Administration link in the top menu and go to the Websites page. In this page you will find the list of all websites with the ID below the website name.

Default

1

Property

host

Data type

t3tsref:data-type-string

Description

The host / path to your Piwik installation with protocol information (e.g. "https:" or "http:"). If the server you installed Piwik on is able to handle https requests, we recommand to always us "https:" in the specified url.

Property

trackBackendUsers

Data type

t3tsref:data-type-boolean

Description

This has to be disabled for not inserting the tracking code if you are logged in as Backend User, which prevents Piwik from tracking TYPO3 editors previewing their changes in the Frontend.

Default

1

Property

trackIndexedSearch

Data type

t3tsref:data-type-boolean

Description

Enable Tracking of Indexed Search (Extbase & Fluid based). Calling the Piwik function trackSiteSearch will record the search keyword and the count of results on the search result page.

Default

0

Property

noScriptTag

Data type

t3tsref:data-type-boolean

Description

This has to be enabled for inserting the Tracking Tag <noscript>, which configures Piwik to also track website visitors with Javascript disabled.

Default

0

Property

debugPiwikJs

Data type

t3tsref:data-type-boolean

Description

By default the tracking code uses "js/" instead of "piwik.js" to serve up the minified piwik.js, unless the compression is disabled using config.debugPiwikJs.

Default

0

Datamints Piwik: Advanced Constants

Property

enable

Data type

t3tsref:data-type-boolean

Description

This has to be enabled for sending actions in TYPO3 BE to Piwik

Default

1

Property

apikey

Data type

t3tsref:data-type-string

Description

The token_auth password to authenticate in Piwik API requests. Security Notice: The token_auth is secret and should be handled very carefully. Configuring Piwik so that all requests are made over SSL to ensure the token_auth is not sent in clear. See host-property in Datamints Piwik: Basic Constants.

Property

rootpid

Data type

t3tsref:data-type-integer

Description

An integer which should be the root-page to export from.

Default

1