Ad Customizers for Response Search Ads

2021-10-27 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hi, I would like to know if it is possible to create or update in any way the Ad Customizer data for Response Search Ads via Google Ads API. If not, having in mind the deprecation of Expanded Text Ads in 2022 and RSA being the only available Ads, I assume this should be supported soon, right?

Re: Call-only Ads created as Old version

2020-12-09 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hello, I'm now using Google Ads API v6 and I having the same issue as using Adwords API. Call-Only Ads are being created in an older format. There are special values or variables that I have to pass through the API in order to create the new version of the Call-Only Ads? Thanks On Tuesday,

Re: MutateOperation doesn't allow update final_urls

2020-12-04 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hi, I'm using google-ads 8.0.0(https://github.com/googleads/google-ads-python/) The issue I'm facing is I cannot update Final URLs when using GoogleAdsService.Mutate because it is returning this error:

MutateOperation doesn't allow update final_urls

2020-12-02 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hi, When we try to update final_urls: - mutate() raise "Field 'ad.final_urls' cannot be modified by 'UPDATE' operation." - mutate_ads() allow it, but it doesn't provide partial_failure attribute This blocks completely our integration, which is already in testing status. It would be

Re: Update Final URLs - Call Only Ads

2020-07-07 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Thank you. What about using Google Ads Editor doing a bulk upload? It can be possible to update Final URLs for Call-Only Ads in this case? On Monday, 6 July 2020 at 18:16:15 UTC+2 adsapiforumadvisor wrote: > Hello, > > It is not possible to set the final URLs of call only ads in either Google

Update Final URLs - Call Only Ads

2020-07-06 Thread 'be...@hootinteractive.com' via AdWords API and Google Ads API Forum
Hello, I'm seeing that for Call Only Ads, there is no finalUrls field on the Google Ads API documentation, so I'm asking if it possible to create/update finalUrls for Call Only Ads through Google Ads API? And what about using Adwords API? Because I have tried it and didn't success.