Hello Anash,

The account is initialized. Get campaign works. I haven't tested 
GetAccountHierarchy.

When I change the status of an add the soap request and response look like 
this:

[Aug 23 2012 08:22:16.000000 - ERROR] POST 
/api/adwords/cm/v201206/AdGroupAdService HTTP/1.1
Host: adwords-sandbox.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.3.8, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 668

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201206";>
  <SOAP-ENV:Header>
    <ns1:RequestHeader>
      <ns1:authToken>*****</ns1:authToken>
      <ns1:clientCustomerId>1325617787</ns1:clientCustomerId>
      <ns1:developerToken>test123@...</ns1:developerToken>
      <ns1:userAgent>AwApi-PHP-3.1.1</ns1:userAgent>
    </ns1:RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns1:mutate>
      <ns1:operations>
        <ns1:operator>SET</ns1:operator>
        <ns1:operand>
          <ns1:adGroupId>3066742002</ns1:adGroupId>
          <ns1:ad>
            <ns1:id>10114309</ns1:id>
          </ns1:ad>
          <ns1:status>PAUSED</ns1:status>
        </ns1:operand>
      </ns1:operations>
    </ns1:mutate>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Thu, 23 Aug 2012 06:22:15 GMT
Expires: Thu, 23 Aug 2012 06:22:15 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 540
Server: GSE

<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201206";>
      <requestId>0004c7e8e16d47500aedd6c500000f9c</requestId>
      <serviceName>AdGroupAdService</serviceName>
      <methodName>mutate</methodName>
      <operations>1</operations>
      <responseTime>137</responseTime>
      <units>1</units>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <soap:Fault>
      <faultcode>soap:Server</faultcode>
      <faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]</faultstring>
      <detail>
        <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201206";>
          <message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]</message>
          
<ApplicationException.Type>ApiException</ApplicationException.Type>
          <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="InternalApiError">
            <fieldPath/>
            <trigger/>
            
<errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString>
            <ApiError.Type>InternalApiError</ApiError.Type>
            <reason>UNEXPECTED_INTERNAL_API_ERROR</reason>
          </errors>
        </ApiExceptionFault>
      </detail>
    </soap:Fault>
  </soap:Body>
</soap:Envelope>


Op donderdag 23 augustus 2012 08:05:30 UTC+2 schreef Anash P. Oommen het 
volgende:
>
> Hi,
>
> 1. Is this an initialized sandbox account? (Does GetCampaign call work, 
> does GetAccountHierarchy call work)?
> 2. What request are you sending to the server?
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Thursday, 23 August 2012 04:46:24 UTC+5:30, Prashant Nagar wrote:
>>
>> Any updates on this??
>>
>> On Wednesday, August 22, 2012 8:16:20 AM UTC-7, Larry wrote:
>>>
>>> Hello Adwords API Team, is it possible to provide an estimation on how 
>>> soon this issue can be fixed? We are rolling out several critical updates 
>>> to our adgroups/keywords/bids. Without testing in sandbox, we won't be able 
>>> to do any of these updates.
>>>
>>> Thanks,
>>> Larry
>>>
>>> On Tuesday, August 21, 2012 4:03:03 AM UTC-5, Danial Klimkin wrote:
>>>>
>>>> Hello All,
>>>>
>>>>
>>>> We had a short maintenance downtime affecting sandbox only. It should 
>>>> be back to normal now. Please let us know if you still receive errors back.
>>>>
>>>>
>>>> -Danial, AdWords API Team.
>>>>
>>>>
>>>>
>>>> On Monday, August 20, 2012 10:44:02 PM UTC+4, thadclay wrote:
>>>>>
>>>>> Getting back the error below from the sandbox? Anyone else 
>>>>> experiencing this today?
>>>>> <soap:Body>
>>>>>       <soap:Fault>
>>>>>          <faultcode>soap:Server</faultcode>
>>>>>          <faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
>>>>> @ 
>>>>> com.google.ads.api.services.common.error.InternalApiError.&lt;init>(InternalApiErro]</faultstring>
>>>>>          <detail>
>>>>>             <ApiExceptionFault xmlns="
>>>>> https://adwords.google.com/api/adwords/cm/v201109";>
>>>>>               
>>>>>  <message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
>>>>> com.google.ads.api.services.common.error.InternalApiError.&lt;init>(InternalApiErro]</message>
>>>>>               
>>>>>  <ApplicationException.Type>ApiException</ApplicationException.Type>
>>>>>                <errors xsi:type="InternalApiError" xmlns:xsi="
>>>>> http://www.w3.org/2001/XMLSchema-instance";>
>>>>>                   <fieldPath/>
>>>>>                   <trigger/>
>>>>>                   
>>>>> <errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString>
>>>>>                   <ApiError.Type>InternalApiError</ApiError.Type>
>>>>>                   <reason>UNEXPECTED_INTERNAL_API_ERROR</reason>
>>>>>                </errors>
>>>>>             </ApiExceptionFault>
>>>>>          </detail>
>>>>>       </soap:Fault>
>>>>>    </soap:Body>
>>>>>
>>>>

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

Reply via email to