-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathtracking-parameters.json
More file actions
56 lines (56 loc) · 1.54 KB
/
tracking-parameters.json
File metadata and controls
56 lines (56 loc) · 1.54 KB
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
{
"_meta": {
"description": "Rewrite links with tracking parameters to safer alternatives."
},
"exceptions": [
{
"domain": "axs.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1712"
},
{
"domain": "urldefense.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2477"
},
{
"domain": "centerwellpharmacy.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2479"
},
{
"domain": "go365.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2479"
},
{
"domain": "humana.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2479"
}
],
"settings": {
"parameters": [
"utm_source",
"utm_medium",
"utm_campaign",
"utm_term",
"utm_content",
"gclid",
"fbclid",
"fb_action_ids",
"fb_action_types",
"fb_source",
"fb_ref",
"ga_source",
"ga_medium",
"ga_term",
"ga_content",
"ga_campaign",
"ga_place",
"action_object_map",
"action_type_map",
"action_ref_map",
"gs_l",
"mkt_tok",
"hmb_campaign",
"hmb_source",
"hmb_medium"
]
}
}