Skip to content

Commit

Permalink
Add domain fields to teachers and work history
Browse files Browse the repository at this point in the history
This feature was added in DFE-Digital/apply-for-qualified-teacher-status#2101 so we can start to expose these fields in the analytics.
  • Loading branch information
thomasleese authored Mar 28, 2024
1 parent ccb6b73 commit 3391e3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions definitions/dfe_analytics_dataform.js
Original file line number Diff line number Diff line change
Expand Up @@ -1714,6 +1714,11 @@ dfeAnalyticsDataform({
dataType: "string",
description: "",
},
{
keyName: "email_domain",
dataType: "string",
description: "The domain part of the email address (right side of the @).",
},
{
keyName: "last_sign_in_at",
dataType: "timestamp",
Expand Down Expand Up @@ -1931,6 +1936,11 @@ dfeAnalyticsDataform({
dataType: "string",
description: "",
},
{
keyName: "contact_email_domain",
dataType: "string",
description: "The domain part of the contact email address (right side of the @).",
},
{
keyName: "contact_job",
dataType: "string",
Expand Down

0 comments on commit 3391e3e

Please sign in to comment.