Re: Missing required fields error with AdService

2018-11-22 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Markus, My apologies for missing this out. Performance data is still retained even after updating the details of the ad. This should not affect your metrics reports. I can file a feature request for documentation update on your behalf. If you wish to do so, could you provide the link of the

Re: Missing required fields error with AdService

2018-11-22 Thread Markus Heiden
Hi Dannison, thanks for clarify the required fields and update details. But there is still no statement regarding whether the performance data are kept under all circumstances. Are the performance data still kept, if I update all fields or just if I update only headlinePart1, headlinePart2, de

Re: Missing required fields error with AdService

2018-11-21 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Markus, To answer your question, yes, you are correct. As explained in the guide I have provided, you could use the AdService.mutate()

Re: Missing required fields error with AdService

2018-11-21 Thread Markus Heiden
Hi Dannison, I already read that guide (just the german version, because I found no switch for the language) and there is no point about *updating* expanded text ads, just the creation via the AdGroupAdService is mentioned. My concern is that there are no details about *updating* expanded text

Re: Missing required fields error with AdService

2018-11-20 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Markus, According to this guide , in order to update your ad, you also have to SET one of the following fields (headlinePart1, headlinePart2 and description) as well. Let me know if this

Missing required fields error with AdService

2018-11-20 Thread Markus Heiden
Hello, I tried to update the final URL of an existing expanded text ad by creating a SET operation with just the ad id and the new final URL and passing it to AdService.mutate. But AdWords complains about a missing headlinePart1, headlinePart2 and description. With all other services I just ne