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
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
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
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