Open
Bug 1773722
Opened 2 years ago
Updated 2 years ago
Improve UserAgent parsing for mobile devices
Categories
(Data Platform and Tools :: General, defect, P3)
Data Platform and Tools
General
Tracking
(Not tracked)
NEW
People
(Reporter: klukas, Unassigned)
References
Details
(Whiteboard: [dataplatform])
Currently, it looks like our user agent parsing fails for iOS devices (all values are none in the metadata.user_agent
fields). Similar for Android; it looks like only os
gets consistently populated.
We should do a small dump of raw user_agent
values from payload_bytes_raw
data to provide a test dataset and improve our ParseUserAgent
logic in gcp-ingestion to make sure we produce useful output for these devices.
Assignee | ||
Updated•2 years ago
|
Component: Pipeline Ingestion → General
Updated•2 years ago
|
Whiteboard: [data-platform-infra-wg] → [dataplatform]
You need to log in
before you can comment on or make changes to this bug.
Description
•