Here's request/response.

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 soapenv:mustUnderstand="0" 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201306";>
      <ns1:clientCustomerId>*******</ns1:clientCustomerId>
      <ns1:developerToken>***********</ns1:developerToken>
      <ns1:userAgent>*****</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/v201306";>
      <operations>
        <operator>ADD</operator>
        <operand>
          <campaignId>93239114</campaignId>
          <criterion xsi:type="ns2:Location" 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201306";>
            <ns2:id>1022355</ns2:id>
            <ns2:type>LOCATION</ns2:type>
          </criterion>
        </operand>
      </operations>
    </mutate>
  </soapenv:Body>
</soapenv:Envelope>                                                         
                                                                            
                                                                            
                                   
                                                                            
                                                                            
                                                                            
                                   
Response:                                                                   
                                                                            
                                                                            
                                   
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201306";>
      <requestId>0004e968bbe662180a4253a6000030fa</requestId>
      <serviceName>CampaignCriterionService</serviceName>
      <methodName>mutate</methodName>
      <operations>0</operations>
      <responseTime>347</responseTime>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <soap:Fault>
      <faultcode>soap:Server</faultcode>
      <faultstring>[BetaError.BETA_FEATURE @ 
operations[0].operand.criterion; trigger:'1022355']</faultstring>
      <detail>
        <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201306";>
          <message>[BetaError.BETA_FEATURE @ 
operations[0].operand.criterion; trigger:'1022355']</message>
          
<ApplicationException.Type>ApiException</ApplicationException.Type>
          <errors xsi:type="BetaError" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
            <fieldPath>operations[0].operand.criterion</fieldPath>
            <trigger>1022355</trigger>
            <errorString>BetaError.BETA_FEATURE</errorString>
            <ApiError.Type>BetaError</ApiError.Type>
            <reason>BETA_FEATURE</reason>
          </errors>
        </ApiExceptionFault>
      </detail>
    </soap:Fault>
  </soap:Body>
</soap:Envelope>

Kevin

On Wednesday, October 23, 2013 6:34:00 AM UTC-7, Kevin wrote:
>
> Hi,
>
> We are getting BetaError.BETA_FEATURE when trying to add location campaign 
> criterion. I'm not sure what this means. Any idea?
>
> Request Id: 0004e96825e571780a341ee5000028d3
>
> -Kevin
>

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

--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to