-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tracking objects for Microsoft Forms/-Stream/Slideshare/Youtube/M…
- Loading branch information
1 parent
1e03b7f
commit bda3026
Showing
7 changed files
with
260 additions
and
1 deletion.
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
20 changes: 20 additions & 0 deletions
20
Configuration/TypoScript/TrackingObjects/GoogleMaps.typoscript
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,20 @@ | ||
plugin.tx_cookieman.settings.trackingObjects { | ||
GoogleMaps { | ||
inject ( | ||
<script data-what="GoogleMaps" src="/typo3conf/ext/cookieman/Resources/Public/Js/Injects/example-inject.js"></script> | ||
) | ||
# example: | ||
# inject ( | ||
# We are planning to support Google Maps out-of-the-box with cookieman. Stay tuned. | ||
# ) | ||
show { | ||
# https://www.microsoft.com/de-de/trust-center/privacy/gdpr-overview | ||
GoogleMaps { | ||
duration = none | ||
durationUnit = | ||
type = connection | ||
provider = Google | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
Configuration/TypoScript/TrackingObjects/MicrosoftForms.typoscript
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,48 @@ | ||
plugin.tx_cookieman.settings.trackingObjects { | ||
MicrosoftForms { | ||
inject ( | ||
<script data-what="MicrosoftForms" src="/typo3conf/ext/cookieman/Resources/Public/Js/Injects/example-inject.js"></script> | ||
) | ||
# example: | ||
# inject ( | ||
# no example available yet. We are happy to receive a pull request if you have one. | ||
# ) | ||
show { | ||
# https://www.microsoft.com/de-de/trust-center/privacy/gdpr-overview | ||
__RequestVerificationToken { | ||
duration = | ||
durationUnit = session | ||
type = cookie_http | ||
provider = Microsoft | ||
} | ||
|
||
AADNonce\.forms { | ||
duration = | ||
durationUnit = session | ||
type = cookie_http | ||
provider = Microsoft | ||
} | ||
|
||
DcLcid { | ||
duration = 3 | ||
durationUnit = months | ||
type = cookie_http | ||
provider = Microsoft | ||
} | ||
|
||
MSFPC { | ||
duration = 1 | ||
durationUnit = year | ||
type = cookie_http+html | ||
provider = Microsoft | ||
} | ||
|
||
MUID { | ||
duration = 1 | ||
durationUnit = year | ||
type = cookie_http+html | ||
provider = Microsoft | ||
} | ||
} | ||
} | ||
} |
55 changes: 55 additions & 0 deletions
55
Configuration/TypoScript/TrackingObjects/MicrosoftStream.typoscript
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,55 @@ | ||
plugin.tx_cookieman.settings.trackingObjects { | ||
MicrosoftStream { | ||
inject ( | ||
<script data-what="MicrosoftStrean" src="/typo3conf/ext/cookieman/Resources/Public/Js/Injects/example-inject.js"></script> | ||
) | ||
# example: | ||
# inject ( | ||
# no example available yet. We are happy to receive a pull request if you have one. | ||
# ) | ||
show { | ||
# https://www.microsoft.com/de-de/trust-center/privacy/gdpr-overview | ||
MicrosoftStream { | ||
duration = | ||
durationUnit = none | ||
type = connection | ||
provider = MicrosoftStream | ||
} | ||
|
||
Signature_Api { | ||
duration = | ||
durationUnit = session | ||
type = cookie_http | ||
provider = MicrosoftStream | ||
} | ||
|
||
Authorization_Api { | ||
duration = | ||
durationUnit = session | ||
type = cookie_http | ||
provider = MicrosoftStream | ||
} | ||
|
||
RedirectToThinEmbed { | ||
duration = | ||
durationUnit = session | ||
type = cookie_http | ||
provider = MicrosoftStream | ||
} | ||
|
||
UserSession_Api { | ||
duration = | ||
durationUnit = session | ||
type = cookie_http | ||
provider = MicrosoftStream | ||
} | ||
|
||
wfeSessionId { | ||
duration = | ||
durationUnit = session | ||
type = cookie_http | ||
provider = MicrosoftStream | ||
} | ||
} | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
Configuration/TypoScript/TrackingObjects/Slideshare.typoscript
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,43 @@ | ||
plugin.tx_cookieman.settings.trackingObjects { | ||
Slideshare { | ||
inject ( | ||
<script data-what="Slideshare" src="/typo3conf/ext/cookieman/Resources/Public/Js/Injects/example-inject.js"></script> | ||
) | ||
# example: | ||
# inject ( | ||
# You would use your own JavaScript to transform your placeholder elements into this: | ||
# <iframe src="//www.slideshare.net/slideshow/embed_code/key/EAvVlu6VpOr6u1" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen></iframe> | ||
# ) | ||
|
||
show { | ||
# https://www.slideshare.net/privacy | ||
UID { | ||
duration = 2 | ||
durationUnit = years | ||
type = cookie_http+html | ||
provider = Slideshare | ||
} | ||
|
||
UIDR { | ||
duration = 2 | ||
durationUnit = years | ||
type = cookie_http+html | ||
provider = Slideshare | ||
} | ||
|
||
bcookie { | ||
duration = 2 | ||
durationUnit = years | ||
type = cookie_http+html | ||
provider = Slideshare | ||
} | ||
|
||
lang { | ||
duration = | ||
durationUnit = session | ||
type = cookie_http+html | ||
provider = Slideshare | ||
} | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
Configuration/TypoScript/TrackingObjects/Youtube.typoscript
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,22 @@ | ||
plugin.tx_cookieman.settings.trackingObjects { | ||
YouTube { | ||
inject ( | ||
<script data-what="YouTube" src="/typo3conf/ext/cookieman/Resources/Public/Js/Injects/example-inject.js"></script> | ||
) | ||
# example: | ||
# inject ( | ||
# We are planning to support Youtube out-of-the-box with cookieman. Stay tuned. | ||
# Until then please add your own logic (e.g. replacing your consent message including a | ||
# <button onclick="cookieman.consent('YouTube'); return false"> with the actual HTML for the video). | ||
# ) | ||
show { | ||
# https://policies.google.com/privacy | ||
YouTube { | ||
duration = | ||
durationUnit = none | ||
type = connection | ||
provider = YouTube | ||
} | ||
} | ||
} | ||
} |
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