I've integrated the Google Analytics for iOS library into my application, and in general it's working. I see results on the web dashboard, but ... every iPad is reported as "Apple iPad" and that's not specific enough for my needs.
I'd like to be able to override the ga:mobileDeviceModel or ga:mobileDeviceMarketingName with a more specific label like "iPad 3 Retina", "iPad Mini", etc.
My app easily determines which device it is running on, and composes a string like the ones above, but I can't get these to show up in the Google Analytics reporting.
Has anyone done this successfully?