You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
Hi,
We have observed two user agent which are bot or ISP stats but that are not handled by this service
We should include:
User-agent:
~ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246 Gmail-content-sampling (exact match)
refer: https://stackoverflow.com/questions/63184772/gmail-following-links-gmail-content-sampling
~ via ggpht.com GoogleImageProxy (user agent containing this string)
refer: https://stackoverflow.com/questions/53080761/multiple-calls-from-via-ggpht-com-googleimageproxy-agent
These are two user agent we are handling separately & discarding them as bot
It shall be included as it is tested that these are bot events by Gmail
Thanks in advance for help!