avency/neos-etracker

Neos etracker package

Installs: 2 891

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:neos-plugin

1.1.0 2021-10-07 06:33 UTC

This package is auto-updated.

Last update: 2024-04-07 11:48:46 UTC


README

Adds the etracker code in the html header.

Authors & Sponsors

Michael Gerdemann - michael.gerdemann@avency.de
Enes Erk - enes.erk@avency.de

The development and the public-releases of this package is generously sponsored by our employer https://www.avency.de.

Installation

composer require avency/neos-etracker

Configuration

Key and siteArea

Configure the key and, if necessary, the SiteArea string in Settings.yaml:

Avency:
  Neos:
    Etracker:
      key: ''
      siteArea: ''

Or add the mixin to your root page:

  superTypes:
    'Avency.Neos.Etracker:Mixin.Etracker': true

Disable block cookies by default

Avency:
  Neos:
    Etracker:
      blockCookies: false

Documentation (German)

Set cookie lifetime

Avency:
  Neos:
    Etracker:
      cookieLifeTime: 24 # Amount of Months

Documentation (German)

License

The MIT License (MIT). Please see License File for more information.