Re: CampaignBidModifierOperation not in _OPERATION_MAP

2018-08-31 Thread wtemmerman
Hi Luis, Thank you for your time and your answer. I found my problem. I based my operation on the answer receive by a get on API. "criterion": { "Criterion.Type": "InteractionType", # This line was not good. I should write "xsi_type": "InteractionType" "id": 8000, "type": "INTERACTION_TYPE"

Re: CampaignBidModifierOperation not in _OPERATION_MAP

2018-08-30 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Wilfried, Thank you for providing detailed information of your issue. Upon investigating and based on your SOAP request, you did not explicitly use or indicate the type of criterion which is the InteractionType

Re: CampaignBidModifierOperation not in _OPERATION_MAP

2018-08-30 Thread wtemmerman
Here my SOAP content : http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/v201802";> 476-128-0144 REDACTED Ads Python Client Library (AwApi-Python, googleads/11.0.1, Python/3.5.2, zeep) false false https://adw

Re: CampaignBidModifierOperation not in _OPERATION_MAP

2018-08-30 Thread wtemmerman
Hi Luis, Some update, I was trying to use batchJobService with this service. But BatchJobService doesn't support CampaignBidModifier. So I tried to update a campaign call bid adjustment without batchjob but I have a InternalApiError.UNEXPECTED_INTERNAL_API_ERROR. Here my operation : [ {

Re: CampaignBidModifierOperation not in _OPERATION_MAP

2018-08-30 Thread wtemmerman
Hi Luis, To keep this POST update, here the link of issue on github : https://github.com/googleads/googleads-python-lib/issues/320 Regards, Wilfried On Thursday, August 30, 2018 at 1:31:34 AM UTC-4, Luis Xander Talag (AdWords API Team) wrote: > > Hi Wilfried, > > If you successfully downloade

Re: CampaignBidModifierOperation not in _OPERATION_MAP

2018-08-29 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Wilfried, If you successfully downloaded and installed the Python client library, you should be able to see the operation as it is possible to adjust bid through the API. This being said, the possible issue here is specific to the Python client library rather than the AdWords API. I would su

CampaignBidModifierOperation not in _OPERATION_MAP

2018-08-29 Thread wtemmerman
Hi, I tried to create a call bid adjustment with the API. So after reading the Adwords API and analyze data return by Adwords API. The problem is : I create my add operation but the CampaignBidModifierService