I thought I would try upgrading a simple operation to get all of the 
adwords accounts.  v201109 doesn't return anything.  Why is that?

Here's the XML in v201101
<ns1:Envelope xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201101"; 
xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/";>
<ns1:Header>
<ns2:RequestHeader>
<ns2:authToken>AUTHTOKEN</ns2:authToken> 
<ns2:clientEmail>CLIENT_EMAIL</ns2:clientEmail> 
<ns2:developerToken>DEV_TOKEN</ns2:developerToken> 
<ns2:userAgent>Adwords Management Software</ns2:userAgent> 
</ns2:RequestHeader> 
</ns1:Header> 
<ns1:Body>
<ns2:get>
<ns2:serviceSelector>
<ns2:fields>Id</ns2:fields> 
<ns2:fields>Name</ns2:fields> 
</ns2:serviceSelector> 
</ns2:get> 
</ns1:Body> 
</ns1:Envelope> 

And the v201101 response
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
   <soap:Header>
      <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201101";>
         <requestId>0004b38699479f000a0ca30b00003303</requestId>
         <operations>3</operations>
         <responseTime>105</responseTime>
         <units>3</units>
      </ResponseHeader>
   </soap:Header>
   <soap:Body>
      <getResponse 
xmlns="https://adwords.google.com/api/adwords/cm/v201101";>
         <rval>
            <totalNumEntries>3</totalNumEntries>
            <Page.Type>AdGroupPage</Page.Type>
            <entries>
               <id>3064259105</id>
               <name>AdGroup F83ED306-9F74-389F-E170E024A0185D91</name>
               <stats>
                  <network>ALL</network>
                  <Stats.Type>Stats</Stats.Type>
               </stats>
            </entries>
            <entries>
               <id>3064560347</id>
               <name>AdGroup 9810F38B-B800-1F07-A76A931ACA57D92A</name>
               <stats>
                  <network>ALL</network>
                  <Stats.Type>Stats</Stats.Type>
               </stats>
            </entries>
            <entries>
               <id>3064560358</id>
               <name>Category</name>
               <stats>
                  <network>ALL</network>
                  <Stats.Type>Stats</Stats.Type>
               </stats>
            </entries>
         </rval>
      </getResponse>
   </soap:Body>
</soap:Envelope>

Here's the XML in v201109

<ns1:Envelope xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201109";>
  <ns1:Header>
<ns2:RequestHeader>
<ns2:authToken>AUTH_TOKEN</ns2:authToken> 
<ns2:clientEmail>CLIENT_EMAIL</ns2:clientEmail> 
<ns2:developerToken>DEV_TOKEN</ns2:developerToken> 
<ns2:userAgent>Adwords Management Software</ns2:userAgent> 
</ns2:RequestHeader> </ns1:Header> 
<ns1:Body>
<ns2:get>
<ns2:serviceSelector>
<ns2:fields>Id</ns2:fields> 
<ns2:fields>Name</ns2:fields> 
</ns2:serviceSelector> 
</ns2:get> 
</ns1:Body> 
</ns1:Envelope> 

And the v201109 response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
   <soap:Header>
      <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201109";>
         <requestId>0004b386a968f0780a0d010e00005620</requestId>
         <serviceName>AdGroupService</serviceName>
         <methodName>get</methodName>
         <operations>1</operations>
         <responseTime>67</responseTime>
         <units>1</units>
      </ResponseHeader>
   </soap:Header>
   <soap:Body>
      <getResponse 
xmlns="https://adwords.google.com/api/adwords/cm/v201109";>
         <rval>
            <totalNumEntries>0</totalNumEntries>
            <Page.Type>AdGroupPage</Page.Type>
         </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