| OpenSSL support | enabled |
| OpenSSL Library Version | OpenSSL 1.0.1f 6 Jan 2014 |
| Soap Client | enabled |
| Soap Server | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| soap.wsdl_cache | 1 | 1 |
| soap.wsdl_cache_dir | /tmp | /tmp |
| soap.wsdl_cache_enabled | 1 | 1 |
| soap.wsdl_cache_limit | 5 | 5 |
| soap.wsdl_cache_ttl | 86400 | 86400 |
| cURL support | enabled |
| cURL Information | 7.35.0 |
Hi,
Hi,
; Enable/disable gzip compression on SOAP requests and responses.
COMPRESSION = 1
; The level of gzip compression to use, from 1 to 9. The higher the level the
; greater the compression and time needed to perform the compression. The
; recommended and default value is 1.
COMPRESSION_LEVEL = 9
; The type of WSDL caching to use. The possible values are 0 (none), 1 (disk),
; 2 (memory), or 3 (disk and memory). The default value is 0.
WSDL_CACHE = 1
When you mentioned the 30KB versus 300KB-400KB, were you referring to the size of an individual request, or are you submitting a high volume of AdGroupCriterionService.mutate requests in succession?
If this is happening for a large individual request, could you let me know if the request always fails, or does it succeed if you wait and retry?
[Aug 17 2016 06:11:16.000000 - ERROR]
<?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/v201607">
<SOAP-ENV:Header>
<ns1:RequestHeader>
<ns1:clientCustomerId>***********</ns1:clientCustomerId>
<ns1:developerToken>**********</ns1:developerToken>
<ns1:userAgent>AwApi-PHP/EXPERIMENTAL, Common-PHP/EXPERIMENTAL, PHP/5.4.37-1+deb.sury.org~precise+1 (AwApi-PHP/10.1.0, Common-PHP/10.1.0, PHP/5.5.9-1ubuntu4.14)</ns1:userAgent>
</ns1:RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:get>
<ns1:serviceSelector>
<ns1:fields>Id</ns1:fields>
<ns1:fields>CriteriaType</ns1:fields>
<ns1:fields>KeywordMatchType</ns1:fields>
<ns1:fields>KeywordText</ns1:fields>
<ns1:predicates>
<ns1:field>AdGroupId</ns1:field>
<ns1:operator>IN</ns1:operator>
<ns1:values>31229912069</ns1:values>
</ns1:predicates>
<ns1:predicates>
<ns1:field>CriterionUse</ns1:field>
<ns1:operator>IN</ns1:operator>
<ns1:values>BIDDABLE</ns1:values>
</ns1:predicates>
<ns1:predicates>
<ns1:field>CriteriaType</ns1:field>
<ns1:operator>IN</ns1:operator>
<ns1:values>KEYWORD</ns1:values>
</ns1:predicates>
<ns1:ordering>
<ns1:field>KeywordText</ns1:field>
<ns1:sortOrder>ASCENDING</ns1:sortOrder>
</ns1:ordering>
<ns1:paging>
<ns1:startIndex>0</ns1:startIndex>
<ns1:numberResults>500</ns1:numberResults>
</ns1:paging>
</ns1:serviceSelector>
</ns1:get>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
[Aug 17 2016 06:11:06.000000 - INFO] effectiveUser=526-234-5634 service=AdGroupCriterionService method=get operators={IN: 3} responseTime=151 requestId=00053a41ab1abdd90a379c4370019d6b operations=1 units= server=adwords.google.com isFault=false faultMessage=null
[Aug 17 2016 06:11:16.000000 - ERROR] effectiveUser=526-234-5634 service=AdGroupCriterionService method=get operators={IN: 3} responseTime=null requestId=null operations=null units=null server= isFault=true faultMessage=Could not connect to host
Hello,
1) i mean that company weights 8.7 mb in exel file when your dowload it with google adwords editor.
"were you referring to the size of an individual request, or are you submitting a high volume of AdGroupCriterionService.mutate requests in succession?
If this is happening for a large individual request, could you let me know if the request always fails, or does it succeed if you wait and retry?"
2) In my oppinion, there are many small requests one by one. But I wonder, what is large and small operations in your oppinion, to understand and communicate correct? Write, please