I'll try to keep it short, I am trying to set the campaign's language
targeting criterion via the CamapignCriterionService in v201109.
My soap request looks like this:

<SOAP-ENV:Body>
        <ns1:mutate>
                <ns1:operations>
                        <ns1:operator>SET</ns1:operator>
                        <ns1:operand xsi:type="ns2:CampaignCriterion">
                                <campaignId>XXXXXX</campaignId>
                                <criterion xsi:type="ns2:Language">
                                        <code>en</code>
                                        <id>1000</id>
                                        <type>LANGUAGE</type>
                                        
<Criterion.Type>Language</Criterion.Type>
                                </criterion>
                        </ns1:operand>
                </ns1:operations>
        </ns1:mutate>
</SOAP-ENV:Body>

I am getting this in response:
[RequiredError.REQUIRED @ operations[0].operand.campaignId,
RequiredError.REQUIRED @ operations[0].operand.criterion,
OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]]

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to