Update documentation#502
Open
hannako wants to merge 1 commit into
Open
Conversation
3aa5463 to
123c60f
Compare
92436fe to
123c60f
Compare
csutter
reviewed
Jul 10, 2025
| We capture interaction data from opted in users in Google Analytics. This data is processed and | ||
| ingested into Discovery Engine in bulk on a daily basis to help train the model on what content | ||
| users are most likely to be looking for. | ||
| We capture User event data from opted in users in Google Analytics. This is ingested into Discovery Engine in bulk on a daily basis to help train the model on what content users are most likely to be looking for. |
Contributor
There was a problem hiding this comment.
How about:
We capture interaction data from opted in users in Google Analytics. This is then ingested into Discovery Engine as user events in bulk [...]
Contributor
There was a problem hiding this comment.
Because "user event" is a VAIS-specific term, not a GA4 one really
|
|
||
| This is orchestrated by a set of serverless GCP Cloud Functions and associated plumbing in | ||
| [search-v2-infrastructure][search-v2-infrastructure]. | ||
| The bigquery tables from which we obtain our User event data are configured in [govuk-infrastructure][event-ingestion-link]. |
Contributor
There was a problem hiding this comment.
It's probably less important to specify where the tables are created, than the Dataform pipeline that actually populates them?
Contributor
Author
There was a problem hiding this comment.
|
|
||
| To reduce the latency of User Event data being made available to the models, it's processed and ingested into Discovery Engine as follows: | ||
|
|
||
| - [Once per day at midday][link-to-cron-task-1], we import data for the previous day |
Contributor
There was a problem hiding this comment.
Worth specifying that is complete data, and that the intraday data is not guaranteed to be perfect
Contributor
Author
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.