Re: push destination url override at keyword level

2013-05-10 Thread David Torres (AdWords API Team)
Hi Fransceso, In the python client lib inheritance of the SOAP objects is managed through the xsi_type attribute. So in this case to explicitly indicate you are sending a BiddableAdGroupCriterion type of object you need to use 'xsi_type' : 'BiddableAdGroupCriterion' so your object will look like

push destination url override at keyword level

2013-05-07 Thread Francesco Della Vedova
Hi All, I'm using the latest version of the api in python. I'm trying to push new keywords, but i get the following error: adspygoogle.common.Errors.ValidationError: Field 'destinationUrl' is not in type 'AdGroupCriterion' with the following request to AdGroupCriterionService: {'AdGr