-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruntime_personalization.json
More file actions
86 lines (86 loc) · 3.41 KB
/
runtime_personalization.json
File metadata and controls
86 lines (86 loc) · 3.41 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
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
{
"model_source": "preference_model.joblib",
"metadata_source": "model_metadata.json",
"available_labels": [
"0",
"1"
],
"profiles": {
"account_security": {
"keywords": [
"2fa",
"two-factor",
"two factor",
"password",
"login",
"sign in",
"secure my account",
"protect my gmail",
"protect my account",
"hacked",
"verification",
"account security",
"enable protection"
],
"focus_label": "account security",
"recommendation": "The user appears most interested in protecting their account. Recommend enabling 2-step verification, using a strong unique password, reviewing recovery options, and checking recent account activity."
},
"data_sharing": {
"keywords": [
"ads",
"advertising",
"tracking",
"targeted",
"personalized ads",
"ad settings",
"used for ads"
],
"focus_label": "data sharing and advertising",
"recommendation": "The user appears most interested in how their data may be shared or used for advertising. Recommend reviewing privacy controls, ad personalization settings, and clarifying whether email content is used for ads."
},
"data_access": {
"keywords": [
"who can access",
"who sees",
"share my data",
"third party",
"third-party",
"access my emails",
"my information",
"permissions",
"connected apps",
"shared devices"
],
"focus_label": "who can access their data",
"recommendation": "The user appears most interested in who can access their information. Recommend checking connected apps, shared devices, permissions, and account access settings."
},
"threat_protection": {
"keywords": [
"spam",
"phishing",
"malware",
"scam",
"suspicious email",
"harmful email"
],
"focus_label": "spam, phishing, and harmful email protection",
"recommendation": "The user appears most interested in protection from spam, phishing, and harmful emails. Recommend keeping protection features enabled, verifying suspicious senders, and avoiding unknown links and attachments."
},
"ai_usage": {
"keywords": [
"gemini",
"ai",
"assistant",
"model",
"training"
],
"focus_label": "AI and Gemini usage",
"recommendation": "The user appears most interested in AI-related privacy concerns. Recommend explaining how AI features like Gemini are used and reviewing relevant privacy settings."
},
"general_privacy": {
"keywords": [],
"focus_label": "general privacy",
"recommendation": "The user appears generally interested in privacy. Recommend reviewing privacy settings, account activity, and core security controls regularly."
}
}
}