device-detector icon indicating copy to clipboard operation
device-detector copied to clipboard

Google Search App??

Open eduardokraus opened this issue 2 years ago • 6 comments

userAgent => Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/180.0.400278405 Mobile/15E148 Safari/604.1

Return:

client

  • [type] => mobile app
  • [name] => Google Search App
  • [version] => 180.0

eduardokraus avatar Mar 02 '22 17:03 eduardokraus

what is the question?

last result

user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/180.0.400278405 Mobile/15E148 Safari/604.1
os:
  name: iOS
  version: "14.7"
  platform: ""
client:
  type: mobile app
  name: Google Search App
  version: 180.0.400278405
device:
  type: smartphone
  brand: Apple
  model: iPhone
os_family: iOS
browser_family: Unknown

sanchezzzhak avatar Mar 03 '22 12:03 sanchezzzhak

Yes.

The detail is that "client" is not Google

eduardokraus avatar Mar 03 '22 12:03 eduardokraus

@eduardokraus And what is incorrect about that? The GSA/ in the user agent actually indicates the Google Search App. Or isn't that correct?

sgiehl avatar Mar 03 '22 13:03 sgiehl

It's not correct.

This is an access via iPhone of a student logged in watching classes in a restricted environment.

eduardokraus avatar Mar 03 '22 13:03 eduardokraus

That might be possible, but which client is it actually using? As mentioned the user agent indicates it is the google (search) app

sgiehl avatar Mar 03 '22 14:03 sgiehl

I'd like to chime in here. If I should open a new issue, I can.

The Google Search App is more or less like an add-on to the iOS WebView. It inherits the same functionality as the WebView component. However, the Matomo report hides the information about the WebView version by only reporting the GSA version.

I would prefer these useragents reported as other iOS WebView useragents (I guess that's Mobile Safari?) with the relevant version information. For example "Mobile Safari 16.6". If the GSA information really is vital (I can't really see that it is) it could also be "Mobile Safari (using Google Search App) 16.6".

pbb72 avatar Sep 05 '23 08:09 pbb72