-
Notifications
You must be signed in to change notification settings - Fork 56
/
tracking-parameters.json
44 lines (44 loc) · 1.08 KB
/
tracking-parameters.json
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
{
"_meta": {
"description": "Rewrite links with tracking parameters to safer alternatives.",
"sampleExcludeRecords": {
"domain": "example.com",
"reason": "site breakage"
}
},
"exceptions": [
{
"domain": "axs.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1712"
}
],
"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"
]
}
}