-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from erkenes/feat/ee-cookieLifeTime
feat: Add cookie lifetime and update the script tag
- Loading branch information
Showing
5 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ Avency: | |
Neos: | ||
Etracker: | ||
blockCookies: true | ||
cookieLifeTime: null | ||
Neos: | ||
Neos: | ||
fusion: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
> Adds the etracker code in the html header. | ||
## Authors & Sponsors | ||
Michael Gerdemann - [email protected] | ||
Michael Gerdemann - [email protected]<br> | ||
Enes Erk - [email protected] | ||
|
||
The development and the public-releases of this package is generously sponsored by our employer https://www.avency.de. | ||
|
||
|
@@ -43,6 +44,19 @@ Avency: | |
blockCookies: false | ||
``` | ||
|
||
[Documentation (German)](https://www.etracker.com/docs/integration-setup/einstellungen-accounts/etracker-cookies/etracker-cookies-aktivieren/#anleitung) | ||
|
||
### Set cookie lifetime | ||
|
||
``` | ||
Avency: | ||
Neos: | ||
Etracker: | ||
cookieLifeTime: 24 # Amount of Months | ||
``` | ||
|
||
[Documentation (German)](https://www.etracker.com/docs/integration-setup/einstellungen-accounts/etracker-cookies/laufzeit-von-etracker-cookies-selbst-bestimmen/) | ||
|
||
## License | ||
|
||
The MIT License (MIT). Please see [License File](./LICENSE.md) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters