ionic framework - How to set iOS device model in Google Analytics (Using Cordova)? -
i developing ionic app ios , android. use cordova google-analytics-plugin google analytics. looks plugin not set ios device model. model mentioned "not set" in google analytics. works fine android.
how set ios model correctly (e.g. iphone 6, iphone 7, ...)? or there other plugin sets ios model correctly?
thank you.
you can try cordova device plugin, device.model
returns name of device's model or product
Comments
Post a Comment