Based on what I understand from your requirement, we have the sap.ui.Device library to detect the client's device. You can detect the device in the component file itself and send the data to your odata.
At your odata, you can create different fields for different browsers and whenever your clients browser is detected, in the CREATE_ENTITY, you can increment the browser count.
Regards,
Arjun Biswas
Add comment