Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Analytics data fields #10223

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ shared:
- magic_link_token_sent_at
- sign_up_email_bounced
- updated_at
- email_address
one_login_auths:
- id
- candidate_id
Expand Down Expand Up @@ -91,6 +92,8 @@ shared:
- path
- updated_at
application_forms:
- first_name
- last_name
- adviser_status
- becoming_a_teacher
- becoming_a_teacher_completed
Expand Down
3 changes: 0 additions & 3 deletions config/analytics_blocklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@
- safeguarding_concerns
- relationship_correction
:application_forms:
- first_name
- last_name
- phone_number
- address_line1
- address_line2
Expand Down Expand Up @@ -249,7 +247,6 @@
- created_at
- updated_at
:candidates:
- email_address
- magic_link_token
- fraud_match_id
- unsubscribed_from_emails
Expand Down
3 changes: 3 additions & 0 deletions config/analytics_hidden_pii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ shared:
application_forms:
- support_reference
- candidate_id
- first_name
- last_name
candidates:
- id
- email_address
provider_users:
- dfe_sign_in_uid
validation_errors:
Expand Down
Loading