Please find the soap request :
2016-03-08 13:05:11 INFO  requestInfoLogger:97 - Request made: Service: 
"AdGroupCriterionServiceInterfacePort" Method: "mutate" URL: 
"https://adwords.google.com/api/adwords/cm/v201601/AdGroupCriterionService";
2016-03-08 13:05:11 WARN  soapXmlLogger:84 - SOAP Request:
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <soapenv:Header>
        <ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201601"; 
soapenv:mustUnderstand="0">
            <ns1:clientCustomerId>12345567</ns1:clientCustomerId>
            <ns1:developerToken>frgergergergergerger</ns1:developerToken>
            <ns1:userAgent>Test (AwApi-Java, AdWords-Axis/2.10.0, 
Common-Java/2.10.0, Axis/1.4, Java/1.7.0_95, maven)</ns1:userAgent>
            <ns1:validateOnly>false</ns1:validateOnly>
            <ns1:partialFailure>false</ns1:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201601";>
            <operations>
                <operator>ADD</operator>
                <operand>
                    <adGroupId>26179982219</adGroupId>
                    <criterion 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201601"; 
xsi:type="ns2:ProductPartition">
                        <type>PRODUCT_PARTITION</type>
                        <partitionType>UNIT</partitionType>
                        <parentCriterionId>-1</parentCriterionId>
                        <caseValue xsi:type="ns2:ProductOfferId">
                            <value>12132113545</value>
                        </caseValue>
                    </criterion>
                </operand>
            </operations>
        </mutate>
    </soapenv:Body>
</soapenv:Envelope>


While making above request getting ERROR : 
"AdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST"
can someone point out what is wrong with this soap request.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9a262846-aba5-4ba6-99c2-b19683a2efed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to