Google Analytics 'Mobile Device Model' and Android's Build.MODEL

Viewed 918

Is there any way to obtain 'Mobile Device Model' parameter on Android that is posted to Google Analytics? Build.MODEL constant mismatches 'Mobile Device Model', that is displayed on Google Analytics web page in certain cases. For example, for Huawei Nova, 'Mobile Device Model' is 'CAN-L11', and Build.MODEL equals 'Huawei CAN-L11'.

Thanks in advance!

2 Answers

Seems 'Mobile Device Model' is unusable in my case. The only way to get Google Analytics to work correctly is using events labels with Build.MODEL. You shoot two rabbits at once: reports become more detailed (earlier with 'Mobile Device Model' reports contained only 10% of overall collected data) and you get reusable data.

Related