I'm using the GetTargettingIdeaService to get local search volume
counts for keywords.  It appears that the service is no longer
returning the correct data.

If I run the keyword 'google' through my script it comes back with the
below SOAP response.

Why no data for the last 3 months?  This is the same for every keyword
I run against the API.

Is there a problem with the service?

HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Wed, 07 Jul 2010 10:51:57 GMT
Expires: Wed, 07 Jul 2010 10:51:57 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>efc0df9612b7cd7bd796a3329102410f</ns2:requestId>
      <ns2:operations>1</ns2:operations>
      <ns2:responseTime>398</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>
                <count>6120000</count>
              </value>
              <value>
                <year>2010</year>
                <month>2</month>
                <count>5000000</count>
              </value>
              <value>
                <year>2010</year>
                <month>1</month>
                <count>5000000</count>
              </value>
              <value>
                <year>2009</year>
                <month>12</month>
                <count>4090000</count>
              </value>
              <value>
                <year>2009</year>
                <month>11</month>
                <count>5000000</count>
              </value>
              <value>
                <year>2009</year>
                <month>10</month>
                <count>5000000</count>
              </value>
              <value>
                <year>2009</year>
                <month>9</month>
                <count>5000000</count>
              </value>
              <value>
                <year>2009</year>
                <month>8</month>
                <count>2740000</count>
              </value>
              <value>
                <year>2009</year>
                <month>7</month>
                <count>3350000</count>
              </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>google</ns2:text>
                <ns2:matchType>EXACT</ns2:matchType>
              </value>
            </value>
          </data>
        </entries>
      </rval>
    </getResponse>
  </soap:Body>
</soap:Envelope>

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