@bytebrand/fe-ui-core 4.8.16 → 4.8.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -31,7 +31,8 @@ export const COOKIE_SCHEMA_LINKS = {
|
|
|
31
31
|
Matomo: 'https://matomo.org/privacy-policy/',
|
|
32
32
|
Trustpilot: 'https://de.legal.trustpilot.com/for-reviewers/end-user-privacy-terms',
|
|
33
33
|
Awin: 'https://www.awin.com/de/datenschutzerklarung',
|
|
34
|
-
Youtube:'https://www.youtube.com/howyoutubeworks/our-commitments/protecting-user-data/'
|
|
34
|
+
Youtube:'https://www.youtube.com/howyoutubeworks/our-commitments/protecting-user-data/',
|
|
35
|
+
['RTB House']: 'https://www.rtbhouse.com/privacy-center'
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
export const COOKIE_SCHEMA = {
|
|
@@ -52,6 +53,20 @@ export const COOKIE_SCHEMA = {
|
|
|
52
53
|
'callback',
|
|
53
54
|
'locale'
|
|
54
55
|
],
|
|
56
|
+
Facebook: ['_fbp'],
|
|
57
|
+
Hotjar: ['hotjar'],
|
|
58
|
+
Microsoft: ['_clck', '_clsk', '_uetsid', '_uetvid']
|
|
59
|
+
},
|
|
60
|
+
marketing: {
|
|
61
|
+
['auto.de']: [
|
|
62
|
+
'cf',
|
|
63
|
+
'cip',
|
|
64
|
+
'cnac',
|
|
65
|
+
'car'
|
|
66
|
+
],
|
|
67
|
+
Awin: [
|
|
68
|
+
'bid'
|
|
69
|
+
],
|
|
55
70
|
Criteo: [
|
|
56
71
|
'uid',
|
|
57
72
|
'PugT',
|
|
@@ -81,26 +96,22 @@ export const COOKIE_SCHEMA = {
|
|
|
81
96
|
'am_tokens_eu-v1',
|
|
82
97
|
'iteo'
|
|
83
98
|
],
|
|
84
|
-
Facebook: ['_fbp'],
|
|
85
|
-
['Google Analytics']: [
|
|
86
|
-
...GOOGLE_BUNDLE_COOKIES
|
|
87
|
-
],
|
|
88
|
-
Hotjar: ['hotjar'],
|
|
89
|
-
Microsoft: ['_clck', '_clsk', '_uetsid', '_uetvid']
|
|
90
|
-
},
|
|
91
|
-
marketing: {
|
|
92
|
-
['auto.de']: [
|
|
93
|
-
'cf',
|
|
94
|
-
'cip',
|
|
95
|
-
'cnac',
|
|
96
|
-
'car'
|
|
97
|
-
],
|
|
98
|
-
Awin: [
|
|
99
|
-
'bid'
|
|
100
|
-
],
|
|
101
99
|
Google: [
|
|
102
100
|
'test_cookie',
|
|
103
101
|
'IDE',
|
|
102
|
+
...GOOGLE_BUNDLE_COOKIES
|
|
103
|
+
],
|
|
104
|
+
['RTB House']: [
|
|
105
|
+
'rtbh',
|
|
106
|
+
'udmts',
|
|
107
|
+
'dt',
|
|
108
|
+
'__rtbh.lid',
|
|
109
|
+
'__rtbh.uid',
|
|
110
|
+
'ar_debug',
|
|
111
|
+
'C',
|
|
112
|
+
'G',
|
|
113
|
+
'ts',
|
|
114
|
+
'receive-cookie-deprecation'
|
|
104
115
|
],
|
|
105
116
|
Youtube: [
|
|
106
117
|
'youtube'
|