We are getting the error "Can't get the descriptor of an unrecognized enum
value" with the line of code below that uses v10 of the Google Ads API
library (SDK v17.0.1).
- campaign.getAdvertisingChannelType().getValueDescriptor().getName()
The record that is failing has an "advertisingChannelTyp
We're running into a similar issue when calling the getName() for the
following object from a campaign resource.
campaign.getAdvertisingChannelType().getValueDescriptor().getName()
The error we're receiving is "Can't get the descriptor of an unrecognized
enum value."
- Prime Molina
On