I have exactly the same problem.  If I run the same test to get
Targeted Monthly Searches for UK (GB) for the same keyword (john
travolta) I get the below response with no counts.

I've created my own thread re. this issue and as with your post nobody
from the adwords team has yet responded.  Eric, can you please look
into this problem as it appears to be effecting a lot of users;
certainly me and calford anyway and I also notice a lot of similar
posts on this forum.

HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Thu, 08 Jul 2010 01:38:58 GMT
Expires: Thu, 08 Jul 2010 01:38:58 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
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/v200909" xmlns="https://adwords.google.com/api/adwords/o/v200909";>
      <ns2:requestId>d3c263f36430c59465cfbdbdcc3d1d40</ns2:requestId>
      <ns2:operations>1</ns2:operations>
      <ns2:responseTime>529</ns2:responseTime>
      <ns2:units>6</ns2:units>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <getResponse xmlns="https://adwords.google.com/api/adwords/o/
v200909" xmlns:ns2="https://adwords.google.com/api/adwords/cm/
v200909">
      <rval>
        <totalNumEntries>1</totalNumEntries>
        <entries>
          <data>
            <key>TARGETED_MONTHLY_SEARCHES</key>
            <value xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" xsi:type="MonthlySearchVolumeAttribute">
              <Attribute.Type>MonthlySearchVolumeAttribute</
Attribute.Type>
              <value>
                <year>2010</year>
                <month>6</month>
              </value>
              <value>
                <year>2010</year>
                <month>5</month>
              </value>
              <value>
                <year>2010</year>
                <month>4</month>
              </value>
              <value>
                <year>2010</year>
                <month>3</month>
              </value>
              <value>
                <year>2010</year>
                <month>2</month>
              </value>
              <value>
                <year>2010</year>
                <month>1</month>
              </value>
              <value>
                <year>2009</year>
                <month>12</month>
              </value>
              <value>
                <year>2009</year>
                <month>11</month>
              </value>
              <value>
                <year>2009</year>
                <month>10</month>
              </value>
              <value>
                <year>2009</year>
                <month>9</month>
              </value>
              <value>
                <year>2009</year>
                <month>8</month>
              </value>
              <value>
                <year>2009</year>
                <month>7</month>
              </value>
            </value>
          </data>
          <data>
            <key>KEYWORD</key>
            <value xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" xsi:type="KeywordAttribute">
              <Attribute.Type>KeywordAttribute</Attribute.Type>
              <value>
                <ns2:Criterion.Type>Keyword</ns2:Criterion.Type>
                <ns2:text>john travolta</ns2:text>
                <ns2:matchType>EXACT</ns2:matchType>
              </value>
            </value>
          </data>
        </entries>
      </rval>
    </getResponse>
  </soap:Body>
</soap:Envelope>


Here's the request for the above response:

[Jul 08 2010 02:38:57.000000 - INFO] POST /api/adwords/o/v200909/
TargetingIdeaService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.3.1, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 890

<?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/
v200909" xmlns:ns2="https://adwords.google.com/api/adwords/o/v200909";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <SOAP-ENV:Header>
    <ns2:RequestHeader xsi:type="ns1:RequestHeader">
      <ns1:applicationToken>INSERT_APPLICATION_TOKEN_HERE</
ns1:applicationToken>
      <ns1:authToken>*****</ns1:authToken>
      <ns1:clientEmail>m...@simonhubbard.com</ns1:clientEmail>
      <ns1:developerToken>VdfLbAjcj7LtVrdpBlQRNA</ns1:developerToken>
      <ns1:userAgent>AwApi-PHP-2.1.0-dropsystem</ns1:userAgent>
    </ns2:RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns2:get>
      <ns2:selector>
        <ns2:searchParameters xmlns:ns2="https://adwords.google.com/
api/adwords/o/v200909" xsi:type="ns2:RelatedToKeywordSearchParameter">
          <ns2:keywords>
            <ns1:text>John Travolta</ns1:text>
            <ns1:matchType>EXACT</ns1:matchType>
          </ns2:keywords>
        </ns2:searchParameters>
        <ns2:searchParameters xmlns:ns2="https://adwords.google.com/
api/adwords/o/v200909" xsi:type="ns2:CountryTargetSearchParameter">
          <ns2:countryTargets>
            <ns1:countryCode>GB</ns1:countryCode>
          </ns2:countryTargets>
        </ns2:searchParameters>
        <ns2:searchParameters xmlns:ns2="https://adwords.google.com/
api/adwords/o/v200909" xsi:type="ns2:LanguageTargetSearchParameter">
          <ns2:languageTargets>
            <ns1:languageCode>en</ns1:languageCode>
          </ns2:languageTargets>
        </ns2:searchParameters>
        <ns2:ideaType>KEYWORD</ns2:ideaType>
        <ns2:requestType>STATS</ns2:requestType>
        <ns2:requestedAttributeTypes>KEYWORD</
ns2:requestedAttributeTypes>
        <ns2:requestedAttributeTypes>TARGETED_MONTHLY_SEARCHES</
ns2:requestedAttributeTypes>
        <ns2:paging>
          <ns1:startIndex>0</ns1:startIndex>
          <ns1:numberResults>1</ns1:numberResults>
        </ns2:paging>
      </ns2:selector>
    </ns2:get>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
On Jul 6, 4:47 pm, calford <jonathan.cifuen...@gmail.com> wrote:
> I just ran a test
>
> google adwords api return 0 for the last 12 months for FR, US, GB, IT,
> DE (and more countries)
>
> "jonh travolta"
>
> google adwords keyword tool returns for US
>
> 550,000 for the last month (and the index does not show a 0 value for
> any month)
>
> When is this issue going to be resolved? how long has this been
> happening for?

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