here,
https://developers.google.com/adwords/api/docs/guides/driving-mobile-app-downloads
there's a Java code sample, that sets a campaign's subtype:
campaign.advertisingChannelSubType = AdvertisingChannelSubType.SEARCH_MOBILE_APP;
When I asked here, on the forum, I was told several times that setting the Sub-Type is no possible via the API.
I want to set a campaign as "Mobile App Installs".
is it possible to set via the API?
Is it possible to set via "advertisingChannelSubType" ?
If yes, then where's the reference for all possible sub-types