Hi,
when using MobileAppCategoryService and trying to get for example "Medical" category, name returned is Google Play and/or Apple. But getName() will not return neither of those two, but only Medical.
Is there any way of getting also category for that medical (google play or apple), I understand there is CSV file, but can it be reached through code somehow?
Other part of the problem, when AdGroupCriterion is type of MobileAppCategory, in that scenario, getCriterionId will not return ID of Medical, but some other ID is generated for each AdGroupCriterion of type MobileAppCategory, how to get criterionID of mobile app category from ad group criterion?
It's not consistant with other targeting types, for example: same action on AdGroupCriterion with AgeRage, getCriterionId() will return the true criterionID of age range (the one from CSV table).