We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2547fda commit ae3a6fdCopy full SHA for ae3a6fd
sql/moz-fx-data-shared-prod/contextual_services_derived/event_aggregates_v1/query.sql
@@ -126,7 +126,7 @@ combined AS (
126
'remote settings' AS provider,
127
-- Only standard suggestions are in use on mobile
128
'firefox-suggest' AS match_type,
129
- SPLIT(metadata.user_agent.os, ' ')[SAFE_OFFSET(0)] AS normalized_os,
+ 'Android' AS normalized_os,
130
-- This is the opt-in for Merino, not in use on mobile
131
CAST(NULL AS BOOLEAN) AS suggest_data_sharing_enabled,
132
blocks.query_type,
0 commit comments