Re: How to mutate appAd

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hello, If you are unable to reply privately, please send us an email at googleadsapi-supp...@google.com and provide a link to this forum thread in your message. If you can provide us logs as specified here, this will be help us troubleshoot the issue. Thanks, Matt Google Ads API Team Matt

Re: How to mutate appAd

2021-02-23 Thread mengqi zhu
I'm sorry, but I don't know how to chat with you in private? Click reply author to display: “You are not authorized to reply to authors in this group”. The following is my error log, thank you for your help. ERROR 2021-02-23T17:03:20+0800get_campaigns.py:138

Re: How to mutate appAd

2021-02-22 Thread Google Ads API Forum Advisor Prod
Hello there, Thanks for your response. I work with Matt and allow me to assist you with this. The logs that our colleague Matt was requesting are the complete request and response logs along with the request-id, which should be generated once you have enabled logging as seen in the guide that

Re: How to mutate appAd

2021-02-22 Thread mengqi zhu
Hello, I have already provided it in the fifth email. Code: ad_group_ad_service = client.get_service("AdGroupAdService", version="v6") ad_group_ad_operation = client.get_type("AdGroupAdOperation", version="v6") resource_name = ad_group_ad_service.ad_group_ad_path( customer_id,

Re: How to mutate appAd

2021-02-22 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for providing the traceback. However, if you can provide us with the logs as outlined here, this will help us investigate the ad removal issue. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2CSOPt:ref -- --

Re: How to mutate appAd

2021-02-21 Thread mengqi zhu
Hello again, Would love some more explanation about this.This problem has been bothering me for two weeks. Thank you for all your help! 在2021年2月19日星期五 UTC+8 下午11:28:55 写道: > Hello, > > Please see my replies to your questions below: > >1. The remove operation > >

Re: How to mutate appAd

2021-02-19 Thread mengqi zhu
Code: ad_group_ad_service = client.get_service("AdGroupAdService", version="v6") ad_group_ad_operation = client.get_type("AdGroupAdOperation", version="v6") resource_name = ad_group_ad_service.ad_group_ad_path( customer_id, ResourceName.format_composite(ad_group_id, ad_id) )

Re: How to mutate appAd

2021-02-19 Thread Google Ads API Forum Advisor Prod
Hello, Please see my replies to your questions below: The remove operation is possible for AppAds. If you can send us the complete request and response logs associated with the operation permitted error, we can have a closer look. Editing existing AppAds is not possible using the Google Ads

RE: How to mutate appAd

2021-02-18 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. AppAds cannot be mutated -- only certain ad types may be. Please see this chart that summarizes ad type characteristics for more information. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2CSOPt:ref -- --

How to mutate appAd

2021-02-18 Thread mengqi zhu
Hello, I created an appAd. I encountered a problem when I wanted to modify the ad headlines/descriptions. I read the document and said that direct modification is not supported. I need to remove it first and then recreate it to achieve the purpose of modification. But when I deleted it, I also