@duckduckgo/autoconsent 1.0.2

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.
Files changed (99) hide show
  1. package/.eslintrc +12 -0
  2. package/Dockerfile +9 -0
  3. package/Jenkinsfile +50 -0
  4. package/LICENSE +373 -0
  5. package/cosmetics/rules.json +110 -0
  6. package/dist/autoconsent.cjs.js +1316 -0
  7. package/dist/autoconsent.esm.js +1308 -0
  8. package/dist/autoconsent.puppet.js +980 -0
  9. package/lib/cmps/all.js +17 -0
  10. package/lib/cmps/all.ts +21 -0
  11. package/lib/cmps/base.js +170 -0
  12. package/lib/cmps/base.ts +199 -0
  13. package/lib/cmps/consentmanager.js +31 -0
  14. package/lib/cmps/consentmanager.ts +39 -0
  15. package/lib/cmps/cookiebot.js +73 -0
  16. package/lib/cmps/cookiebot.ts +81 -0
  17. package/lib/cmps/evidon.js +26 -0
  18. package/lib/cmps/evidon.ts +32 -0
  19. package/lib/cmps/sourcepoint.js +82 -0
  20. package/lib/cmps/sourcepoint.ts +95 -0
  21. package/lib/cmps/trustarc.js +106 -0
  22. package/lib/cmps/trustarc.ts +147 -0
  23. package/lib/consentomatic/index.js +52 -0
  24. package/lib/consentomatic/index.ts +86 -0
  25. package/lib/detector.js +29 -0
  26. package/lib/detector.ts +30 -0
  27. package/lib/hider.js +13 -0
  28. package/lib/hider.ts +16 -0
  29. package/lib/index.js +4 -0
  30. package/lib/index.ts +6 -0
  31. package/lib/messages.d.ts +58 -0
  32. package/lib/node.js +30 -0
  33. package/lib/node.ts +38 -0
  34. package/lib/puppet/tab.js +114 -0
  35. package/lib/puppet/tab.ts +136 -0
  36. package/lib/rules.d.ts +80 -0
  37. package/lib/tabwrapper.js +61 -0
  38. package/lib/tabwrapper.ts +68 -0
  39. package/lib/types.d.ts +61 -0
  40. package/lib/web/consentomatic/index.js +188 -0
  41. package/lib/web/consentomatic/index.ts +249 -0
  42. package/lib/web/consentomatic/tools.js +177 -0
  43. package/lib/web/consentomatic/tools.ts +198 -0
  44. package/lib/web/content.js +91 -0
  45. package/lib/web/content.ts +83 -0
  46. package/lib/web/tab.js +106 -0
  47. package/lib/web/tab.ts +171 -0
  48. package/lib/web.js +90 -0
  49. package/lib/web.ts +109 -0
  50. package/package.json +41 -0
  51. package/playwright.config.ts +31 -0
  52. package/readme.md +151 -0
  53. package/rollup.config.js +54 -0
  54. package/rules/autoconsent/asus.json +7 -0
  55. package/rules/autoconsent/cc-banner.json +9 -0
  56. package/rules/autoconsent/cookie-law-info.json +14 -0
  57. package/rules/autoconsent/cookie-notice.json +9 -0
  58. package/rules/autoconsent/cookieconsent.json +9 -0
  59. package/rules/autoconsent/drupal.json +7 -0
  60. package/rules/autoconsent/eu-cookie-compliance.json +14 -0
  61. package/rules/autoconsent/fundingchoices.json +12 -0
  62. package/rules/autoconsent/hubspot.json +7 -0
  63. package/rules/autoconsent/klaro.json +10 -0
  64. package/rules/autoconsent/notice-cookie.json +9 -0
  65. package/rules/autoconsent/onetrust.json +24 -0
  66. package/rules/autoconsent/osano.json +11 -0
  67. package/rules/autoconsent/quantcast.json +14 -0
  68. package/rules/autoconsent/tealium.json +19 -0
  69. package/rules/autoconsent/testcmp.json +12 -0
  70. package/rules/build.js +63 -0
  71. package/rules/rules.json +3030 -0
  72. package/tests/asus.spec.ts +5 -0
  73. package/tests/ccbanner.spec.ts +11 -0
  74. package/tests/consentmanager.spec.ts +10 -0
  75. package/tests/cookiebot.spec.ts +9 -0
  76. package/tests/cookieconsent.spec.ts +8 -0
  77. package/tests/cookielawinfo.spec.ts +9 -0
  78. package/tests/cookienotice.spec.ts +6 -0
  79. package/tests/didomi.spec.ts +9 -0
  80. package/tests/eu-cookie-compliance-banner.spec.ts +7 -0
  81. package/tests/evidon.spec.ts +6 -0
  82. package/tests/fundingchoices.spec.ts +10 -0
  83. package/tests/hubspot.spec.ts +6 -0
  84. package/tests/klaro.spec.ts +5 -0
  85. package/tests/notice-cookie.spec.ts +7 -0
  86. package/tests/oil.spec.ts +10 -0
  87. package/tests/onetrust.spec.ts +15 -0
  88. package/tests/optanon.spec.ts +10 -0
  89. package/tests/osano.spec.ts +5 -0
  90. package/tests/quantcast.spec.ts +16 -0
  91. package/tests/runner.ts +61 -0
  92. package/tests/sourcepoint.spec.ts +17 -0
  93. package/tests/springer.spec.ts +11 -0
  94. package/tests/tealium.spec.ts +6 -0
  95. package/tests/testcmp.spec.ts +5 -0
  96. package/tests/trustarc.spec.ts +13 -0
  97. package/tests/wordpressgdpr.spec.ts +9 -0
  98. package/tsconfig.json +14 -0
  99. package/update_version.js +8 -0
@@ -0,0 +1,3030 @@
1
+ {
2
+ "autoconsent": [
3
+ {
4
+ "name": "asus",
5
+ "detectCmp": [
6
+ {
7
+ "exists": "#cookie-policy-info"
8
+ }
9
+ ],
10
+ "detectPopup": [
11
+ {
12
+ "visible": "#cookie-policy-info"
13
+ }
14
+ ],
15
+ "optIn": [
16
+ {
17
+ "click": ".btn-read-ck"
18
+ }
19
+ ],
20
+ "optOut": [
21
+ {
22
+ "click": ".btn-setting"
23
+ },
24
+ {
25
+ "click": ".btn-save"
26
+ }
27
+ ]
28
+ },
29
+ {
30
+ "name": "cc_banner",
31
+ "prehideSelectors": [
32
+ ".cc_banner-wrapper"
33
+ ],
34
+ "isHidingRule": true,
35
+ "detectCmp": [
36
+ {
37
+ "exists": ".cc_banner-wrapper"
38
+ }
39
+ ],
40
+ "detectPopup": [
41
+ {
42
+ "visible": ".cc_banner"
43
+ }
44
+ ],
45
+ "optIn": [
46
+ {
47
+ "click": ".cc_btn_accept_all"
48
+ }
49
+ ],
50
+ "optOut": [
51
+ {
52
+ "hide": [
53
+ ".cc_banner-wrapper"
54
+ ]
55
+ }
56
+ ]
57
+ },
58
+ {
59
+ "name": "cookie-law-info",
60
+ "prehideSelectors": [
61
+ "#cookie-law-info-bar"
62
+ ],
63
+ "detectCmp": [
64
+ {
65
+ "exists": "#cookie-law-info-bar"
66
+ }
67
+ ],
68
+ "detectPopup": [
69
+ {
70
+ "visible": "#cookie-law-info-bar"
71
+ }
72
+ ],
73
+ "optIn": [
74
+ {
75
+ "click": "[data-cli_action=\"accept\"]"
76
+ }
77
+ ],
78
+ "optOut": [
79
+ {
80
+ "hide": [
81
+ "#cookie-law-info-bar"
82
+ ]
83
+ },
84
+ {
85
+ "eval": "CLI.disableAllCookies() || CLI.reject_close() || true"
86
+ }
87
+ ],
88
+ "test": [
89
+ {
90
+ "eval": "document.cookie.indexOf('cookielawinfo-checkbox-non-necessary=yes') === -1"
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "name": "cookie-notice",
96
+ "prehideSelectors": [
97
+ "#cookie-notice"
98
+ ],
99
+ "isHidingRule": true,
100
+ "detectCmp": [
101
+ {
102
+ "exists": "#cookie-notice"
103
+ }
104
+ ],
105
+ "detectPopup": [
106
+ {
107
+ "visible": "#cookie-notice"
108
+ }
109
+ ],
110
+ "optIn": [
111
+ {
112
+ "hide": [
113
+ "#cn-accept-cookie"
114
+ ]
115
+ }
116
+ ],
117
+ "optOut": [
118
+ {
119
+ "hide": [
120
+ "#cookie-notice"
121
+ ]
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "cookieconsent",
127
+ "prehideSelectors": [
128
+ "[aria-label=\"cookieconsent\"]"
129
+ ],
130
+ "isHidingRule": true,
131
+ "detectCmp": [
132
+ {
133
+ "exists": "[aria-label=\"cookieconsent\"]"
134
+ }
135
+ ],
136
+ "detectPopup": [
137
+ {
138
+ "visible": "[aria-label=\"cookieconsent\"]"
139
+ }
140
+ ],
141
+ "optIn": [
142
+ {
143
+ "click": ".cc-dismiss"
144
+ }
145
+ ],
146
+ "optOut": [
147
+ {
148
+ "hide": [
149
+ "[aria-label=\"cookieconsent\"]"
150
+ ]
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "name": "Drupal",
156
+ "detectCmp": [
157
+ {
158
+ "exists": "#drupalorg-crosssite-gdpr"
159
+ }
160
+ ],
161
+ "detectPopup": [
162
+ {
163
+ "visible": "#drupalorg-crosssite-gdpr"
164
+ }
165
+ ],
166
+ "optOut": [
167
+ {
168
+ "click": ".no"
169
+ }
170
+ ],
171
+ "optIn": [
172
+ {
173
+ "click": ".yes"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "name": "eu-cookie-compliance-banner",
179
+ "isHidingRule": true,
180
+ "detectCmp": [
181
+ {
182
+ "exists": ".eu-cookie-compliance-banner-info"
183
+ }
184
+ ],
185
+ "detectPopup": [
186
+ {
187
+ "visible": ".eu-cookie-compliance-banner-info"
188
+ }
189
+ ],
190
+ "optIn": [
191
+ {
192
+ "click": ".agree-button"
193
+ }
194
+ ],
195
+ "optOut": [
196
+ {
197
+ "click": ".decline-button,.eu-cookie-compliance-save-preferences-button",
198
+ "optional": true
199
+ },
200
+ {
201
+ "hide": [
202
+ ".eu-cookie-compliance-banner-info",
203
+ "#sliding-popup"
204
+ ]
205
+ }
206
+ ],
207
+ "test": [
208
+ {
209
+ "eval": "document.cookie.indexOf('cookie-agreed=2') === -1"
210
+ }
211
+ ]
212
+ },
213
+ {
214
+ "name": "funding-choices",
215
+ "prehideSelectors": [
216
+ ".fc-consent-root,.fc-dialog-container,.fc-dialog-overlay,.fc-dialog-content"
217
+ ],
218
+ "detectCmp": [
219
+ {
220
+ "exists": ".fc-consent-root"
221
+ }
222
+ ],
223
+ "detectPopup": [
224
+ {
225
+ "exists": ".fc-dialog-container"
226
+ }
227
+ ],
228
+ "optOut": [
229
+ {
230
+ "click": ".fc-cta-do-not-consent,.fc-cta-manage-options"
231
+ },
232
+ {
233
+ "click": ".fc-preference-consent:checked,.fc-preference-legitimate-interest:checked",
234
+ "all": true,
235
+ "optional": true
236
+ },
237
+ {
238
+ "click": ".fc-confirm-choices",
239
+ "optional": true
240
+ }
241
+ ],
242
+ "optIn": [
243
+ {
244
+ "click": ".fc-cta-consent"
245
+ }
246
+ ]
247
+ },
248
+ {
249
+ "name": "hubspot",
250
+ "detectCmp": [
251
+ {
252
+ "exists": "#hs-eu-cookie-confirmation"
253
+ }
254
+ ],
255
+ "detectPopup": [
256
+ {
257
+ "visible": "#hs-eu-cookie-confirmation"
258
+ }
259
+ ],
260
+ "optIn": [
261
+ {
262
+ "click": "#hs-eu-confirmation-button"
263
+ }
264
+ ],
265
+ "optOut": [
266
+ {
267
+ "click": "#hs-eu-decline-button"
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "name": "klaro",
273
+ "detectCmp": [
274
+ {
275
+ "exists": ".klaro > .cookie-notice"
276
+ }
277
+ ],
278
+ "detectPopup": [
279
+ {
280
+ "visible": ".klaro > .cookie-notice"
281
+ }
282
+ ],
283
+ "optIn": [
284
+ {
285
+ "click": ".cm-btn-success"
286
+ }
287
+ ],
288
+ "optOut": [
289
+ {
290
+ "click": ".cn-decline"
291
+ }
292
+ ],
293
+ "test": [
294
+ {
295
+ "eval": "Object.values(klaro.getManager().consents).every(c => !c)"
296
+ }
297
+ ]
298
+ },
299
+ {
300
+ "name": "notice-cookie",
301
+ "prehideSelectors": [
302
+ ".button--notice"
303
+ ],
304
+ "isHidingRule": true,
305
+ "detectCmp": [
306
+ {
307
+ "exists": ".notice--cookie"
308
+ }
309
+ ],
310
+ "detectPopup": [
311
+ {
312
+ "visible": ".notice--cookie"
313
+ }
314
+ ],
315
+ "optIn": [
316
+ {
317
+ "click": ".button--notice"
318
+ }
319
+ ],
320
+ "optOut": [
321
+ {
322
+ "hide": [
323
+ ".notice--cookie"
324
+ ]
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "name": "Onetrust",
330
+ "prehideSelectors": [
331
+ "#onetrust-banner-sdk,#onetrust-consent-sdk,.optanon-alert-box-wrapper,.onetrust-pc-dark-filter,.js-consent-banner"
332
+ ],
333
+ "isHidingRule": true,
334
+ "detectCmp": [
335
+ {
336
+ "exists": "#onetrust-banner-sdk,.optanon-alert-box-wrapper"
337
+ }
338
+ ],
339
+ "detectPopup": [
340
+ {
341
+ "visible": "#onetrust-banner-sdk,.optanon-alert-box-wrapper"
342
+ }
343
+ ],
344
+ "optOut": [
345
+ {
346
+ "click": "#onetrust-pc-btn-handler,.ot-sdk-show-settings,button.js-cookie-settings"
347
+ },
348
+ {
349
+ "waitFor": "#onetrust-consent-sdk",
350
+ "timeout": 2000
351
+ },
352
+ {
353
+ "wait": 1000
354
+ },
355
+ {
356
+ "click": "#onetrust-consent-sdk input.category-switch-handler:checked,.js-editor-toggle-state:checked",
357
+ "all": true,
358
+ "optional": true
359
+ },
360
+ {
361
+ "waitForThenClick": ".save-preference-btn-handler,.js-consent-save",
362
+ "timeout": 1000
363
+ }
364
+ ],
365
+ "optIn": [
366
+ {
367
+ "click": "onetrust-accept-btn-handler,js-accept-cookies"
368
+ }
369
+ ],
370
+ "test": [
371
+ {
372
+ "eval": "window.OnetrustActiveGroups.split(',').filter(s => s.length > 0).length <= 1"
373
+ }
374
+ ]
375
+ },
376
+ {
377
+ "name": "osano",
378
+ "prehideSelectors": [
379
+ ".osano-cm-window"
380
+ ],
381
+ "isHidingRule": true,
382
+ "detectCmp": [
383
+ {
384
+ "exists": ".osano-cm-window"
385
+ }
386
+ ],
387
+ "detectPopup": [
388
+ {
389
+ "visible": ".osano-cm-dialog"
390
+ }
391
+ ],
392
+ "optIn": [
393
+ {
394
+ "click": ".osano-cm-accept-all"
395
+ }
396
+ ],
397
+ "optOut": [
398
+ {
399
+ "hide": [
400
+ ".osano-cm-window"
401
+ ]
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "name": "quantcast",
407
+ "prehideSelectors": [
408
+ "#qc-cmp2-main,#qc-cmp2-container"
409
+ ],
410
+ "detectCmp": [
411
+ {
412
+ "exists": "#qc-cmp2-container"
413
+ }
414
+ ],
415
+ "detectPopup": [
416
+ {
417
+ "visible": "#qc-cmp2-ui"
418
+ }
419
+ ],
420
+ "optOut": [
421
+ {
422
+ "click": ".qc-cmp2-summary-buttons > button[mode=\"secondary\"]"
423
+ },
424
+ {
425
+ "waitFor": "#qc-cmp2-ui"
426
+ },
427
+ {
428
+ "click": ".qc-cmp2-toggle-switch > button[aria-checked=\"true\"]",
429
+ "all": true,
430
+ "optional": true
431
+ },
432
+ {
433
+ "click": ".qc-cmp2-main button[aria-label=\"REJECT ALL\"]",
434
+ "optional": true
435
+ },
436
+ {
437
+ "waitForThenClick": ".qc-cmp2-main button[aria-label=\"SAVE & EXIT\"],.qc-cmp2-buttons-desktop > button[mode=\"primary\"]",
438
+ "timeout": 5000
439
+ }
440
+ ],
441
+ "optIn": [
442
+ {
443
+ "click": ".qc-cmp2-summary-buttons > button[mode=\"primary\"]"
444
+ }
445
+ ]
446
+ },
447
+ {
448
+ "name": "Tealium",
449
+ "prehideSelectors": [
450
+ "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#consent-layer"
451
+ ],
452
+ "isHidingRule": false,
453
+ "detectCmp": [
454
+ {
455
+ "exists": "#__tealiumGDPRecModal"
456
+ },
457
+ {
458
+ "eval": "window.utag && typeof utag.gdpr === 'object'"
459
+ }
460
+ ],
461
+ "detectPopup": [
462
+ {
463
+ "visible": "#__tealiumGDPRecModal"
464
+ }
465
+ ],
466
+ "optOut": [
467
+ {
468
+ "hide": [
469
+ "#__tealiumGDPRecModal",
470
+ "#__tealiumGDPRcpPrefs",
471
+ "#consent-layer"
472
+ ]
473
+ },
474
+ {
475
+ "click": "#cm-acceptNone,.js-accept-essential-cookies"
476
+ }
477
+ ],
478
+ "optIn": [
479
+ {
480
+ "hide": [
481
+ "#__tealiumGDPRecModal"
482
+ ]
483
+ },
484
+ {
485
+ "eval": "utag.gdpr.setConsentValue(true)"
486
+ }
487
+ ],
488
+ "test": [
489
+ {
490
+ "eval": "utag.gdpr.getConsentState() !== 1"
491
+ }
492
+ ]
493
+ },
494
+ {
495
+ "name": "Test page CMP",
496
+ "prehideSelectors": [
497
+ "#reject-all"
498
+ ],
499
+ "detectCmp": [
500
+ {
501
+ "exists": "#privacy-test-page-cmp-test"
502
+ }
503
+ ],
504
+ "detectPopup": [
505
+ {
506
+ "visible": "#privacy-test-page-cmp-test"
507
+ }
508
+ ],
509
+ "optIn": [
510
+ {
511
+ "click": "#accept-all"
512
+ }
513
+ ],
514
+ "optOut": [
515
+ {
516
+ "waitFor": "#reject-all"
517
+ },
518
+ {
519
+ "click": "#reject-all"
520
+ }
521
+ ],
522
+ "test": [
523
+ {
524
+ "eval": "window.results.results[0] === 'button_clicked'"
525
+ }
526
+ ]
527
+ }
528
+ ],
529
+ "consentomatic": {
530
+ "didomi.io": {
531
+ "detectors": [
532
+ {
533
+ "presentMatcher": {
534
+ "target": {
535
+ "selector": "#didomi-host, #didomi-notice"
536
+ },
537
+ "type": "css"
538
+ },
539
+ "showingMatcher": {
540
+ "target": {
541
+ "selector": "body.didomi-popup-open, .didomi-notice-banner"
542
+ },
543
+ "type": "css"
544
+ }
545
+ }
546
+ ],
547
+ "methods": [
548
+ {
549
+ "action": {
550
+ "target": {
551
+ "selector": ".didomi-popup-notice-buttons .didomi-button:not(.didomi-button-highlight), .didomi-notice-banner .didomi-learn-more-button"
552
+ },
553
+ "type": "click"
554
+ },
555
+ "name": "OPEN_OPTIONS"
556
+ },
557
+ {
558
+ "action": {
559
+ "actions": [
560
+ {
561
+ "retries": 50,
562
+ "target": {
563
+ "selector": "#didomi-purpose-cookies"
564
+ },
565
+ "type": "waitcss",
566
+ "waitTime": 50
567
+ },
568
+ {
569
+ "consents": [
570
+ {
571
+ "description": "Share (everything) with others",
572
+ "falseAction": {
573
+ "target": {
574
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:first-child"
575
+ },
576
+ "type": "click"
577
+ },
578
+ "trueAction": {
579
+ "target": {
580
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:last-child"
581
+ },
582
+ "type": "click"
583
+ },
584
+ "type": "X"
585
+ },
586
+ {
587
+ "description": "Information storage and access",
588
+ "falseAction": {
589
+ "target": {
590
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:first-child"
591
+ },
592
+ "type": "click"
593
+ },
594
+ "trueAction": {
595
+ "target": {
596
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:last-child"
597
+ },
598
+ "type": "click"
599
+ },
600
+ "type": "D"
601
+ },
602
+ {
603
+ "description": "Content selection, offers and marketing",
604
+ "falseAction": {
605
+ "target": {
606
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:first-child"
607
+ },
608
+ "type": "click"
609
+ },
610
+ "trueAction": {
611
+ "target": {
612
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:last-child"
613
+ },
614
+ "type": "click"
615
+ },
616
+ "type": "E"
617
+ },
618
+ {
619
+ "description": "Analytics",
620
+ "falseAction": {
621
+ "target": {
622
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:first-child"
623
+ },
624
+ "type": "click"
625
+ },
626
+ "trueAction": {
627
+ "target": {
628
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:last-child"
629
+ },
630
+ "type": "click"
631
+ },
632
+ "type": "B"
633
+ },
634
+ {
635
+ "description": "Analytics",
636
+ "falseAction": {
637
+ "target": {
638
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:first-child"
639
+ },
640
+ "type": "click"
641
+ },
642
+ "trueAction": {
643
+ "target": {
644
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:last-child"
645
+ },
646
+ "type": "click"
647
+ },
648
+ "type": "B"
649
+ },
650
+ {
651
+ "description": "Ad and content selection",
652
+ "falseAction": {
653
+ "target": {
654
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:first-child"
655
+ },
656
+ "type": "click"
657
+ },
658
+ "trueAction": {
659
+ "target": {
660
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:last-child"
661
+ },
662
+ "type": "click"
663
+ },
664
+ "type": "F"
665
+ },
666
+ {
667
+ "description": "Ad and content selection",
668
+ "falseAction": {
669
+ "parent": {
670
+ "childFilter": {
671
+ "target": {
672
+ "selector": "#didomi-purpose-pub-ciblee"
673
+ }
674
+ },
675
+ "selector": ".didomi-consent-popup-data-processing, .didomi-components-accordion-label-container"
676
+ },
677
+ "target": {
678
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:first-child"
679
+ },
680
+ "type": "click"
681
+ },
682
+ "trueAction": {
683
+ "target": {
684
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:last-child"
685
+ },
686
+ "type": "click"
687
+ },
688
+ "type": "F"
689
+ },
690
+ {
691
+ "description": "Ad and content selection - basics",
692
+ "falseAction": {
693
+ "target": {
694
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:first-child"
695
+ },
696
+ "type": "click"
697
+ },
698
+ "trueAction": {
699
+ "target": {
700
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:last-child"
701
+ },
702
+ "type": "click"
703
+ },
704
+ "type": "F"
705
+ },
706
+ {
707
+ "description": "Ad and content selection - partners and subsidiaries",
708
+ "falseAction": {
709
+ "target": {
710
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:first-child"
711
+ },
712
+ "type": "click"
713
+ },
714
+ "trueAction": {
715
+ "target": {
716
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:last-child"
717
+ },
718
+ "type": "click"
719
+ },
720
+ "type": "F"
721
+ },
722
+ {
723
+ "description": "Ad and content selection - social networks",
724
+ "falseAction": {
725
+ "target": {
726
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:first-child"
727
+ },
728
+ "type": "click"
729
+ },
730
+ "trueAction": {
731
+ "target": {
732
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:last-child"
733
+ },
734
+ "type": "click"
735
+ },
736
+ "type": "F"
737
+ },
738
+ {
739
+ "description": "Ad and content selection - others",
740
+ "falseAction": {
741
+ "target": {
742
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:first-child"
743
+ },
744
+ "type": "click"
745
+ },
746
+ "trueAction": {
747
+ "target": {
748
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:last-child"
749
+ },
750
+ "type": "click"
751
+ },
752
+ "type": "F"
753
+ },
754
+ {
755
+ "description": "Social networks",
756
+ "falseAction": {
757
+ "target": {
758
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:first-child"
759
+ },
760
+ "type": "click"
761
+ },
762
+ "trueAction": {
763
+ "target": {
764
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:last-child"
765
+ },
766
+ "type": "click"
767
+ },
768
+ "type": "A"
769
+ },
770
+ {
771
+ "description": "Social networks",
772
+ "falseAction": {
773
+ "target": {
774
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:first-child"
775
+ },
776
+ "type": "click"
777
+ },
778
+ "trueAction": {
779
+ "target": {
780
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:last-child"
781
+ },
782
+ "type": "click"
783
+ },
784
+ "type": "A"
785
+ },
786
+ {
787
+ "description": "Content selection",
788
+ "falseAction": {
789
+ "target": {
790
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:first-child"
791
+ },
792
+ "type": "click"
793
+ },
794
+ "trueAction": {
795
+ "target": {
796
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:last-child"
797
+ },
798
+ "type": "click"
799
+ },
800
+ "type": "E"
801
+ },
802
+ {
803
+ "description": "Ad delivery",
804
+ "falseAction": {
805
+ "target": {
806
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:first-child"
807
+ },
808
+ "type": "click"
809
+ },
810
+ "trueAction": {
811
+ "target": {
812
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:last-child"
813
+ },
814
+ "type": "click"
815
+ },
816
+ "type": "F"
817
+ }
818
+ ],
819
+ "type": "consent"
820
+ },
821
+ {
822
+ "action": {
823
+ "consents": [
824
+ {
825
+ "matcher": {
826
+ "childFilter": {
827
+ "target": {
828
+ "selector": ":not(.didomi-components-radio__option--selected)"
829
+ }
830
+ },
831
+ "type": "css"
832
+ },
833
+ "trueAction": {
834
+ "target": {
835
+ "selector": ":nth-child(2)"
836
+ },
837
+ "type": "click"
838
+ },
839
+ "falseAction": {
840
+ "target": {
841
+ "selector": ":first-child"
842
+ },
843
+ "type": "click"
844
+ },
845
+ "type": "X"
846
+ }
847
+ ],
848
+ "type": "consent"
849
+ },
850
+ "target": {
851
+ "selector": ".didomi-components-radio"
852
+ },
853
+ "type": "foreach"
854
+ }
855
+ ],
856
+ "type": "list"
857
+ },
858
+ "name": "DO_CONSENT"
859
+ },
860
+ {
861
+ "action": {
862
+ "parent": {
863
+ "selector": ".didomi-consent-popup-footer .didomi-consent-popup-actions"
864
+ },
865
+ "target": {
866
+ "selector": ".didomi-components-button:first-child"
867
+ },
868
+ "type": "click"
869
+ },
870
+ "name": "SAVE_CONSENT"
871
+ }
872
+ ]
873
+ },
874
+ "oil": {
875
+ "detectors": [
876
+ {
877
+ "presentMatcher": {
878
+ "target": {
879
+ "selector": ".as-oil-content-overlay"
880
+ },
881
+ "type": "css"
882
+ },
883
+ "showingMatcher": {
884
+ "target": {
885
+ "selector": ".as-oil-content-overlay"
886
+ },
887
+ "type": "css"
888
+ }
889
+ }
890
+ ],
891
+ "methods": [
892
+ {
893
+ "action": {
894
+ "actions": [
895
+ {
896
+ "target": {
897
+ "selector": ".as-js-advanced-settings"
898
+ },
899
+ "type": "click"
900
+ },
901
+ {
902
+ "retries": "10",
903
+ "target": {
904
+ "selector": ".as-oil-cpc__purpose-container"
905
+ },
906
+ "type": "waitcss",
907
+ "waitTime": "250"
908
+ }
909
+ ],
910
+ "type": "list"
911
+ },
912
+ "name": "OPEN_OPTIONS"
913
+ },
914
+ {
915
+ "action": {
916
+ "actions": [
917
+ {
918
+ "consents": [
919
+ {
920
+ "matcher": {
921
+ "parent": {
922
+ "selector": ".as-oil-cpc__purpose-container",
923
+ "textFilter": [
924
+ "Information storage and access",
925
+ "Opbevaring af og adgang til oplysninger på din enhed"
926
+ ]
927
+ },
928
+ "target": {
929
+ "selector": "input"
930
+ },
931
+ "type": "checkbox"
932
+ },
933
+ "toggleAction": {
934
+ "parent": {
935
+ "selector": ".as-oil-cpc__purpose-container",
936
+ "textFilter": [
937
+ "Information storage and access",
938
+ "Opbevaring af og adgang til oplysninger på din enhed"
939
+ ]
940
+ },
941
+ "target": {
942
+ "selector": ".as-oil-cpc__switch"
943
+ },
944
+ "type": "click"
945
+ },
946
+ "type": "D"
947
+ },
948
+ {
949
+ "matcher": {
950
+ "parent": {
951
+ "selector": ".as-oil-cpc__purpose-container",
952
+ "textFilter": [
953
+ "Personlige annoncer",
954
+ "Personalisation"
955
+ ]
956
+ },
957
+ "target": {
958
+ "selector": "input"
959
+ },
960
+ "type": "checkbox"
961
+ },
962
+ "toggleAction": {
963
+ "parent": {
964
+ "selector": ".as-oil-cpc__purpose-container",
965
+ "textFilter": [
966
+ "Personlige annoncer",
967
+ "Personalisation"
968
+ ]
969
+ },
970
+ "target": {
971
+ "selector": ".as-oil-cpc__switch"
972
+ },
973
+ "type": "click"
974
+ },
975
+ "type": "E"
976
+ },
977
+ {
978
+ "matcher": {
979
+ "parent": {
980
+ "selector": ".as-oil-cpc__purpose-container",
981
+ "textFilter": [
982
+ "Annoncevalg, levering og rapportering",
983
+ "Ad selection, delivery, reporting"
984
+ ]
985
+ },
986
+ "target": {
987
+ "selector": "input"
988
+ },
989
+ "type": "checkbox"
990
+ },
991
+ "toggleAction": {
992
+ "parent": {
993
+ "selector": ".as-oil-cpc__purpose-container",
994
+ "textFilter": [
995
+ "Annoncevalg, levering og rapportering",
996
+ "Ad selection, delivery, reporting"
997
+ ]
998
+ },
999
+ "target": {
1000
+ "selector": ".as-oil-cpc__switch"
1001
+ },
1002
+ "type": "click"
1003
+ },
1004
+ "type": "F"
1005
+ },
1006
+ {
1007
+ "matcher": {
1008
+ "parent": {
1009
+ "selector": ".as-oil-cpc__purpose-container",
1010
+ "textFilter": [
1011
+ "Personalisering af indhold",
1012
+ "Content selection, delivery, reporting"
1013
+ ]
1014
+ },
1015
+ "target": {
1016
+ "selector": "input"
1017
+ },
1018
+ "type": "checkbox"
1019
+ },
1020
+ "toggleAction": {
1021
+ "parent": {
1022
+ "selector": ".as-oil-cpc__purpose-container",
1023
+ "textFilter": [
1024
+ "Personalisering af indhold",
1025
+ "Content selection, delivery, reporting"
1026
+ ]
1027
+ },
1028
+ "target": {
1029
+ "selector": ".as-oil-cpc__switch"
1030
+ },
1031
+ "type": "click"
1032
+ },
1033
+ "type": "E"
1034
+ },
1035
+ {
1036
+ "matcher": {
1037
+ "parent": {
1038
+ "childFilter": {
1039
+ "target": {
1040
+ "selector": ".as-oil-cpc__purpose-header",
1041
+ "textFilter": [
1042
+ "Måling",
1043
+ "Measurement"
1044
+ ]
1045
+ }
1046
+ },
1047
+ "selector": ".as-oil-cpc__purpose-container"
1048
+ },
1049
+ "target": {
1050
+ "selector": "input"
1051
+ },
1052
+ "type": "checkbox"
1053
+ },
1054
+ "toggleAction": {
1055
+ "parent": {
1056
+ "childFilter": {
1057
+ "target": {
1058
+ "selector": ".as-oil-cpc__purpose-header",
1059
+ "textFilter": [
1060
+ "Måling",
1061
+ "Measurement"
1062
+ ]
1063
+ }
1064
+ },
1065
+ "selector": ".as-oil-cpc__purpose-container"
1066
+ },
1067
+ "target": {
1068
+ "selector": ".as-oil-cpc__switch"
1069
+ },
1070
+ "type": "click"
1071
+ },
1072
+ "type": "B"
1073
+ },
1074
+ {
1075
+ "matcher": {
1076
+ "parent": {
1077
+ "selector": ".as-oil-cpc__purpose-container",
1078
+ "textFilter": "Google"
1079
+ },
1080
+ "target": {
1081
+ "selector": "input"
1082
+ },
1083
+ "type": "checkbox"
1084
+ },
1085
+ "toggleAction": {
1086
+ "parent": {
1087
+ "selector": ".as-oil-cpc__purpose-container",
1088
+ "textFilter": "Google"
1089
+ },
1090
+ "target": {
1091
+ "selector": ".as-oil-cpc__switch"
1092
+ },
1093
+ "type": "click"
1094
+ },
1095
+ "type": "F"
1096
+ }
1097
+ ],
1098
+ "type": "consent"
1099
+ }
1100
+ ],
1101
+ "type": "list"
1102
+ },
1103
+ "name": "DO_CONSENT"
1104
+ },
1105
+ {
1106
+ "action": {
1107
+ "target": {
1108
+ "selector": ".as-oil__btn-optin"
1109
+ },
1110
+ "type": "click"
1111
+ },
1112
+ "name": "SAVE_CONSENT"
1113
+ },
1114
+ {
1115
+ "action": {
1116
+ "target": {
1117
+ "selector": "div.as-oil"
1118
+ },
1119
+ "type": "hide"
1120
+ },
1121
+ "name": "HIDE_CMP"
1122
+ }
1123
+ ]
1124
+ },
1125
+ "optanon": {
1126
+ "detectors": [
1127
+ {
1128
+ "presentMatcher": {
1129
+ "target": {
1130
+ "selector": "#optanon-menu, .optanon-alert-box-wrapper"
1131
+ },
1132
+ "type": "css"
1133
+ },
1134
+ "showingMatcher": {
1135
+ "target": {
1136
+ "displayFilter": true,
1137
+ "selector": ".optanon-alert-box-wrapper"
1138
+ },
1139
+ "type": "css"
1140
+ }
1141
+ }
1142
+ ],
1143
+ "methods": [
1144
+ {
1145
+ "action": {
1146
+ "actions": [
1147
+ {
1148
+ "target": {
1149
+ "selector": ".optanon-alert-box-wrapper .optanon-toggle-display, a[onclick*='OneTrust.ToggleInfoDisplay()'], a[onclick*='Optanon.ToggleInfoDisplay()']"
1150
+ },
1151
+ "type": "click"
1152
+ }
1153
+ ],
1154
+ "type": "list"
1155
+ },
1156
+ "name": "OPEN_OPTIONS"
1157
+ },
1158
+ {
1159
+ "action": {
1160
+ "actions": [
1161
+ {
1162
+ "target": {
1163
+ "selector": ".preference-menu-item #Your-privacy"
1164
+ },
1165
+ "type": "click"
1166
+ },
1167
+ {
1168
+ "target": {
1169
+ "selector": "#optanon-vendor-consent-text"
1170
+ },
1171
+ "type": "click"
1172
+ },
1173
+ {
1174
+ "action": {
1175
+ "consents": [
1176
+ {
1177
+ "matcher": {
1178
+ "target": {
1179
+ "selector": "input"
1180
+ },
1181
+ "type": "checkbox"
1182
+ },
1183
+ "toggleAction": {
1184
+ "target": {
1185
+ "selector": "label"
1186
+ },
1187
+ "type": "click"
1188
+ },
1189
+ "type": "X"
1190
+ }
1191
+ ],
1192
+ "type": "consent"
1193
+ },
1194
+ "target": {
1195
+ "selector": "#optanon-vendor-consent-list .vendor-item"
1196
+ },
1197
+ "type": "foreach"
1198
+ },
1199
+ {
1200
+ "target": {
1201
+ "selector": ".vendor-consent-back-link"
1202
+ },
1203
+ "type": "click"
1204
+ },
1205
+ {
1206
+ "parent": {
1207
+ "selector": "#optanon-menu, .optanon-menu"
1208
+ },
1209
+ "target": {
1210
+ "selector": ".menu-item-performance"
1211
+ },
1212
+ "trueAction": {
1213
+ "actions": [
1214
+ {
1215
+ "parent": {
1216
+ "selector": "#optanon-menu, .optanon-menu"
1217
+ },
1218
+ "target": {
1219
+ "selector": ".menu-item-performance"
1220
+ },
1221
+ "type": "click"
1222
+ },
1223
+ {
1224
+ "consents": [
1225
+ {
1226
+ "matcher": {
1227
+ "parent": {
1228
+ "selector": "#optanon-popup-body-right"
1229
+ },
1230
+ "target": {
1231
+ "selector": ".optanon-status input"
1232
+ },
1233
+ "type": "checkbox"
1234
+ },
1235
+ "toggleAction": {
1236
+ "parent": {
1237
+ "selector": "#optanon-popup-body-right"
1238
+ },
1239
+ "target": {
1240
+ "selector": ".optanon-status label"
1241
+ },
1242
+ "type": "click"
1243
+ },
1244
+ "type": "B"
1245
+ }
1246
+ ],
1247
+ "type": "consent"
1248
+ }
1249
+ ],
1250
+ "type": "list"
1251
+ },
1252
+ "type": "ifcss"
1253
+ },
1254
+ {
1255
+ "parent": {
1256
+ "selector": "#optanon-menu, .optanon-menu"
1257
+ },
1258
+ "target": {
1259
+ "selector": ".menu-item-functional"
1260
+ },
1261
+ "trueAction": {
1262
+ "actions": [
1263
+ {
1264
+ "parent": {
1265
+ "selector": "#optanon-menu, .optanon-menu"
1266
+ },
1267
+ "target": {
1268
+ "selector": ".menu-item-functional"
1269
+ },
1270
+ "type": "click"
1271
+ },
1272
+ {
1273
+ "consents": [
1274
+ {
1275
+ "matcher": {
1276
+ "parent": {
1277
+ "selector": "#optanon-popup-body-right"
1278
+ },
1279
+ "target": {
1280
+ "selector": ".optanon-status input"
1281
+ },
1282
+ "type": "checkbox"
1283
+ },
1284
+ "toggleAction": {
1285
+ "parent": {
1286
+ "selector": "#optanon-popup-body-right"
1287
+ },
1288
+ "target": {
1289
+ "selector": ".optanon-status label"
1290
+ },
1291
+ "type": "click"
1292
+ },
1293
+ "type": "E"
1294
+ }
1295
+ ],
1296
+ "type": "consent"
1297
+ }
1298
+ ],
1299
+ "type": "list"
1300
+ },
1301
+ "type": "ifcss"
1302
+ },
1303
+ {
1304
+ "parent": {
1305
+ "selector": "#optanon-menu, .optanon-menu"
1306
+ },
1307
+ "target": {
1308
+ "selector": ".menu-item-advertising"
1309
+ },
1310
+ "trueAction": {
1311
+ "actions": [
1312
+ {
1313
+ "parent": {
1314
+ "selector": "#optanon-menu, .optanon-menu"
1315
+ },
1316
+ "target": {
1317
+ "selector": ".menu-item-advertising"
1318
+ },
1319
+ "type": "click"
1320
+ },
1321
+ {
1322
+ "consents": [
1323
+ {
1324
+ "matcher": {
1325
+ "parent": {
1326
+ "selector": "#optanon-popup-body-right"
1327
+ },
1328
+ "target": {
1329
+ "selector": ".optanon-status input"
1330
+ },
1331
+ "type": "checkbox"
1332
+ },
1333
+ "toggleAction": {
1334
+ "parent": {
1335
+ "selector": "#optanon-popup-body-right"
1336
+ },
1337
+ "target": {
1338
+ "selector": ".optanon-status label"
1339
+ },
1340
+ "type": "click"
1341
+ },
1342
+ "type": "F"
1343
+ }
1344
+ ],
1345
+ "type": "consent"
1346
+ }
1347
+ ],
1348
+ "type": "list"
1349
+ },
1350
+ "type": "ifcss"
1351
+ },
1352
+ {
1353
+ "parent": {
1354
+ "selector": "#optanon-menu, .optanon-menu"
1355
+ },
1356
+ "target": {
1357
+ "selector": ".menu-item-social"
1358
+ },
1359
+ "trueAction": {
1360
+ "actions": [
1361
+ {
1362
+ "parent": {
1363
+ "selector": "#optanon-menu, .optanon-menu"
1364
+ },
1365
+ "target": {
1366
+ "selector": ".menu-item-social"
1367
+ },
1368
+ "type": "click"
1369
+ },
1370
+ {
1371
+ "consents": [
1372
+ {
1373
+ "matcher": {
1374
+ "parent": {
1375
+ "selector": "#optanon-popup-body-right"
1376
+ },
1377
+ "target": {
1378
+ "selector": ".optanon-status input"
1379
+ },
1380
+ "type": "checkbox"
1381
+ },
1382
+ "toggleAction": {
1383
+ "parent": {
1384
+ "selector": "#optanon-popup-body-right"
1385
+ },
1386
+ "target": {
1387
+ "selector": ".optanon-status label"
1388
+ },
1389
+ "type": "click"
1390
+ },
1391
+ "type": "B"
1392
+ }
1393
+ ],
1394
+ "type": "consent"
1395
+ }
1396
+ ],
1397
+ "type": "list"
1398
+ },
1399
+ "type": "ifcss"
1400
+ },
1401
+ {
1402
+ "parent": {
1403
+ "selector": "#optanon-menu, .optanon-menu"
1404
+ },
1405
+ "target": {
1406
+ "selector": ".menu-item-necessary",
1407
+ "textFilter": "Social Media Cookies"
1408
+ },
1409
+ "trueAction": {
1410
+ "actions": [
1411
+ {
1412
+ "parent": {
1413
+ "selector": "#optanon-menu, .optanon-menu"
1414
+ },
1415
+ "target": {
1416
+ "selector": ".menu-item-necessary",
1417
+ "textFilter": "Social Media Cookies"
1418
+ },
1419
+ "type": "click"
1420
+ },
1421
+ {
1422
+ "consents": [
1423
+ {
1424
+ "matcher": {
1425
+ "parent": {
1426
+ "selector": "#optanon-popup-body-right"
1427
+ },
1428
+ "target": {
1429
+ "selector": ".optanon-status input"
1430
+ },
1431
+ "type": "checkbox"
1432
+ },
1433
+ "toggleAction": {
1434
+ "parent": {
1435
+ "selector": "#optanon-popup-body-right"
1436
+ },
1437
+ "target": {
1438
+ "selector": ".optanon-status label"
1439
+ },
1440
+ "type": "click"
1441
+ },
1442
+ "type": "B"
1443
+ }
1444
+ ],
1445
+ "type": "consent"
1446
+ }
1447
+ ],
1448
+ "type": "list"
1449
+ },
1450
+ "type": "ifcss"
1451
+ },
1452
+ {
1453
+ "parent": {
1454
+ "selector": "#optanon-menu, .optanon-menu"
1455
+ },
1456
+ "target": {
1457
+ "selector": ".menu-item-necessary",
1458
+ "textFilter": "Personalisation"
1459
+ },
1460
+ "trueAction": {
1461
+ "actions": [
1462
+ {
1463
+ "parent": {
1464
+ "selector": "#optanon-menu, .optanon-menu"
1465
+ },
1466
+ "target": {
1467
+ "selector": ".menu-item-necessary",
1468
+ "textFilter": "Personalisation"
1469
+ },
1470
+ "type": "click"
1471
+ },
1472
+ {
1473
+ "consents": [
1474
+ {
1475
+ "matcher": {
1476
+ "parent": {
1477
+ "selector": "#optanon-popup-body-right"
1478
+ },
1479
+ "target": {
1480
+ "selector": ".optanon-status input"
1481
+ },
1482
+ "type": "checkbox"
1483
+ },
1484
+ "toggleAction": {
1485
+ "parent": {
1486
+ "selector": "#optanon-popup-body-right"
1487
+ },
1488
+ "target": {
1489
+ "selector": ".optanon-status label"
1490
+ },
1491
+ "type": "click"
1492
+ },
1493
+ "type": "E"
1494
+ }
1495
+ ],
1496
+ "type": "consent"
1497
+ }
1498
+ ],
1499
+ "type": "list"
1500
+ },
1501
+ "type": "ifcss"
1502
+ },
1503
+ {
1504
+ "parent": {
1505
+ "selector": "#optanon-menu, .optanon-menu"
1506
+ },
1507
+ "target": {
1508
+ "selector": ".menu-item-necessary",
1509
+ "textFilter": "Site monitoring cookies"
1510
+ },
1511
+ "trueAction": {
1512
+ "actions": [
1513
+ {
1514
+ "parent": {
1515
+ "selector": "#optanon-menu, .optanon-menu"
1516
+ },
1517
+ "target": {
1518
+ "selector": ".menu-item-necessary",
1519
+ "textFilter": "Site monitoring cookies"
1520
+ },
1521
+ "type": "click"
1522
+ },
1523
+ {
1524
+ "consents": [
1525
+ {
1526
+ "matcher": {
1527
+ "parent": {
1528
+ "selector": "#optanon-popup-body-right"
1529
+ },
1530
+ "target": {
1531
+ "selector": ".optanon-status input"
1532
+ },
1533
+ "type": "checkbox"
1534
+ },
1535
+ "toggleAction": {
1536
+ "parent": {
1537
+ "selector": "#optanon-popup-body-right"
1538
+ },
1539
+ "target": {
1540
+ "selector": ".optanon-status label"
1541
+ },
1542
+ "type": "click"
1543
+ },
1544
+ "type": "B"
1545
+ }
1546
+ ],
1547
+ "type": "consent"
1548
+ }
1549
+ ],
1550
+ "type": "list"
1551
+ },
1552
+ "type": "ifcss"
1553
+ },
1554
+ {
1555
+ "parent": {
1556
+ "selector": "#optanon-menu, .optanon-menu"
1557
+ },
1558
+ "target": {
1559
+ "selector": ".menu-item-necessary",
1560
+ "textFilter": "Third party privacy-enhanced content"
1561
+ },
1562
+ "trueAction": {
1563
+ "actions": [
1564
+ {
1565
+ "parent": {
1566
+ "selector": "#optanon-menu, .optanon-menu"
1567
+ },
1568
+ "target": {
1569
+ "selector": ".menu-item-necessary",
1570
+ "textFilter": "Third party privacy-enhanced content"
1571
+ },
1572
+ "type": "click"
1573
+ },
1574
+ {
1575
+ "consents": [
1576
+ {
1577
+ "matcher": {
1578
+ "parent": {
1579
+ "selector": "#optanon-popup-body-right"
1580
+ },
1581
+ "target": {
1582
+ "selector": ".optanon-status input"
1583
+ },
1584
+ "type": "checkbox"
1585
+ },
1586
+ "toggleAction": {
1587
+ "parent": {
1588
+ "selector": "#optanon-popup-body-right"
1589
+ },
1590
+ "target": {
1591
+ "selector": ".optanon-status label"
1592
+ },
1593
+ "type": "click"
1594
+ },
1595
+ "type": "X"
1596
+ }
1597
+ ],
1598
+ "type": "consent"
1599
+ }
1600
+ ],
1601
+ "type": "list"
1602
+ },
1603
+ "type": "ifcss"
1604
+ },
1605
+ {
1606
+ "parent": {
1607
+ "selector": "#optanon-menu, .optanon-menu"
1608
+ },
1609
+ "target": {
1610
+ "selector": ".menu-item-necessary",
1611
+ "textFilter": "Performance & Advertising Cookies"
1612
+ },
1613
+ "trueAction": {
1614
+ "actions": [
1615
+ {
1616
+ "parent": {
1617
+ "selector": "#optanon-menu, .optanon-menu"
1618
+ },
1619
+ "target": {
1620
+ "selector": ".menu-item-necessary",
1621
+ "textFilter": "Performance & Advertising Cookies"
1622
+ },
1623
+ "type": "click"
1624
+ },
1625
+ {
1626
+ "consents": [
1627
+ {
1628
+ "matcher": {
1629
+ "parent": {
1630
+ "selector": "#optanon-popup-body-right"
1631
+ },
1632
+ "target": {
1633
+ "selector": ".optanon-status input"
1634
+ },
1635
+ "type": "checkbox"
1636
+ },
1637
+ "toggleAction": {
1638
+ "parent": {
1639
+ "selector": "#optanon-popup-body-right"
1640
+ },
1641
+ "target": {
1642
+ "selector": ".optanon-status label"
1643
+ },
1644
+ "type": "click"
1645
+ },
1646
+ "type": "F"
1647
+ }
1648
+ ],
1649
+ "type": "consent"
1650
+ }
1651
+ ],
1652
+ "type": "list"
1653
+ },
1654
+ "type": "ifcss"
1655
+ },
1656
+ {
1657
+ "parent": {
1658
+ "selector": "#optanon-menu, .optanon-menu"
1659
+ },
1660
+ "target": {
1661
+ "selector": ".menu-item-necessary",
1662
+ "textFilter": "Information storage and access"
1663
+ },
1664
+ "trueAction": {
1665
+ "actions": [
1666
+ {
1667
+ "parent": {
1668
+ "selector": "#optanon-menu, .optanon-menu"
1669
+ },
1670
+ "target": {
1671
+ "selector": ".menu-item-necessary",
1672
+ "textFilter": "Information storage and access"
1673
+ },
1674
+ "type": "click"
1675
+ },
1676
+ {
1677
+ "consents": [
1678
+ {
1679
+ "matcher": {
1680
+ "parent": {
1681
+ "selector": "#optanon-popup-body-right"
1682
+ },
1683
+ "target": {
1684
+ "selector": ".optanon-status input"
1685
+ },
1686
+ "type": "checkbox"
1687
+ },
1688
+ "toggleAction": {
1689
+ "parent": {
1690
+ "selector": "#optanon-popup-body-right"
1691
+ },
1692
+ "target": {
1693
+ "selector": ".optanon-status label"
1694
+ },
1695
+ "type": "click"
1696
+ },
1697
+ "type": "D"
1698
+ }
1699
+ ],
1700
+ "type": "consent"
1701
+ }
1702
+ ],
1703
+ "type": "list"
1704
+ },
1705
+ "type": "ifcss"
1706
+ },
1707
+ {
1708
+ "parent": {
1709
+ "selector": "#optanon-menu, .optanon-menu"
1710
+ },
1711
+ "target": {
1712
+ "selector": ".menu-item-necessary",
1713
+ "textFilter": "Ad selection, delivery, reporting"
1714
+ },
1715
+ "trueAction": {
1716
+ "actions": [
1717
+ {
1718
+ "parent": {
1719
+ "selector": "#optanon-menu, .optanon-menu"
1720
+ },
1721
+ "target": {
1722
+ "selector": ".menu-item-necessary",
1723
+ "textFilter": "Ad selection, delivery, reporting"
1724
+ },
1725
+ "type": "click"
1726
+ },
1727
+ {
1728
+ "consents": [
1729
+ {
1730
+ "matcher": {
1731
+ "parent": {
1732
+ "selector": "#optanon-popup-body-right"
1733
+ },
1734
+ "target": {
1735
+ "selector": ".optanon-status input"
1736
+ },
1737
+ "type": "checkbox"
1738
+ },
1739
+ "toggleAction": {
1740
+ "parent": {
1741
+ "selector": "#optanon-popup-body-right"
1742
+ },
1743
+ "target": {
1744
+ "selector": ".optanon-status label"
1745
+ },
1746
+ "type": "click"
1747
+ },
1748
+ "type": "F"
1749
+ }
1750
+ ],
1751
+ "type": "consent"
1752
+ }
1753
+ ],
1754
+ "type": "list"
1755
+ },
1756
+ "type": "ifcss"
1757
+ },
1758
+ {
1759
+ "parent": {
1760
+ "selector": "#optanon-menu, .optanon-menu"
1761
+ },
1762
+ "target": {
1763
+ "selector": ".menu-item-necessary",
1764
+ "textFilter": "Content selection, delivery, reporting"
1765
+ },
1766
+ "trueAction": {
1767
+ "actions": [
1768
+ {
1769
+ "parent": {
1770
+ "selector": "#optanon-menu, .optanon-menu"
1771
+ },
1772
+ "target": {
1773
+ "selector": ".menu-item-necessary",
1774
+ "textFilter": "Content selection, delivery, reporting"
1775
+ },
1776
+ "type": "click"
1777
+ },
1778
+ {
1779
+ "consents": [
1780
+ {
1781
+ "matcher": {
1782
+ "parent": {
1783
+ "selector": "#optanon-popup-body-right"
1784
+ },
1785
+ "target": {
1786
+ "selector": ".optanon-status input"
1787
+ },
1788
+ "type": "checkbox"
1789
+ },
1790
+ "toggleAction": {
1791
+ "parent": {
1792
+ "selector": "#optanon-popup-body-right"
1793
+ },
1794
+ "target": {
1795
+ "selector": ".optanon-status label"
1796
+ },
1797
+ "type": "click"
1798
+ },
1799
+ "type": "E"
1800
+ }
1801
+ ],
1802
+ "type": "consent"
1803
+ }
1804
+ ],
1805
+ "type": "list"
1806
+ },
1807
+ "type": "ifcss"
1808
+ },
1809
+ {
1810
+ "parent": {
1811
+ "selector": "#optanon-menu, .optanon-menu"
1812
+ },
1813
+ "target": {
1814
+ "selector": ".menu-item-necessary",
1815
+ "textFilter": "Measurement"
1816
+ },
1817
+ "trueAction": {
1818
+ "actions": [
1819
+ {
1820
+ "parent": {
1821
+ "selector": "#optanon-menu, .optanon-menu"
1822
+ },
1823
+ "target": {
1824
+ "selector": ".menu-item-necessary",
1825
+ "textFilter": "Measurement"
1826
+ },
1827
+ "type": "click"
1828
+ },
1829
+ {
1830
+ "consents": [
1831
+ {
1832
+ "matcher": {
1833
+ "parent": {
1834
+ "selector": "#optanon-popup-body-right"
1835
+ },
1836
+ "target": {
1837
+ "selector": ".optanon-status input"
1838
+ },
1839
+ "type": "checkbox"
1840
+ },
1841
+ "toggleAction": {
1842
+ "parent": {
1843
+ "selector": "#optanon-popup-body-right"
1844
+ },
1845
+ "target": {
1846
+ "selector": ".optanon-status label"
1847
+ },
1848
+ "type": "click"
1849
+ },
1850
+ "type": "B"
1851
+ }
1852
+ ],
1853
+ "type": "consent"
1854
+ }
1855
+ ],
1856
+ "type": "list"
1857
+ },
1858
+ "type": "ifcss"
1859
+ },
1860
+ {
1861
+ "parent": {
1862
+ "selector": "#optanon-menu, .optanon-menu"
1863
+ },
1864
+ "target": {
1865
+ "selector": ".menu-item-necessary",
1866
+ "textFilter": "Recommended Cookies"
1867
+ },
1868
+ "trueAction": {
1869
+ "actions": [
1870
+ {
1871
+ "parent": {
1872
+ "selector": "#optanon-menu, .optanon-menu"
1873
+ },
1874
+ "target": {
1875
+ "selector": ".menu-item-necessary",
1876
+ "textFilter": "Recommended Cookies"
1877
+ },
1878
+ "type": "click"
1879
+ },
1880
+ {
1881
+ "consents": [
1882
+ {
1883
+ "matcher": {
1884
+ "parent": {
1885
+ "selector": "#optanon-popup-body-right"
1886
+ },
1887
+ "target": {
1888
+ "selector": ".optanon-status input"
1889
+ },
1890
+ "type": "checkbox"
1891
+ },
1892
+ "toggleAction": {
1893
+ "parent": {
1894
+ "selector": "#optanon-popup-body-right"
1895
+ },
1896
+ "target": {
1897
+ "selector": ".optanon-status label"
1898
+ },
1899
+ "type": "click"
1900
+ },
1901
+ "type": "X"
1902
+ }
1903
+ ],
1904
+ "type": "consent"
1905
+ }
1906
+ ],
1907
+ "type": "list"
1908
+ },
1909
+ "type": "ifcss"
1910
+ },
1911
+ {
1912
+ "parent": {
1913
+ "selector": "#optanon-menu, .optanon-menu"
1914
+ },
1915
+ "target": {
1916
+ "selector": ".menu-item-necessary",
1917
+ "textFilter": "Unclassified Cookies"
1918
+ },
1919
+ "trueAction": {
1920
+ "actions": [
1921
+ {
1922
+ "parent": {
1923
+ "selector": "#optanon-menu, .optanon-menu"
1924
+ },
1925
+ "target": {
1926
+ "selector": ".menu-item-necessary",
1927
+ "textFilter": "Unclassified Cookies"
1928
+ },
1929
+ "type": "click"
1930
+ },
1931
+ {
1932
+ "consents": [
1933
+ {
1934
+ "matcher": {
1935
+ "parent": {
1936
+ "selector": "#optanon-popup-body-right"
1937
+ },
1938
+ "target": {
1939
+ "selector": ".optanon-status input"
1940
+ },
1941
+ "type": "checkbox"
1942
+ },
1943
+ "toggleAction": {
1944
+ "parent": {
1945
+ "selector": "#optanon-popup-body-right"
1946
+ },
1947
+ "target": {
1948
+ "selector": ".optanon-status label"
1949
+ },
1950
+ "type": "click"
1951
+ },
1952
+ "type": "X"
1953
+ }
1954
+ ],
1955
+ "type": "consent"
1956
+ }
1957
+ ],
1958
+ "type": "list"
1959
+ },
1960
+ "type": "ifcss"
1961
+ },
1962
+ {
1963
+ "parent": {
1964
+ "selector": "#optanon-menu, .optanon-menu"
1965
+ },
1966
+ "target": {
1967
+ "selector": ".menu-item-necessary",
1968
+ "textFilter": "Analytical Cookies"
1969
+ },
1970
+ "trueAction": {
1971
+ "actions": [
1972
+ {
1973
+ "parent": {
1974
+ "selector": "#optanon-menu, .optanon-menu"
1975
+ },
1976
+ "target": {
1977
+ "selector": ".menu-item-necessary",
1978
+ "textFilter": "Analytical Cookies"
1979
+ },
1980
+ "type": "click"
1981
+ },
1982
+ {
1983
+ "consents": [
1984
+ {
1985
+ "matcher": {
1986
+ "parent": {
1987
+ "selector": "#optanon-popup-body-right"
1988
+ },
1989
+ "target": {
1990
+ "selector": ".optanon-status input"
1991
+ },
1992
+ "type": "checkbox"
1993
+ },
1994
+ "toggleAction": {
1995
+ "parent": {
1996
+ "selector": "#optanon-popup-body-right"
1997
+ },
1998
+ "target": {
1999
+ "selector": ".optanon-status label"
2000
+ },
2001
+ "type": "click"
2002
+ },
2003
+ "type": "B"
2004
+ }
2005
+ ],
2006
+ "type": "consent"
2007
+ }
2008
+ ],
2009
+ "type": "list"
2010
+ },
2011
+ "type": "ifcss"
2012
+ },
2013
+ {
2014
+ "parent": {
2015
+ "selector": "#optanon-menu, .optanon-menu"
2016
+ },
2017
+ "target": {
2018
+ "selector": ".menu-item-necessary",
2019
+ "textFilter": "Marketing Cookies"
2020
+ },
2021
+ "trueAction": {
2022
+ "actions": [
2023
+ {
2024
+ "parent": {
2025
+ "selector": "#optanon-menu, .optanon-menu"
2026
+ },
2027
+ "target": {
2028
+ "selector": ".menu-item-necessary",
2029
+ "textFilter": "Marketing Cookies"
2030
+ },
2031
+ "type": "click"
2032
+ },
2033
+ {
2034
+ "consents": [
2035
+ {
2036
+ "matcher": {
2037
+ "parent": {
2038
+ "selector": "#optanon-popup-body-right"
2039
+ },
2040
+ "target": {
2041
+ "selector": ".optanon-status input"
2042
+ },
2043
+ "type": "checkbox"
2044
+ },
2045
+ "toggleAction": {
2046
+ "parent": {
2047
+ "selector": "#optanon-popup-body-right"
2048
+ },
2049
+ "target": {
2050
+ "selector": ".optanon-status label"
2051
+ },
2052
+ "type": "click"
2053
+ },
2054
+ "type": "F"
2055
+ }
2056
+ ],
2057
+ "type": "consent"
2058
+ }
2059
+ ],
2060
+ "type": "list"
2061
+ },
2062
+ "type": "ifcss"
2063
+ },
2064
+ {
2065
+ "parent": {
2066
+ "selector": "#optanon-menu, .optanon-menu"
2067
+ },
2068
+ "target": {
2069
+ "selector": ".menu-item-necessary",
2070
+ "textFilter": "Personalization"
2071
+ },
2072
+ "trueAction": {
2073
+ "actions": [
2074
+ {
2075
+ "parent": {
2076
+ "selector": "#optanon-menu, .optanon-menu"
2077
+ },
2078
+ "target": {
2079
+ "selector": ".menu-item-necessary",
2080
+ "textFilter": "Personalization"
2081
+ },
2082
+ "type": "click"
2083
+ },
2084
+ {
2085
+ "consents": [
2086
+ {
2087
+ "matcher": {
2088
+ "parent": {
2089
+ "selector": "#optanon-popup-body-right"
2090
+ },
2091
+ "target": {
2092
+ "selector": ".optanon-status input"
2093
+ },
2094
+ "type": "checkbox"
2095
+ },
2096
+ "toggleAction": {
2097
+ "parent": {
2098
+ "selector": "#optanon-popup-body-right"
2099
+ },
2100
+ "target": {
2101
+ "selector": ".optanon-status label"
2102
+ },
2103
+ "type": "click"
2104
+ },
2105
+ "type": "E"
2106
+ }
2107
+ ],
2108
+ "type": "consent"
2109
+ }
2110
+ ],
2111
+ "type": "list"
2112
+ },
2113
+ "type": "ifcss"
2114
+ },
2115
+ {
2116
+ "parent": {
2117
+ "selector": "#optanon-menu, .optanon-menu"
2118
+ },
2119
+ "target": {
2120
+ "selector": ".menu-item-necessary",
2121
+ "textFilter": "Ad Selection, Delivery & Reporting"
2122
+ },
2123
+ "trueAction": {
2124
+ "actions": [
2125
+ {
2126
+ "parent": {
2127
+ "selector": "#optanon-menu, .optanon-menu"
2128
+ },
2129
+ "target": {
2130
+ "selector": ".menu-item-necessary",
2131
+ "textFilter": "Ad Selection, Delivery & Reporting"
2132
+ },
2133
+ "type": "click"
2134
+ },
2135
+ {
2136
+ "consents": [
2137
+ {
2138
+ "matcher": {
2139
+ "parent": {
2140
+ "selector": "#optanon-popup-body-right"
2141
+ },
2142
+ "target": {
2143
+ "selector": ".optanon-status input"
2144
+ },
2145
+ "type": "checkbox"
2146
+ },
2147
+ "toggleAction": {
2148
+ "parent": {
2149
+ "selector": "#optanon-popup-body-right"
2150
+ },
2151
+ "target": {
2152
+ "selector": ".optanon-status label"
2153
+ },
2154
+ "type": "click"
2155
+ },
2156
+ "type": "F"
2157
+ }
2158
+ ],
2159
+ "type": "consent"
2160
+ }
2161
+ ],
2162
+ "type": "list"
2163
+ },
2164
+ "type": "ifcss"
2165
+ },
2166
+ {
2167
+ "parent": {
2168
+ "selector": "#optanon-menu, .optanon-menu"
2169
+ },
2170
+ "target": {
2171
+ "selector": ".menu-item-necessary",
2172
+ "textFilter": "Content Selection, Delivery & Reporting"
2173
+ },
2174
+ "trueAction": {
2175
+ "actions": [
2176
+ {
2177
+ "parent": {
2178
+ "selector": "#optanon-menu, .optanon-menu"
2179
+ },
2180
+ "target": {
2181
+ "selector": ".menu-item-necessary",
2182
+ "textFilter": "Content Selection, Delivery & Reporting"
2183
+ },
2184
+ "type": "click"
2185
+ },
2186
+ {
2187
+ "consents": [
2188
+ {
2189
+ "matcher": {
2190
+ "parent": {
2191
+ "selector": "#optanon-popup-body-right"
2192
+ },
2193
+ "target": {
2194
+ "selector": ".optanon-status input"
2195
+ },
2196
+ "type": "checkbox"
2197
+ },
2198
+ "toggleAction": {
2199
+ "parent": {
2200
+ "selector": "#optanon-popup-body-right"
2201
+ },
2202
+ "target": {
2203
+ "selector": ".optanon-status label"
2204
+ },
2205
+ "type": "click"
2206
+ },
2207
+ "type": "E"
2208
+ }
2209
+ ],
2210
+ "type": "consent"
2211
+ }
2212
+ ],
2213
+ "type": "list"
2214
+ },
2215
+ "type": "ifcss"
2216
+ }
2217
+ ],
2218
+ "type": "list"
2219
+ },
2220
+ "name": "DO_CONSENT"
2221
+ },
2222
+ {
2223
+ "action": {
2224
+ "parent": {
2225
+ "selector": ".optanon-save-settings-button"
2226
+ },
2227
+ "target": {
2228
+ "selector": ".optanon-white-button-middle"
2229
+ },
2230
+ "type": "click"
2231
+ },
2232
+ "name": "SAVE_CONSENT"
2233
+ },
2234
+ {
2235
+ "action": {
2236
+ "actions": [
2237
+ {
2238
+ "target": {
2239
+ "selector": "#optanon-popup-wrapper"
2240
+ },
2241
+ "type": "hide"
2242
+ },
2243
+ {
2244
+ "target": {
2245
+ "selector": "#optanon-popup-bg"
2246
+ },
2247
+ "type": "hide"
2248
+ },
2249
+ {
2250
+ "target": {
2251
+ "selector": ".optanon-alert-box-wrapper"
2252
+ },
2253
+ "type": "hide"
2254
+ }
2255
+ ],
2256
+ "type": "list"
2257
+ },
2258
+ "name": "HIDE_CMP"
2259
+ }
2260
+ ]
2261
+ },
2262
+ "quantcast2": {
2263
+ "detectors": [
2264
+ {
2265
+ "presentMatcher": {
2266
+ "target": {
2267
+ "selector": "[data-tracking-opt-in-overlay]"
2268
+ },
2269
+ "type": "css"
2270
+ },
2271
+ "showingMatcher": {
2272
+ "target": {
2273
+ "selector": "[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]"
2274
+ },
2275
+ "type": "css"
2276
+ }
2277
+ }
2278
+ ],
2279
+ "methods": [
2280
+ {
2281
+ "action": {
2282
+ "target": {
2283
+ "selector": "[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]"
2284
+ },
2285
+ "type": "click"
2286
+ },
2287
+ "name": "OPEN_OPTIONS"
2288
+ },
2289
+ {
2290
+ "action": {
2291
+ "actions": [
2292
+ {
2293
+ "type": "wait",
2294
+ "waitTime": 500
2295
+ },
2296
+ {
2297
+ "action": {
2298
+ "actions": [
2299
+ {
2300
+ "target": {
2301
+ "selector": "div",
2302
+ "textFilter": [
2303
+ "Information storage and access"
2304
+ ]
2305
+ },
2306
+ "trueAction": {
2307
+ "consents": [
2308
+ {
2309
+ "matcher": {
2310
+ "target": {
2311
+ "selector": "input"
2312
+ },
2313
+ "type": "checkbox"
2314
+ },
2315
+ "toggleAction": {
2316
+ "target": {
2317
+ "selector": "label"
2318
+ },
2319
+ "type": "click"
2320
+ },
2321
+ "type": "D"
2322
+ }
2323
+ ],
2324
+ "type": "consent"
2325
+ },
2326
+ "type": "ifcss"
2327
+ },
2328
+ {
2329
+ "target": {
2330
+ "selector": "div",
2331
+ "textFilter": [
2332
+ "Personalization"
2333
+ ]
2334
+ },
2335
+ "trueAction": {
2336
+ "consents": [
2337
+ {
2338
+ "matcher": {
2339
+ "target": {
2340
+ "selector": "input"
2341
+ },
2342
+ "type": "checkbox"
2343
+ },
2344
+ "toggleAction": {
2345
+ "target": {
2346
+ "selector": "label"
2347
+ },
2348
+ "type": "click"
2349
+ },
2350
+ "type": "F"
2351
+ }
2352
+ ],
2353
+ "type": "consent"
2354
+ },
2355
+ "type": "ifcss"
2356
+ },
2357
+ {
2358
+ "target": {
2359
+ "selector": "div",
2360
+ "textFilter": [
2361
+ "Ad selection, delivery, reporting"
2362
+ ]
2363
+ },
2364
+ "trueAction": {
2365
+ "consents": [
2366
+ {
2367
+ "matcher": {
2368
+ "target": {
2369
+ "selector": "input"
2370
+ },
2371
+ "type": "checkbox"
2372
+ },
2373
+ "toggleAction": {
2374
+ "target": {
2375
+ "selector": "label"
2376
+ },
2377
+ "type": "click"
2378
+ },
2379
+ "type": "F"
2380
+ }
2381
+ ],
2382
+ "type": "consent"
2383
+ },
2384
+ "type": "ifcss"
2385
+ },
2386
+ {
2387
+ "target": {
2388
+ "selector": "div",
2389
+ "textFilter": [
2390
+ "Content selection, delivery, reporting"
2391
+ ]
2392
+ },
2393
+ "trueAction": {
2394
+ "consents": [
2395
+ {
2396
+ "matcher": {
2397
+ "target": {
2398
+ "selector": "input"
2399
+ },
2400
+ "type": "checkbox"
2401
+ },
2402
+ "toggleAction": {
2403
+ "target": {
2404
+ "selector": "label"
2405
+ },
2406
+ "type": "click"
2407
+ },
2408
+ "type": "E"
2409
+ }
2410
+ ],
2411
+ "type": "consent"
2412
+ },
2413
+ "type": "ifcss"
2414
+ },
2415
+ {
2416
+ "target": {
2417
+ "selector": "div",
2418
+ "textFilter": [
2419
+ "Measurement"
2420
+ ]
2421
+ },
2422
+ "trueAction": {
2423
+ "consents": [
2424
+ {
2425
+ "matcher": {
2426
+ "target": {
2427
+ "selector": "input"
2428
+ },
2429
+ "type": "checkbox"
2430
+ },
2431
+ "toggleAction": {
2432
+ "target": {
2433
+ "selector": "label"
2434
+ },
2435
+ "type": "click"
2436
+ },
2437
+ "type": "B"
2438
+ }
2439
+ ],
2440
+ "type": "consent"
2441
+ },
2442
+ "type": "ifcss"
2443
+ },
2444
+ {
2445
+ "target": {
2446
+ "selector": "div",
2447
+ "textFilter": [
2448
+ "Other Partners"
2449
+ ]
2450
+ },
2451
+ "trueAction": {
2452
+ "consents": [
2453
+ {
2454
+ "matcher": {
2455
+ "target": {
2456
+ "selector": "input"
2457
+ },
2458
+ "type": "checkbox"
2459
+ },
2460
+ "toggleAction": {
2461
+ "target": {
2462
+ "selector": "label"
2463
+ },
2464
+ "type": "click"
2465
+ },
2466
+ "type": "X"
2467
+ }
2468
+ ],
2469
+ "type": "consent"
2470
+ },
2471
+ "type": "ifcss"
2472
+ }
2473
+ ],
2474
+ "type": "list"
2475
+ },
2476
+ "parent": {
2477
+ "childFilter": {
2478
+ "target": {
2479
+ "selector": "input"
2480
+ }
2481
+ },
2482
+ "selector": "[data-tracking-opt-in-overlay] > div > div"
2483
+ },
2484
+ "target": {
2485
+ "childFilter": {
2486
+ "target": {
2487
+ "selector": "input"
2488
+ }
2489
+ },
2490
+ "selector": ":scope > div"
2491
+ },
2492
+ "type": "foreach"
2493
+ }
2494
+ ],
2495
+ "type": "list"
2496
+ },
2497
+ "name": "DO_CONSENT"
2498
+ },
2499
+ {
2500
+ "action": {
2501
+ "target": {
2502
+ "selector": "[data-tracking-opt-in-overlay] [data-tracking-opt-in-save]"
2503
+ },
2504
+ "type": "click"
2505
+ },
2506
+ "name": "SAVE_CONSENT"
2507
+ }
2508
+ ]
2509
+ },
2510
+ "springer": {
2511
+ "detectors": [
2512
+ {
2513
+ "presentMatcher": {
2514
+ "parent": null,
2515
+ "target": {
2516
+ "selector": ".cmp-app_gdpr"
2517
+ },
2518
+ "type": "css"
2519
+ },
2520
+ "showingMatcher": {
2521
+ "parent": null,
2522
+ "target": {
2523
+ "displayFilter": true,
2524
+ "selector": ".cmp-popup_popup"
2525
+ },
2526
+ "type": "css"
2527
+ }
2528
+ }
2529
+ ],
2530
+ "methods": [
2531
+ {
2532
+ "action": {
2533
+ "actions": [
2534
+ {
2535
+ "target": {
2536
+ "selector": ".cmp-intro_rejectAll"
2537
+ },
2538
+ "type": "click"
2539
+ },
2540
+ {
2541
+ "type": "wait",
2542
+ "waitTime": 250
2543
+ },
2544
+ {
2545
+ "target": {
2546
+ "selector": ".cmp-purposes_purposeItem:not(.cmp-purposes_selectedPurpose)"
2547
+ },
2548
+ "type": "click"
2549
+ }
2550
+ ],
2551
+ "type": "list"
2552
+ },
2553
+ "name": "OPEN_OPTIONS"
2554
+ },
2555
+ {
2556
+ "action": {
2557
+ "consents": [
2558
+ {
2559
+ "matcher": {
2560
+ "parent": {
2561
+ "selector": ".cmp-purposes_detailHeader",
2562
+ "textFilter": "Przechowywanie informacji na urządzeniu lub dostęp do nich",
2563
+ "childFilter": {
2564
+ "target": {
2565
+ "selector": ".cmp-switch_switch"
2566
+ }
2567
+ }
2568
+ },
2569
+ "target": {
2570
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2571
+ },
2572
+ "type": "css"
2573
+ },
2574
+ "toggleAction": {
2575
+ "parent": {
2576
+ "selector": ".cmp-purposes_detailHeader",
2577
+ "textFilter": "Przechowywanie informacji na urządzeniu lub dostęp do nich",
2578
+ "childFilter": {
2579
+ "target": {
2580
+ "selector": ".cmp-switch_switch"
2581
+ }
2582
+ }
2583
+ },
2584
+ "target": {
2585
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2586
+ },
2587
+ "type": "click"
2588
+ },
2589
+ "type": "D"
2590
+ },
2591
+ {
2592
+ "matcher": {
2593
+ "parent": {
2594
+ "selector": ".cmp-purposes_detailHeader",
2595
+ "textFilter": "Wybór podstawowych reklam",
2596
+ "childFilter": {
2597
+ "target": {
2598
+ "selector": ".cmp-switch_switch"
2599
+ }
2600
+ }
2601
+ },
2602
+ "target": {
2603
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2604
+ },
2605
+ "type": "css"
2606
+ },
2607
+ "toggleAction": {
2608
+ "parent": {
2609
+ "selector": ".cmp-purposes_detailHeader",
2610
+ "textFilter": "Wybór podstawowych reklam",
2611
+ "childFilter": {
2612
+ "target": {
2613
+ "selector": ".cmp-switch_switch"
2614
+ }
2615
+ }
2616
+ },
2617
+ "target": {
2618
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2619
+ },
2620
+ "type": "click"
2621
+ },
2622
+ "type": "F"
2623
+ },
2624
+ {
2625
+ "matcher": {
2626
+ "parent": {
2627
+ "selector": ".cmp-purposes_detailHeader",
2628
+ "textFilter": "Tworzenie profilu spersonalizowanych reklam",
2629
+ "childFilter": {
2630
+ "target": {
2631
+ "selector": ".cmp-switch_switch"
2632
+ }
2633
+ }
2634
+ },
2635
+ "target": {
2636
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2637
+ },
2638
+ "type": "css"
2639
+ },
2640
+ "toggleAction": {
2641
+ "parent": {
2642
+ "selector": ".cmp-purposes_detailHeader",
2643
+ "textFilter": "Tworzenie profilu spersonalizowanych reklam",
2644
+ "childFilter": {
2645
+ "target": {
2646
+ "selector": ".cmp-switch_switch"
2647
+ }
2648
+ }
2649
+ },
2650
+ "target": {
2651
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2652
+ },
2653
+ "type": "click"
2654
+ },
2655
+ "type": "F"
2656
+ },
2657
+ {
2658
+ "matcher": {
2659
+ "parent": {
2660
+ "selector": ".cmp-purposes_detailHeader",
2661
+ "textFilter": "Wybór spersonalizowanych reklam",
2662
+ "childFilter": {
2663
+ "target": {
2664
+ "selector": ".cmp-switch_switch"
2665
+ }
2666
+ }
2667
+ },
2668
+ "target": {
2669
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2670
+ },
2671
+ "type": "css"
2672
+ },
2673
+ "toggleAction": {
2674
+ "parent": {
2675
+ "selector": ".cmp-purposes_detailHeader",
2676
+ "textFilter": "Wybór spersonalizowanych reklam",
2677
+ "childFilter": {
2678
+ "target": {
2679
+ "selector": ".cmp-switch_switch"
2680
+ }
2681
+ }
2682
+ },
2683
+ "target": {
2684
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2685
+ },
2686
+ "type": "click"
2687
+ },
2688
+ "type": "E"
2689
+ },
2690
+ {
2691
+ "matcher": {
2692
+ "parent": {
2693
+ "selector": ".cmp-purposes_detailHeader",
2694
+ "textFilter": "Tworzenie profilu spersonalizowanych treści",
2695
+ "childFilter": {
2696
+ "target": {
2697
+ "selector": ".cmp-switch_switch"
2698
+ }
2699
+ }
2700
+ },
2701
+ "target": {
2702
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2703
+ },
2704
+ "type": "css"
2705
+ },
2706
+ "toggleAction": {
2707
+ "parent": {
2708
+ "selector": ".cmp-purposes_detailHeader",
2709
+ "textFilter": "Tworzenie profilu spersonalizowanych treści",
2710
+ "childFilter": {
2711
+ "target": {
2712
+ "selector": ".cmp-switch_switch"
2713
+ }
2714
+ }
2715
+ },
2716
+ "target": {
2717
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2718
+ },
2719
+ "type": "click"
2720
+ },
2721
+ "type": "E"
2722
+ },
2723
+ {
2724
+ "matcher": {
2725
+ "parent": {
2726
+ "selector": ".cmp-purposes_detailHeader",
2727
+ "textFilter": "Wybór spersonalizowanych treści",
2728
+ "childFilter": {
2729
+ "target": {
2730
+ "selector": ".cmp-switch_switch"
2731
+ }
2732
+ }
2733
+ },
2734
+ "target": {
2735
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2736
+ },
2737
+ "type": "css"
2738
+ },
2739
+ "toggleAction": {
2740
+ "parent": {
2741
+ "selector": ".cmp-purposes_detailHeader",
2742
+ "textFilter": "Wybór spersonalizowanych treści",
2743
+ "childFilter": {
2744
+ "target": {
2745
+ "selector": ".cmp-switch_switch"
2746
+ }
2747
+ }
2748
+ },
2749
+ "target": {
2750
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2751
+ },
2752
+ "type": "click"
2753
+ },
2754
+ "type": "B"
2755
+ },
2756
+ {
2757
+ "matcher": {
2758
+ "parent": {
2759
+ "selector": ".cmp-purposes_detailHeader",
2760
+ "textFilter": "Pomiar wydajności reklam",
2761
+ "childFilter": {
2762
+ "target": {
2763
+ "selector": ".cmp-switch_switch"
2764
+ }
2765
+ }
2766
+ },
2767
+ "target": {
2768
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2769
+ },
2770
+ "type": "css"
2771
+ },
2772
+ "toggleAction": {
2773
+ "parent": {
2774
+ "selector": ".cmp-purposes_detailHeader",
2775
+ "textFilter": "Pomiar wydajności reklam",
2776
+ "childFilter": {
2777
+ "target": {
2778
+ "selector": ".cmp-switch_switch"
2779
+ }
2780
+ }
2781
+ },
2782
+ "target": {
2783
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2784
+ },
2785
+ "type": "click"
2786
+ },
2787
+ "type": "B"
2788
+ },
2789
+ {
2790
+ "matcher": {
2791
+ "parent": {
2792
+ "selector": ".cmp-purposes_detailHeader",
2793
+ "textFilter": "Pomiar wydajności treści",
2794
+ "childFilter": {
2795
+ "target": {
2796
+ "selector": ".cmp-switch_switch"
2797
+ }
2798
+ }
2799
+ },
2800
+ "target": {
2801
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2802
+ },
2803
+ "type": "css"
2804
+ },
2805
+ "toggleAction": {
2806
+ "parent": {
2807
+ "selector": ".cmp-purposes_detailHeader",
2808
+ "textFilter": "Pomiar wydajności treści",
2809
+ "childFilter": {
2810
+ "target": {
2811
+ "selector": ".cmp-switch_switch"
2812
+ }
2813
+ }
2814
+ },
2815
+ "target": {
2816
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2817
+ },
2818
+ "type": "click"
2819
+ },
2820
+ "type": "B"
2821
+ },
2822
+ {
2823
+ "matcher": {
2824
+ "parent": {
2825
+ "selector": ".cmp-purposes_detailHeader",
2826
+ "textFilter": "Stosowanie badań rynkowych w celu generowania opinii odbiorców",
2827
+ "childFilter": {
2828
+ "target": {
2829
+ "selector": ".cmp-switch_switch"
2830
+ }
2831
+ }
2832
+ },
2833
+ "target": {
2834
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2835
+ },
2836
+ "type": "css"
2837
+ },
2838
+ "toggleAction": {
2839
+ "parent": {
2840
+ "selector": ".cmp-purposes_detailHeader",
2841
+ "textFilter": "Stosowanie badań rynkowych w celu generowania opinii odbiorców",
2842
+ "childFilter": {
2843
+ "target": {
2844
+ "selector": ".cmp-switch_switch"
2845
+ }
2846
+ }
2847
+ },
2848
+ "target": {
2849
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2850
+ },
2851
+ "type": "click"
2852
+ },
2853
+ "type": "X"
2854
+ },
2855
+ {
2856
+ "matcher": {
2857
+ "parent": {
2858
+ "selector": ".cmp-purposes_detailHeader",
2859
+ "textFilter": "Opracowywanie i ulepszanie produktów",
2860
+ "childFilter": {
2861
+ "target": {
2862
+ "selector": ".cmp-switch_switch"
2863
+ }
2864
+ }
2865
+ },
2866
+ "target": {
2867
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
2868
+ },
2869
+ "type": "css"
2870
+ },
2871
+ "toggleAction": {
2872
+ "parent": {
2873
+ "selector": ".cmp-purposes_detailHeader",
2874
+ "textFilter": "Opracowywanie i ulepszanie produktów",
2875
+ "childFilter": {
2876
+ "target": {
2877
+ "selector": ".cmp-switch_switch"
2878
+ }
2879
+ }
2880
+ },
2881
+ "target": {
2882
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
2883
+ },
2884
+ "type": "click"
2885
+ },
2886
+ "type": "X"
2887
+ }
2888
+ ],
2889
+ "type": "consent"
2890
+ },
2891
+ "name": "DO_CONSENT"
2892
+ },
2893
+ {
2894
+ "action": {
2895
+ "target": {
2896
+ "selector": ".cmp-details_save"
2897
+ },
2898
+ "type": "click"
2899
+ },
2900
+ "name": "SAVE_CONSENT"
2901
+ }
2902
+ ]
2903
+ },
2904
+ "wordpressgdpr": {
2905
+ "detectors": [
2906
+ {
2907
+ "presentMatcher": {
2908
+ "parent": null,
2909
+ "target": {
2910
+ "selector": ".wpgdprc-consent-bar"
2911
+ },
2912
+ "type": "css"
2913
+ },
2914
+ "showingMatcher": {
2915
+ "parent": null,
2916
+ "target": {
2917
+ "displayFilter": true,
2918
+ "selector": ".wpgdprc-consent-bar"
2919
+ },
2920
+ "type": "css"
2921
+ }
2922
+ }
2923
+ ],
2924
+ "methods": [
2925
+ {
2926
+ "action": {
2927
+ "parent": null,
2928
+ "target": {
2929
+ "selector": ".wpgdprc-consent-bar .wpgdprc-consent-bar__settings",
2930
+ "textFilter": null
2931
+ },
2932
+ "type": "click"
2933
+ },
2934
+ "name": "OPEN_OPTIONS"
2935
+ },
2936
+ {
2937
+ "action": {
2938
+ "actions": [
2939
+ {
2940
+ "target": {
2941
+ "selector": ".wpgdprc-consent-modal .wpgdprc-button",
2942
+ "textFilter": "Eyeota"
2943
+ },
2944
+ "type": "click"
2945
+ },
2946
+ {
2947
+ "consents": [
2948
+ {
2949
+ "description": "Eyeota Cookies",
2950
+ "matcher": {
2951
+ "parent": {
2952
+ "selector": ".wpgdprc-consent-modal__description",
2953
+ "textFilter": "Eyeota"
2954
+ },
2955
+ "target": {
2956
+ "selector": "input"
2957
+ },
2958
+ "type": "checkbox"
2959
+ },
2960
+ "toggleAction": {
2961
+ "parent": {
2962
+ "selector": ".wpgdprc-consent-modal__description",
2963
+ "textFilter": "Eyeota"
2964
+ },
2965
+ "target": {
2966
+ "selector": "label"
2967
+ },
2968
+ "type": "click"
2969
+ },
2970
+ "type": "X"
2971
+ }
2972
+ ],
2973
+ "type": "consent"
2974
+ },
2975
+ {
2976
+ "target": {
2977
+ "selector": ".wpgdprc-consent-modal .wpgdprc-button",
2978
+ "textFilter": "Advertising"
2979
+ },
2980
+ "type": "click"
2981
+ },
2982
+ {
2983
+ "consents": [
2984
+ {
2985
+ "description": "Advertising Cookies",
2986
+ "matcher": {
2987
+ "parent": {
2988
+ "selector": ".wpgdprc-consent-modal__description",
2989
+ "textFilter": "Advertising"
2990
+ },
2991
+ "target": {
2992
+ "selector": "input"
2993
+ },
2994
+ "type": "checkbox"
2995
+ },
2996
+ "toggleAction": {
2997
+ "parent": {
2998
+ "selector": ".wpgdprc-consent-modal__description",
2999
+ "textFilter": "Advertising"
3000
+ },
3001
+ "target": {
3002
+ "selector": "label"
3003
+ },
3004
+ "type": "click"
3005
+ },
3006
+ "type": "F"
3007
+ }
3008
+ ],
3009
+ "type": "consent"
3010
+ }
3011
+ ],
3012
+ "type": "list"
3013
+ },
3014
+ "name": "DO_CONSENT"
3015
+ },
3016
+ {
3017
+ "action": {
3018
+ "parent": null,
3019
+ "target": {
3020
+ "selector": ".wpgdprc-button",
3021
+ "textFilter": "Save my settings"
3022
+ },
3023
+ "type": "click"
3024
+ },
3025
+ "name": "SAVE_CONSENT"
3026
+ }
3027
+ ]
3028
+ }
3029
+ }
3030
+ }