@google-psat/cli 0.11.0 → 0.12.0
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/README.md +18 -19
- package/dist/assets/data/open-cookie-database.json +192 -25
- package/dist/assets/data/related_website_sets.json +10 -0
- package/dist/main.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ npm i -g @google-psat/cli
|
|
|
23
23
|
### Usage
|
|
24
24
|
|
|
25
25
|
```
|
|
26
|
-
psat https://example.com
|
|
26
|
+
psat -u https://example.com
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
|
|
@@ -37,25 +37,24 @@ Usage: npm run cli [website-url] -- [options]
|
|
|
37
37
|
CLI to test a URL for 3p cookies.
|
|
38
38
|
|
|
39
39
|
Arguments:
|
|
40
|
-
website-url
|
|
40
|
+
website-url The URL of a single site to analyze
|
|
41
41
|
|
|
42
42
|
Options:
|
|
43
|
-
-V, --version
|
|
44
|
-
-u, --url <url>
|
|
45
|
-
-s, --source-url <url>
|
|
46
|
-
-f, --file <path>
|
|
47
|
-
-n, --number-of-urls <num>
|
|
48
|
-
-d, --display
|
|
49
|
-
-v, --verbose
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
-h, --help Display help for command
|
|
43
|
+
-V, --version output the version number
|
|
44
|
+
-u, --url <url> The URL of a single site to analyze
|
|
45
|
+
-s, --source-url <url> The URL of a sitemap or CSV to analyze
|
|
46
|
+
-f, --file <path> The path to a local file (CSV or XML sitemap) to analyze
|
|
47
|
+
-n, --number-of-urls <num> Limit the number of URLs to analyze (from sitemap or CSV)
|
|
48
|
+
-d, --display Flag for running CLI in non-headless mode (default: false)
|
|
49
|
+
-v, --verbose Enables verbose logging (default: false)
|
|
50
|
+
-o, --out-dir <path> Directory to store analysis data (JSON, CSV, HTML) without launching the dashboard
|
|
51
|
+
-i, --ignore-gdpr Ignore automatically accepting the GDPR banner if present (default: false)
|
|
52
|
+
-q, --quiet Skips all prompts; uses default options (default: false)
|
|
53
|
+
-c, --concurrency <num> Number of tabs to open in parallel during sitemap or CSV analysis (default: 3)
|
|
54
|
+
-w, --wait <num> Number of milliseconds to wait after the page is loaded before generating the report (default: 20000)
|
|
55
|
+
-l, --locale <language> Locale to use for the CLI, supported: en, hi, es, ja, ko, pt-BR (default: "en")
|
|
56
|
+
-b, --button-selectors <path> The path to a json file which contains selectors or button text to be used for GDPR banner acceptance
|
|
57
|
+
-h, --help Display help for command
|
|
59
58
|
|
|
60
59
|
To learn more, visit our wiki: https://github.com/GoogleChromeLabs/ps-analysis-tool/wiki.
|
|
61
60
|
```
|
|
@@ -96,4 +95,4 @@ You can install the PSAT extension from the [Chrome web store](https://chromeweb
|
|
|
96
95
|
|
|
97
96
|
To run it: Visit the website you want to analyze, open Chrome DevTools, and select the Privacy Sandbox panel.
|
|
98
97
|
|
|
99
|
-

|
|
98
|
+

|
|
@@ -194,6 +194,19 @@
|
|
|
194
194
|
"wildcard": "0"
|
|
195
195
|
}
|
|
196
196
|
],
|
|
197
|
+
"_gali": [
|
|
198
|
+
{
|
|
199
|
+
"platform": "Google Analytics",
|
|
200
|
+
"category": "Analytics",
|
|
201
|
+
"name": "_gali",
|
|
202
|
+
"domain": "",
|
|
203
|
+
"description": "OCD__gali_description",
|
|
204
|
+
"retention": "OCD_retention_30_seconds",
|
|
205
|
+
"dataController": "Google",
|
|
206
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
207
|
+
"wildcard": "0"
|
|
208
|
+
}
|
|
209
|
+
],
|
|
197
210
|
"_ga_*": [
|
|
198
211
|
{
|
|
199
212
|
"platform": "Google Analytics",
|
|
@@ -662,6 +675,19 @@
|
|
|
662
675
|
"wildcard": "0"
|
|
663
676
|
}
|
|
664
677
|
],
|
|
678
|
+
"_gcl_gs": [
|
|
679
|
+
{
|
|
680
|
+
"platform": "Google Ads",
|
|
681
|
+
"category": "Marketing",
|
|
682
|
+
"name": "_gcl_gs",
|
|
683
|
+
"domain": "",
|
|
684
|
+
"description": "OCD__gcl_gs_description",
|
|
685
|
+
"retention": "OCD_retention_90_Days",
|
|
686
|
+
"dataController": "Google",
|
|
687
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
688
|
+
"wildcard": "0"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
665
691
|
"_gcl_gb": [
|
|
666
692
|
{
|
|
667
693
|
"platform": "Google Ads",
|
|
@@ -779,6 +805,121 @@
|
|
|
779
805
|
"wildcard": "0"
|
|
780
806
|
}
|
|
781
807
|
],
|
|
808
|
+
"_Secure-ENID": [
|
|
809
|
+
{
|
|
810
|
+
"platform": "Google",
|
|
811
|
+
"category": "Functional",
|
|
812
|
+
"name": "_Secure-ENID",
|
|
813
|
+
"domain": "",
|
|
814
|
+
"description": "OCD__Secure_ENID_description",
|
|
815
|
+
"retention": "OCD_retention_13_months",
|
|
816
|
+
"dataController": "Google",
|
|
817
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
818
|
+
"wildcard": "0"
|
|
819
|
+
}
|
|
820
|
+
],
|
|
821
|
+
"Secure-YEC": [
|
|
822
|
+
{
|
|
823
|
+
"platform": "Google",
|
|
824
|
+
"category": "Functional",
|
|
825
|
+
"name": "Secure-YEC",
|
|
826
|
+
"domain": "",
|
|
827
|
+
"description": "OCD_Secure_YEC_description",
|
|
828
|
+
"retention": "OCD_retention_13_months",
|
|
829
|
+
"dataController": "Google",
|
|
830
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
831
|
+
"wildcard": "0"
|
|
832
|
+
}
|
|
833
|
+
],
|
|
834
|
+
"CGIC": [
|
|
835
|
+
{
|
|
836
|
+
"platform": "Google",
|
|
837
|
+
"category": "Functional",
|
|
838
|
+
"name": "CGIC",
|
|
839
|
+
"domain": "",
|
|
840
|
+
"description": "OCD_CGIC_description",
|
|
841
|
+
"retention": "OCD_retention_6_months",
|
|
842
|
+
"dataController": "Google",
|
|
843
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
844
|
+
"wildcard": "0"
|
|
845
|
+
}
|
|
846
|
+
],
|
|
847
|
+
"_Secure-YEC": [
|
|
848
|
+
{
|
|
849
|
+
"platform": "Google",
|
|
850
|
+
"category": "Functional",
|
|
851
|
+
"name": "_Secure-YEC",
|
|
852
|
+
"domain": "",
|
|
853
|
+
"description": "OCD__Secure_YEC_description",
|
|
854
|
+
"retention": "OCD_retention_13_months",
|
|
855
|
+
"dataController": "Google",
|
|
856
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
857
|
+
"wildcard": "0"
|
|
858
|
+
}
|
|
859
|
+
],
|
|
860
|
+
"AdID": [
|
|
861
|
+
{
|
|
862
|
+
"platform": "Google",
|
|
863
|
+
"category": "Marketing",
|
|
864
|
+
"name": "AdID",
|
|
865
|
+
"domain": "",
|
|
866
|
+
"description": "OCD_AdID_description",
|
|
867
|
+
"retention": "OCD_retention_2_weeks",
|
|
868
|
+
"dataController": "Google",
|
|
869
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
870
|
+
"wildcard": "0"
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"DSID": [
|
|
874
|
+
{
|
|
875
|
+
"platform": "Google",
|
|
876
|
+
"category": "Marketing",
|
|
877
|
+
"name": "DSID",
|
|
878
|
+
"domain": "",
|
|
879
|
+
"description": "OCD_DSID_description",
|
|
880
|
+
"retention": "OCD_retention_2_weeks",
|
|
881
|
+
"dataController": "Google",
|
|
882
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
883
|
+
"wildcard": "0"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"platform": "DoubleClick/Google Marketing",
|
|
887
|
+
"category": "Marketing",
|
|
888
|
+
"name": "DSID",
|
|
889
|
+
"domain": "doubleclick.net (3rd party)",
|
|
890
|
+
"description": "This cookie is used for targeting, analyzing and optimisation of ad campaigns in DoubleClick/Google Marketing Suite",
|
|
891
|
+
"retention": "2 weeks",
|
|
892
|
+
"dataController": "Google",
|
|
893
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
894
|
+
"wildcard": "0"
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"gcl": [
|
|
898
|
+
{
|
|
899
|
+
"platform": "Google",
|
|
900
|
+
"category": "Marketing",
|
|
901
|
+
"name": "gcl",
|
|
902
|
+
"domain": "",
|
|
903
|
+
"description": "OCD_gcl_description",
|
|
904
|
+
"retention": "OCD_retention_90_days",
|
|
905
|
+
"dataController": "Google",
|
|
906
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
907
|
+
"wildcard": "0"
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"gac": [
|
|
911
|
+
{
|
|
912
|
+
"platform": "Google",
|
|
913
|
+
"category": "Marketing",
|
|
914
|
+
"name": "gac",
|
|
915
|
+
"domain": "",
|
|
916
|
+
"description": "OCD_gac_description",
|
|
917
|
+
"retention": "OCD_retention_90_days",
|
|
918
|
+
"dataController": "Google",
|
|
919
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
920
|
+
"wildcard": "0"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
782
923
|
"AEC": [
|
|
783
924
|
{
|
|
784
925
|
"platform": "Google Ads",
|
|
@@ -1078,6 +1219,19 @@
|
|
|
1078
1219
|
"wildcard": "0"
|
|
1079
1220
|
}
|
|
1080
1221
|
],
|
|
1222
|
+
"__Secure-ENID": [
|
|
1223
|
+
{
|
|
1224
|
+
"platform": "Google",
|
|
1225
|
+
"category": "Functional",
|
|
1226
|
+
"name": "__Secure-ENID",
|
|
1227
|
+
"domain": ".google.com",
|
|
1228
|
+
"description": "OCD___Secure_ENID_description",
|
|
1229
|
+
"retention": "OCD_retention_11_Months",
|
|
1230
|
+
"dataController": "Google",
|
|
1231
|
+
"gdprUrl": "https://business.safety.google/privacy/",
|
|
1232
|
+
"wildcard": "0"
|
|
1233
|
+
}
|
|
1234
|
+
],
|
|
1081
1235
|
"SEARCH_SAMESITE": [
|
|
1082
1236
|
{
|
|
1083
1237
|
"platform": "Google",
|
|
@@ -1494,19 +1648,6 @@
|
|
|
1494
1648
|
"wildcard": "0"
|
|
1495
1649
|
}
|
|
1496
1650
|
],
|
|
1497
|
-
"DSID": [
|
|
1498
|
-
{
|
|
1499
|
-
"platform": "DoubleClick/Google Marketing",
|
|
1500
|
-
"category": "Marketing",
|
|
1501
|
-
"name": "DSID",
|
|
1502
|
-
"domain": "doubleclick.net (3rd party)",
|
|
1503
|
-
"description": "OCD_DSID_description",
|
|
1504
|
-
"retention": "OCD_retention_2_weeks",
|
|
1505
|
-
"dataController": "Google",
|
|
1506
|
-
"gdprUrl": "https://business.safety.google/privacy/",
|
|
1507
|
-
"wildcard": "0"
|
|
1508
|
-
}
|
|
1509
|
-
],
|
|
1510
1651
|
"ID": [
|
|
1511
1652
|
{
|
|
1512
1653
|
"platform": "DoubleClick/Google Marketing",
|
|
@@ -10394,7 +10535,7 @@
|
|
|
10394
10535
|
"description": "OCD_SSR_caching_description",
|
|
10395
10536
|
"retention": "OCD_retention_session",
|
|
10396
10537
|
"dataController": "Wix.com",
|
|
10397
|
-
"gdprUrl": "https://support.wix.com/
|
|
10538
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10398
10539
|
"wildcard": "0"
|
|
10399
10540
|
}
|
|
10400
10541
|
],
|
|
@@ -10407,7 +10548,7 @@
|
|
|
10407
10548
|
"description": "OCD_smSession_description",
|
|
10408
10549
|
"retention": "OCD_retention_2_weeks",
|
|
10409
10550
|
"dataController": "Wix.com",
|
|
10410
|
-
"gdprUrl": "https://support.wix.com/
|
|
10551
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10411
10552
|
"wildcard": "0"
|
|
10412
10553
|
}
|
|
10413
10554
|
],
|
|
@@ -10420,7 +10561,7 @@
|
|
|
10420
10561
|
"description": "OCD_svSession_description",
|
|
10421
10562
|
"retention": "OCD_retention_2_years",
|
|
10422
10563
|
"dataController": "Wix.com",
|
|
10423
|
-
"gdprUrl": "https://support.wix.com/
|
|
10564
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10424
10565
|
"wildcard": "0"
|
|
10425
10566
|
}
|
|
10426
10567
|
],
|
|
@@ -10433,7 +10574,7 @@
|
|
|
10433
10574
|
"description": "OCD_ForceFlashSite_description",
|
|
10434
10575
|
"retention": "OCD_retention_session",
|
|
10435
10576
|
"dataController": "Wix.com",
|
|
10436
|
-
"gdprUrl": "https://support.wix.com/
|
|
10577
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10437
10578
|
"wildcard": "0"
|
|
10438
10579
|
}
|
|
10439
10580
|
],
|
|
@@ -10446,7 +10587,7 @@
|
|
|
10446
10587
|
"description": "OCD_hs_description",
|
|
10447
10588
|
"retention": "OCD_retention_session",
|
|
10448
10589
|
"dataController": "Wix.com",
|
|
10449
|
-
"gdprUrl": "https://support.wix.com/
|
|
10590
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10450
10591
|
"wildcard": "0"
|
|
10451
10592
|
}
|
|
10452
10593
|
],
|
|
@@ -10459,7 +10600,7 @@
|
|
|
10459
10600
|
"description": "OCD_bSession_description",
|
|
10460
10601
|
"retention": "OCD_retention_30_minutes",
|
|
10461
10602
|
"dataController": "Wix.com",
|
|
10462
|
-
"gdprUrl": "https://support.wix.com/
|
|
10603
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10463
10604
|
"wildcard": "0"
|
|
10464
10605
|
}
|
|
10465
10606
|
],
|
|
@@ -10472,7 +10613,7 @@
|
|
|
10472
10613
|
"description": "OCD_TS01__description",
|
|
10473
10614
|
"retention": "OCD_retention_session",
|
|
10474
10615
|
"dataController": "Wix.com",
|
|
10475
|
-
"gdprUrl": "https://support.wix.com/
|
|
10616
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10476
10617
|
"wildcard": "1"
|
|
10477
10618
|
}
|
|
10478
10619
|
],
|
|
@@ -10485,7 +10626,7 @@
|
|
|
10485
10626
|
"description": "OCD_fedops_logger_sessionId_description",
|
|
10486
10627
|
"retention": "OCD_retention_12_months",
|
|
10487
10628
|
"dataController": "Wix.com",
|
|
10488
|
-
"gdprUrl": "https://support.wix.com/
|
|
10629
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10489
10630
|
"wildcard": "0"
|
|
10490
10631
|
}
|
|
10491
10632
|
],
|
|
@@ -10498,7 +10639,7 @@
|
|
|
10498
10639
|
"description": "OCD_wixLanguage_description",
|
|
10499
10640
|
"retention": "OCD_retention_12_months",
|
|
10500
10641
|
"dataController": "Wix.com",
|
|
10501
|
-
"gdprUrl": "https://support.wix.com/
|
|
10642
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10502
10643
|
"wildcard": "0"
|
|
10503
10644
|
}
|
|
10504
10645
|
],
|
|
@@ -10511,7 +10652,7 @@
|
|
|
10511
10652
|
"description": "OCD__wixCIDX_description",
|
|
10512
10653
|
"retention": "OCD_retention_3_months",
|
|
10513
10654
|
"dataController": "Wix.com",
|
|
10514
|
-
"gdprUrl": "https://support.wix.com/
|
|
10655
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10515
10656
|
"wildcard": "0"
|
|
10516
10657
|
}
|
|
10517
10658
|
],
|
|
@@ -10524,7 +10665,7 @@
|
|
|
10524
10665
|
"description": "OCD__wix_browser_sess_description",
|
|
10525
10666
|
"retention": "OCD_retention_session",
|
|
10526
10667
|
"dataController": "Wix.com",
|
|
10527
|
-
"gdprUrl": "https://support.wix.com/
|
|
10668
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10528
10669
|
"wildcard": "0"
|
|
10529
10670
|
}
|
|
10530
10671
|
],
|
|
@@ -10537,7 +10678,7 @@
|
|
|
10537
10678
|
"description": "OCD_consent_policy_description",
|
|
10538
10679
|
"retention": "OCD_retention_12_months",
|
|
10539
10680
|
"dataController": "Wix.com",
|
|
10540
|
-
"gdprUrl": "https://support.wix.com/
|
|
10681
|
+
"gdprUrl": "https://support.wix.com/article/cookies-and-your-wix-site",
|
|
10541
10682
|
"wildcard": "0"
|
|
10542
10683
|
}
|
|
10543
10684
|
],
|
|
@@ -28363,6 +28504,32 @@
|
|
|
28363
28504
|
"wildcard": "1"
|
|
28364
28505
|
}
|
|
28365
28506
|
],
|
|
28507
|
+
"pxid": [
|
|
28508
|
+
{
|
|
28509
|
+
"platform": "Permutive",
|
|
28510
|
+
"category": "Functional",
|
|
28511
|
+
"name": "pxid",
|
|
28512
|
+
"domain": "",
|
|
28513
|
+
"description": "OCD_pxid_description",
|
|
28514
|
+
"retention": "OCD_retention_89_Days",
|
|
28515
|
+
"dataController": "Permutive",
|
|
28516
|
+
"gdprUrl": "https://permutive.com/privacy/",
|
|
28517
|
+
"wildcard": "0"
|
|
28518
|
+
}
|
|
28519
|
+
],
|
|
28520
|
+
"permutive-id": [
|
|
28521
|
+
{
|
|
28522
|
+
"platform": "Permutive",
|
|
28523
|
+
"category": "Functional",
|
|
28524
|
+
"name": "permutive-id",
|
|
28525
|
+
"domain": "",
|
|
28526
|
+
"description": "OCD_permutive_id_description",
|
|
28527
|
+
"retention": "OCD_retention_1095_Days",
|
|
28528
|
+
"dataController": "Permutive",
|
|
28529
|
+
"gdprUrl": "https://permutive.com/privacy/",
|
|
28530
|
+
"wildcard": "0"
|
|
28531
|
+
}
|
|
28532
|
+
],
|
|
28366
28533
|
"cs": [
|
|
28367
28534
|
{
|
|
28368
28535
|
"platform": "GumGum",
|
|
@@ -994,6 +994,16 @@
|
|
|
994
994
|
"rationaleBySite": {
|
|
995
995
|
"https://drimer.travel": "RWS_rationale_https___drimer_travel"
|
|
996
996
|
}
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"contact": "homepage_migration_engineers@zoom.us",
|
|
1000
|
+
"primary": "https://zoom.us",
|
|
1001
|
+
"associatedSites": [
|
|
1002
|
+
"https://zoom.com"
|
|
1003
|
+
],
|
|
1004
|
+
"rationaleBySite": {
|
|
1005
|
+
"https://zoom.com": "RWS_rationale_https___zoom_com"
|
|
1006
|
+
}
|
|
997
1007
|
}
|
|
998
1008
|
]
|
|
999
1009
|
}
|