1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
{
"global": {
"queryParams": [
"utm_ad",
"utm_affiliate",
"utm_brand",
"utm_campaign",
"utm_campaignid",
"utm_channel",
"utm_cid",
"utm_content",
"utm_creative",
"utm_emcid",
"utm_emmid",
"utm_id",
"utm_id_",
"utm_keyword",
"utm_medium",
"utm_name",
"utm_place",
"utm_product",
"utm_pubreferrer",
"utm_reader",
"utm_referrer",
"utm_serial",
"utm_session",
"utm_siteid",
"utm_social",
"utm_social-type",
"utm_source",
"utm_supplier",
"utm_swu",
"utm_term",
"utm_umguk",
"utm_userid",
"utm_viz_id",
"vero_conv",
"ymid",
"var",
"s_cid",
"hsa_grp",
"hsa_cam",
"hsa_src",
"hsa_ad",
"hsa_acc",
"hsa_kw",
"hsa_tgt",
"hsa_ver",
"hsa_la",
"hsa_ol",
"hsa_net",
"hsa_mt"
],
"topLevelSites": ["*"]
},
"twitter": {
"queryParams": ["ref_src", "ref_url"],
"topLevelSites": ["www.twitter.com", "twitter.com", "x.com"]
},
"instagram": {
"queryParams": ["igshid", "ig_rid"],
"topLevelSites": ["www.instagram.com"]
},
"amazon": {
"queryParams": [
"keywords",
"pd_rd_r",
"pd_rd_w",
"pd_rd_wg",
"pf_rd_r",
"pf_rd_p",
"sr",
"content-id"
],
"topLevelSites": [
"www.amazon.com",
"www.amazon.de",
"www.amazon.nl",
"www.amazon.fr",
"www.amazon.co.jp",
"www.amazon.in",
"www.amazon.es",
"www.amazon.ac",
"www.amazon.cn",
"www.amazon.eg",
"www.amazon.in",
"www.amazon.co.uk",
"www.amazon.it",
"www.amazon.pl",
"www.amazon.sg",
"www.amazon.ca"
]
}
}
|