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