Can't get the descriptor of an unrecognized enum value

2022-04-29 Thread 'Prime Molina' via Google Ads API and AdWords API Forum
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

Re: Change in Google API Response

2022-04-28 Thread 'Prime Molina' via Google Ads API and AdWords API Forum
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