Re: AttributeError: _pb - Issue on campaign update using Python lib

2021-10-20 Thread Kubber
Thanks a bunch that seems to be it! On Wednesday, October 20, 2021 at 5:03:10 PM UTC+2 adsapi wrote: > Hi Kubber, > > Did you set set use_proto_plus to True to avoid breaking interface > changes as described in Protobuf Messages >

RE: AttributeError: _pb - Issue on campaign update using Python lib

2021-10-20 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Kubber, Did you set set use_proto_plus to True to avoid breaking interface changes as described in Protobuf Messages? This requirement started in version 14. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2PL6lZ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

AttributeError: _pb - Issue on campaign update using Python lib

2021-10-19 Thread Kubber
Hi, I'm using google-ads==14.0.1 and trying to run this example: https://github.com/googleads/google-ads-python/blob/master/examples/basic_operations/update_campaign.py but every time I get an error: *AttributeError: _pb* on this line: client.copy_from( campaign_operation.update_mask,