Re: google ads api v10: empty response for SELECT * FROM ad_group

2022-05-11 Thread Eng Developer
so, is there any update about this? because today is sunset of older versions, and new api is not working properly. On Friday, May 6, 2022 at 5:05:20 PM UTC+2 adsapi wrote: > Hi, > > Thanks for sending logs privately. We already received it. However, we can > not proceed further with our invest

Re: google ads api v10: empty response for SELECT * FROM ad_group

2022-05-06 Thread Eng Developer
did you received my private message? it is not displayed anywhere. On Thursday, May 5, 2022 at 5:52:27 PM UTC+2 adsapi wrote: > Hi there, > > Thanks for reaching out to the Google Ads API Forum. > > For us to check better, could you provide us with the complete *request* >

google ads api v10: empty response for SELECT * FROM ad_group

2022-05-05 Thread Eng Developer
here is query which i am running using google ads api v7 and v10. it produces different result for different version. with v7 i am getting a set of 20 items, and with v10 an empty set. the most recent request id is `ro8rMfg3Evq1dgh6H674zA` ``` SELECT ad_group.id, ad_group.name, ad_group.status, a

Re: Field 'ad.responsive_display_ad.logo_images' cannot be modified by 'UPDATE' operation.

2021-07-20 Thread Eng Developer
other request but same issue request body (captured inside *google-ads-api* npm package): { "customer_id": "00", "operations": [ { "update": { "resource_name": "customers/00/adGroupAds/123626315703~534639689714" , "status": 2, "ad_group": "customers/00/adGroups/12362631570

Field 'ad.responsive_display_ad.logo_images' cannot be modified by 'UPDATE' operation.

2021-06-08 Thread Eng Developer
As stated at documentation , responsive display ad is mutable, but i constantly have error "3 INVALID_ARGUMENT: Field 'ad.responsive_display_ad.logo_images' cannot be modified by 'UPDATE' oper