File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Options considered:
15
15
16
16
- Google Analytics - we can tailor the settings to ensure that usage of Google Analytics is compliant
17
17
with GDPR. This will require:
18
+
18
19
- enabling the anonymise IP setting
19
20
- enabling pseudonymisation of IDs
20
21
- including Google as a data processor in the privacy policy
@@ -24,12 +25,14 @@ Options considered:
24
25
- ensure we have an agreement with Google Ireland Ltd and not Google LLC to ensure data is processed in Europe not the US
25
26
26
27
- Ahoy + Blazer - keep all tracking local and anonymous. This will require:
28
+
27
29
- storing all events in a local database
28
30
- configuring without cookies and with IP masking
29
31
- creating dashboards/queries in Blazer to visualise the usage
30
32
- creating a recurring task to delete data at the end of the retention period
31
33
32
34
- [ DfE Analytics] ( https://github.com/DFE-Digital/dfe-analytics ) - preferred option within DfE. This will require:
35
+
33
36
- sending all events to a BigQuery database using the ` dfe-analytics ` Gem
34
37
- configuring without cookies and with IP masking
35
38
- creating dashboards/queries in Data Studio to visualise the usage
Original file line number Diff line number Diff line change 559
559
560
560
it do
561
561
expect ( subject ) . to include (
562
- "If you do not respond by 12 February 2020 " \
563
- "then your QTS application will be declined." ,
562
+ "This is your final opportunity to provide the required information." ,
564
563
)
565
564
end
566
565
You can’t perform that action at this time.
0 commit comments