Looking at the Device Name (SDK) variable in a Mobile App suite, I see a
pretty high occurrence of just "iPhone" and then a bunch of instances of
"'s iPhone," in addition to the expected
Device-Model, as in "iPhone 11,2". This is only happening in one of our
mobile app report suites, so it isn't an iphone-to-adobe issue. While
the deviceName (SDK) is wrong, we also have a value DeviceName coming
through, which contains the correct value ("iPhone12,1" etc) even if
deviceName SDK is wrong. Is ther...