Environment
Resolution Summary
Details
Internal Information
Resolution Category
Mobile Commons
Resolution Summary
provided information on how to filter the URL clicks by the browser that initiated the click.
Details
For iPhone/iOS devices, you should filter user agents that contain "CriOS.
Example of Chrome on iOS:
Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1 For Android phones, filter user agents that contain both "Chrome/" and "Mobile", and exclude user agents that mention other browser signatures, such as "SamsungBrowser", "Edg/", "OPR", etc.
Example of pure Chrome on Android:
Mozilla/5.0 (Linux; Android 6.0; Nexus 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36 Example of a non-pure Chrome browser (Samsung Internet):
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36 Internal Information
Resolution Category