Hey there!
I’m attempting to pull in historical event data previously captured with segment into a new amplitude project so that we can analyze usage on web vs. mobile.
I’ve successfully connected snowflake into amplitude, but I am unsure how to structure the query as as to preserve and correctly pass in the user agent data.
I have a field called context_user_agent in snowflake which contains the raw data passed in from segment data formatted as such:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
What field should I map this to in amplitude to be able to use the amplitude functional of segmenting on “platform” for instance?