<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/v201705">
<soapenv:Header>
<v20:RequestHeader>
<v20:clientCustomerId>2585558101</v20:clientCustomerId>
<v20:developerToken>**********************</v20:developerToken>
</v20:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<v20:mutate>
<v20:operations>
<v20:operator>ADD</v20:operator>
<v20:operand>
<v20:campaignId>627733913</v20:campaignId>
<v20:isNegative>false</v20:isNegative>
<v20:criterion>
<v20:type>AGE_RANGE</v20:type>
<v20:Criterion.Type>AGE_RANGE_18_24</v20:Criterion.Type>
</v20:criterion>
<v20:bidModifier>9.0</v20:bidModifier>
</v20:operand>
</v20:operations>
</v20:mutate>
</soapenv:Body>
</soapenv:Envelope><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201705">
<requestId>000559ff9d2d71d90a3728247807d3c1</requestId>
<serviceName>CampaignCriterionService</serviceName>
<methodName>mutate</methodName>
<operations>1</operations>
<responseTime>186</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>[CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion]</faultstring>
<detail>
<ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201705">
<message>[CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion]</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<errors xsi:type="CampaignCriterionError" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<fieldPath>operations[0].operand.criterion</fieldPath>
<fieldPathElements>
<field>operations</field>
<index>0</index>
</fieldPathElements>
<fieldPathElements>
<field>operand</field>
</fieldPathElements>
<fieldPathElements>
<field>criterion</field>
</fieldPathElements>
<trigger/>
<errorString>CampaignCriterionError.CONCRETE_TYPE_REQUIRED</errorString>
<ApiError.Type>CampaignCriterionError</ApiError.Type>
<reason>CONCRETE_TYPE_REQUIRED</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/v201705" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<v20:RequestHeader>
<v20:clientCustomerId>YOUR_CLIENT_CUSTOMER_ID</v20:clientCustomerId>
<v20:developerToken>YOUR_DEVELOPER_TOKEN</v20:developerToken>
</v20:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<v20:mutate>
<v20:operations>
<v20:operator>ADD</v20:operator>
<v20:operand>
<v20:campaignId>CampaignId</v20:campaignId>
<v20:isNegative>false</v20:isNegative>
<v20:criterion xsi:type="v20:AgeRange">
<v20:type>AGE_RANGE</v20:type>
<v20:Criterion.Type>AGE_RANGE_18_24</v20:Criterion.Type>
</v20:criterion>
<v20:bidModifier>9.0</v20:bidModifier>
</v20:operand>
</v20:operations>
</v20:mutate>
</soapenv:Body>
</soapenv:Envelope>