Re: Change in Google API Response

2022-05-01 Thread 'Matan Wilchek' via Google Ads API and AdWords API Forum
Hi, why didn't you just say that you're releasing a new API version (v10.1) and the problems are due to integration? Thanks, Matan On Friday, April 29, 2022 at 7:30:50 PM UTC+3 adsapi wrote: > Hi, > > Thank you for reaching out. > > To investigate the issue further, could you please provide t

RE: Change in Google API Response

2022-04-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, whi

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

Change in Google API Response

2022-04-28 Thread 'Matan Wilchek' via Google Ads API and AdWords API Forum
Hi, I see a big change in google ads API response, in fields that used to be Enums, and suddenly are a simple int. For example, campaign.advertising_channel_type.name used to be Enum, and now is an int, while campaign.advertising_channel_sub_type is still an Enum. Is this some kind of temporar