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 get_campaigns.modify_g

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, ResourceName.f

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) ) ad_group_ad_operati

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