V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-06-22 Thread Pete Lavetsky (AdWords API Guru)
Originally posted in the Java library bug list : https://github.com/googleads/google-ads-java/issues/447 Was told to post here. All request IDs and logs are in the above thread. We are not passing in display_url to an existing CallAd but on mutation we receive an error back that display_url VA

RE: V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-06-24 Thread Google Ads API Forum Advisor
Hi Pete, Thanks for pointing this out and sharing a detailed summary of the issue. Please allow me to share this with our team and we will provide an update on the issue shortly. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2IxmDo:ref -- -- =~=~=~=~=~=~=~

RE: V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-06-29 Thread Google Ads API Forum Advisor
Hi Pete, Relaying the feedback we received from our team : The creative itself, an old call-only ad, already has the display_url set. Therefore, you need to explicitly set display_url (on the Ad resource) to be an empty string. This is the new requirement of the call ad, also what VALUE_MUST_B

Re: V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-06-30 Thread Pete Lavetsky (AdWords API Guru)
Thanks for the followup Peter. This is why I originally posted the bug to the Java Client Library forum because the solution you state, *which I had tried*, "Therefore, you need to explicitly set display_url ( on the Ad resource ) to be an empty string", does not work with the Java Client Libra

Re: V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-07-04 Thread Google Ads API Forum Advisor
Hi Pete, I had to delete your recent response as it contained your logs. You may instead use the Reply privately to author option or send the logs directly to our googleadsapi-supp...@google.com alias. Moving forward, I have taken note of the information of your deleted logs, and allow me now

Re: V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-07-06 Thread Pete Lavetsky (AdWords API Guru)
The only thing it contained was the request-Id ... everything else was REDACTED ... what was sensitive about it? Pete On Sunday, July 4, 2021 at 10:43:08 PM UTC-4 adsapi wrote: > Hi Pete, > > I had to delete your recent response as it contained your logs. You may > instead use the *Reply priva

Re: V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-07-08 Thread Google Ads API Forum Advisor
Hi Pete, I read through the whole thread, the blog and the Java GitHub bug. Unfortunately in this case, the "fix" you provided in the GitHub bug is the right fix. The explanation is a bit long though. 1. In v8, for CALL_ADS, you should set final_urls. You should also clear display_url in the p

Re: V8 : CALL_AD : display_url VALUE_MUST_BE_UNSET

2021-07-15 Thread Pete Lavetsky (AdWords API Guru)
Anash, Thanks for the full explanation ... I appreciate the communication. Pete On Thursday, July 8, 2021 at 6:20:00 PM UTC-4 adsapi wrote: > Hi Pete, > > I read through the whole thread, the blog and the Java GitHub bug. > Unfortunately in this case, the "fix" you provided in the GitHub bug i