Hi, The problem is that you are putting a search volume restriction of minimum 1 (using the SearchVolumeSearchParameter) without requesting the SEARCH_VOLUME attribute. In order to get results back you need to either remove the SearchVolumeSearchParameter or add SEARCH_VOLUME to the list of requested requestedAttributeTypes.
Best, - David Torres - AdWords API Team On Monday, January 28, 2013 4:56:41 AM UTC-5, Benjamin Tolman wrote: > > Hi, > > 1. We are testing Adwords API TargetingIdeaService since December 2012. We > made a lot of tests with success, but our API units summary never change > (See below). It may explain the second problem. > > Used : 0 API units > Remaining : 5,000,000 free API units > System defined unit cap : 105,000,000API units > > 2. We were about to use our software in production, but since thursday we > do not receive any data from the API. In attachment you will find the XML > we receive from the TIS API. > > <?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/v201209" xmlns:ns2=" > https://adwords.google.com/api/adwords/o/v201209" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"> > <SOAP-ENV:Header> > <ns2:RequestHeader> > <ns1:developerToken>XXXXXX</ns1:developerToken> > <ns1:userAgent>YYYYYYY (AwApi/3.1.1, > php/5.3.3-7+squeeze14)</ns1:userAgent> > </ns2:RequestHeader> > </SOAP-ENV:Header> > <SOAP-ENV:Body> > <ns2:get> > <ns2:selector> > <ns2:searchParameters xsi:type="ns2:LocationSearchParameter"> > <ns2:locations> > <ns1:id>2250</ns1:id> > </ns2:locations> > </ns2:searchParameters> > <ns2:searchParameters xsi:type="ns2:LanguageSearchParameter"> > <ns2:languages> > <ns1:id>1002</ns1:id> > </ns2:languages> > </ns2:searchParameters> > <ns2:searchParameters xsi:type="ns2:SearchVolumeSearchParameter"> > <ns2:operation> > <ns2:minimum>1</ns2:minimum> > </ns2:operation> > </ns2:searchParameters> > <ns2:searchParameters xsi:type="ns2:RelatedToQuerySearchParameter"> > <ns2:queries>google</ns2:queries> > </ns2:searchParameters> > <ns2:ideaType>KEYWORD</ns2:ideaType> > <ns2:requestType>STATS</ns2:requestType> > > <ns2:requestedAttributeTypes>COMPETITION</ns2:requestedAttributeTypes> > > <ns2:requestedAttributeTypes>KEYWORD_TEXT</ns2:requestedAttributeTypes> > > <ns2:requestedAttributeTypes>TARGETED_MONTHLY_SEARCHES</ns2:requestedAttributeTypes> > <ns2:paging> > <ns1:startIndex>0</ns1:startIndex> > <ns1:numberResults>500</ns1:numberResults> > </ns2:paging> > <ns2:localeCode>fr_FR</ns2:localeCode> > <ns2:currencyCode>EUR</ns2:currencyCode> > </ns2:selector> > </ns2:get> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > > HTTP/1.1 200 OK > Content-Type: text/xml; charset=UTF-8 > Content-Encoding: gzip > Date: Mon, 28 Jan 2013 09:47:39 GMT > Expires: Mon, 28 Jan 2013 09:47:39 GMT > Cache-Control: private, max-age=0 > X-Content-Type-Options: nosniff > X-Frame-Options: SAMEORIGIN > X-XSS-Protection: 1; mode=block > Content-Length: 317 > Server: GSE > > <?xml version="1.0"?> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Header> > <ResponseHeader xmlns:ns2=" > https://adwords.google.com/api/adwords/cm/v201209" xmlns=" > https://adwords.google.com/api/adwords/o/v201209"> > <ns2:requestId>0004d4562af473700ae5468500000d79</ns2:requestId> > <ns2:serviceName>TargetingIdeaService</ns2:serviceName> > <ns2:methodName>get</ns2:methodName> > <ns2:operations>1</ns2:operations> > <ns2:responseTime>77</ns2:responseTime> > <ns2:units>6</ns2:units> > </ResponseHeader> > </soap:Header> > <soap:Body> > <getResponse xmlns:ns2=" > https://adwords.google.com/api/adwords/cm/v201209" xmlns=" > https://adwords.google.com/api/adwords/o/v201209"> > <rval> > <totalNumEntries>0</totalNumEntries> > </rval> > </getResponse> > </soap:Body> > </soap:Envelope> > > > Regards > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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.
