[2019-12-17 16:26:30] AW_SOAP.INFO: clientCustomerId=615-989-9291 
operations=1 service=AdGroupService method=get responseTime=208 
requestId=000599e42e301a900a62dd52ed02fe70 server=adwords.google.com 
isFault=0 faultMessage=  
[2019-12-17 16:26:38] AW_SOAP.INFO: clientCustomerId=615-989-9291 
operations=1 service=MediaService method=upload responseTime=228 
requestId=000599e42ea93bd00aa79a5b9e022cf4 server=adwords.google.com 
isFault=0 faultMessage=  
[2019-12-17 16:28:51] AW_SOAP.WARNING: clientCustomerId=615-989-9291 
operations=0 service=AdGroupAdService method=mutate responseTime=277 
requestId=000599e436912a760aa78ad9ad025219 server=adwords.google.com 
isFault=1 faultMessage=[ImageError.UNEXPECTED_SIZE @ 
operations[0].operand.ad.image.dimensions]  
[2019-12-17 16:28:51] AW_SOAP.NOTICE: POST 
/api/adwords/cm/v201809/AdGroupAdService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/7.2.24-0ubuntu0.18.04.1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 1104
Authorization: REDACTED

<?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/v201809"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><SOAP-ENV:Header><ns1:RequestHeader><ns1:clientCustomerId>615-989-9291</ns1:clientCustomerId><ns1:developerToken>REDACTED</ns1:developerToken><ns1:userAgent>Test_ad_project
 
(AwApi-PHP, googleads-php-lib/37.1.0, 
PHP/7.2.24-0ubuntu0.18.04.1)</ns1:userAgent><ns1:validateOnly>true</ns1:validateOnly><ns1:partialFailure>false</ns1:partialFailure></ns1:RequestHeader></SOAP-ENV:Header><SOAP-ENV:Body><ns1:mutate><ns1:operations><ns1:operator>ADD</ns1:operator><ns1:operand><ns1:adGroupId>78046145163</ns1:adGroupId><ns1:ad
 
xsi:type="ns1:ImageAd"><ns1:displayUrl>stg.sellist.com</ns1:displayUrl><ns1:finalUrls>https://stg.sellist.com</ns1:finalUrls><ns1:type>IMAGE_AD</ns1:type><ns1:image><ns1:mediaId>31471692931</ns1:mediaId></ns1:image><ns1:name>test
 
validate</ns1:name></ns1:ad></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
Date: Tue, 17 Dec 2019 10:58:50 GMT
Expires: Tue, 17 Dec 2019 10:58:50 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; 
ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close

<soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ResponseHeader
 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";><requestId>000599e436912a760aa78ad9ad025219</requestId><serviceName>AdGroupAdService</serviceName><methodName>mutate</methodName><operations>0</operations><responseTime>277</responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>[ImageError.UNEXPECTED_SIZE
 
@ 
operations[0].operand.ad.image.dimensions]</faultstring><detail><ApiExceptionFault
 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";><message>[ImageError.UNEXPECTED_SIZE
 
@ 
operations[0].operand.ad.image.dimensions]</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors
 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="ImageError"><fieldPath>operations[0].operand.ad.image.dimensions</fieldPath><fieldPathElements><field>operations</field><index>0</index></fieldPathElements><fieldPathElements><field>operand</field></fieldPathElements><fieldPathElements><field>ad</field></fieldPathElements><fieldPathElements><field>image</field></fieldPathElements><fieldPathElements><field>dimensions</field></fieldPathElements><trigger></trigger><errorString>ImageError.UNEXPECTED_SIZE</errorString><ApiError.Type>ImageError</ApiError.Type><reason>UNEXPECTED_SIZE</reason></errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
  
[2019-12-17 16:28:58] AW_SOAP.INFO: clientCustomerId=615-989-9291 
operations=1 service=MediaService method=upload responseTime=316 
requestId=000599e4370732b60aa782838a0f185f server=adwords.google.com 
isFault=0 faultMessage=  
[2019-12-17 16:31:10] AW_SOAP.INFO: clientCustomerId=615-989-9291 
operations=0 service=AdGroupAdService method=mutate responseTime=258 
requestId=000599e43ee829840aa781511e0a915b server=adwords.google.com 
isFault=0 faultMessage=  




On Wednesday, December 18, 2019 at 9:30:02 AM UTC+5:30, Chathurangika 
Premarathna wrote:
>
> I am using a test client account to do API calls. And the connections are 
> tested in the local environment. Sometimes the requests from my application 
> to the google adword server spends much long time to get the response. Once 
> it get 37 minutes to complete the request. But sometimes it finished with 5 
> - 6 seconds. I could not find any reason for this. Even I have done some 
> configurations such as change the timeout time and disable soap wsdl 
> caching, as shown below. 
>
>
> *soap.wsdl_cache_enabled=0*
> *default_socket_timeout = 180* 
>
> But the time taken to the request as same as. I need to know the reason 
> for this and as well as the solution.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1b0c2e29-7def-4849-8a69-576d879a1b8e%40googlegroups.com.

Reply via email to