AdWords API Re: getUnitCountForMethod in v2009 InfoService

2009-12-20 Thread James
Thanks Heaps Eric.
I have tested this getting the usage of both v2009 and v13 calls. All
seems to be working fine. Thanks again for following this up.

Have fun,
James

On Dec 18, 6:51 am, AdWords API Advisor 
wrote:
> Hi James,
>
> The cause of this problem has been identified and a fix was developed
> and pushed to production.  Let me know if you see any other issues.
>
> Best,
> - Eric

--

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-...@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.




AdWords API Re: getUnitCountForMethod in v2009 InfoService

2009-12-17 Thread joel
I see, using the MCC in the Client Id field made it work. It would
definitely be useful to have this in the documentation, and for any
other services that will require the MCC Id.

Thank you!

On Dec 17, 2:54 pm, AdWords API Advisor 
wrote:
> Hi Joel,
>
> I am able to retrieve units correctly in my tests.  Something to be
> aware of is that for the InfoService to work correctly the MCC user
> that owns the developer token must be the one to make the request.
> Requests made by other MCCs or AdWords accounts will not return any
> information.  We are in the processes of update the documentation to
> reflect this.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Dec 17, 2:17 pm, joel  wrote:
>
> > I'm not sure if this is related, but I'm also seeing 0 returned as the
> > cost for all calls I made to the InfoService. I'm still in the process
> > of migrating from v13, so should v13 API units used still show up
> > under UNIT_COUNT? Here's the sanitized SOAP I'm sending that's
> > returning 0 cost:
>
> >  > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
> > soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/
> > adwords/info/v200909">TOKEN > ns2:applicationToken>** > ns3:authToken>ID > ns4:clientCustomerId>TOKEN > ns5:developerToken>AGENT > ns6:userAgent>https://adwords.google.com/
> > api/adwords/cm/v200909">false > soapenv:Header>https://adwords.google.com/
> > api/adwords/info/v200909"> > xmlns:ns8="https://adwords.google.com/api/adwords/cm/
> > v200909">2009120120091216 > dateRange>UNIT_COUNT > soapenv:Body>  (handleRequest.159)
>
> > DEBUG [soap_xml]   > xmlns:soap="http://schemas.xmlsoap.org/soap/
> > envelope/">37b605d5b1f0f2d70b2451589608ea58 > requestId>1489 > responseTime>1 > soap:Header>0 > ns2:cost>
> >  (handleResponse.219)
>
> > Thanks!
>
> > -Joel
>
> > On Dec 2, 12:25 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi James,
>
> > > Your request looks correctly formatted, and I am seeing the same
> > > behavior on my end.  I've reported the issue to the core engineering
> > > team and I'll update this thread when I have more information.
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Dec 1, 8:35 pm, James  wrote:
>
> > > > Hello,
> > > > We are migrating our code to v2009. We have a job which gets the quota
> > > > used per method for a specified date range, and am having trouble
> > > > getting this working in v2009. I get the total quota for a date range
> > > > without any trouble, but when I add a service/method to the selector
> > > > it always returns 0.
> > > > Now in the migration 
> > > > guidehttp://code.google.com/apis/adwords/v2009/docs/callguide.html#infoser...
> > > > It does not mention the getUnitCountForMethod call. Does that mean it
> > > > is not supported in v2009?
> > > > I have tried using both v13 and v2009 service/method filters. SOAP is
> > > > below.
>
> > > > As I said, it seems to be working fine without the service/method tags
> > > > in the SOAP.
> > > > Thanks in advance
> > > >     James
>
> > > > --  v13  -
> > > > http://schemas.xmlsoap.org/soap/
> > > > envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> > > > adwords.google.com/api/adwords/info/v200909" xmlns:ns2="https://
> > > > adwords.google.com/api/adwords/cm/v200909" >
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > >  > > > ns2:applicationToken>
> > > > 
> > > > 
> > > > 
> > > >   https://adwords.google.com/api/adwords/info/v200909";
> > > > xmlns:cm="https://adwords.google.com/api/adwords/cm/v200909";>
> > > >     
> > > >        CriterionService
> > > >        getAllCriteria
> > > >        
> > > >           20091101
> > > >           20091130
> > > >        
> > > >        UNIT_COUNT
> > > >     
> > > >  
> > > > 
> > > > 
>
> > > > http://schemas.xmlsoap.org/soap/envelope/";>
> > > > 
> > > > https://adwords.google.com/api/adwords/
> > > > info/v200909" xmlns="https://adwords.google.com/api/adwords/cm/
> > > > v200909">
> > > > 1075aba1906b64e2ca628dc5d8d5a3e0
> > > > 1
> > > > 3503
> > > > 1
> > > > 
> > > > 
> > > > 
> > > > https://adwords.google.com/api/adwords/cm/
> > > > v200909" xmlns:ns2="https://adwords.google.com/api/adwords/info/
> > > > v200909">
> > > > 
> > > > 0
> > > > 
> > > > 
> > > > 
> > > > 
>
> > > > --  v2009  -
> > > > http://schemas.xmlsoap.org/soap/
> > > > envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> > > > a

AdWords API Re: getUnitCountForMethod in v2009 InfoService

2009-12-17 Thread AdWords API Advisor
Hi Joel,

I am able to retrieve units correctly in my tests.  Something to be
aware of is that for the InfoService to work correctly the MCC user
that owns the developer token must be the one to make the request.
Requests made by other MCCs or AdWords accounts will not return any
information.  We are in the processes of update the documentation to
reflect this.

Best,
- Eric Koleda, AdWords API Team

On Dec 17, 2:17 pm, joel  wrote:
> I'm not sure if this is related, but I'm also seeing 0 returned as the
> cost for all calls I made to the InfoService. I'm still in the process
> of migrating from v13, so should v13 API units used still show up
> under UNIT_COUNT? Here's the sanitized SOAP I'm sending that's
> returning 0 cost:
>
>  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
> soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/
> adwords/info/v200909">TOKEN ns2:applicationToken>** ns3:authToken>ID ns4:clientCustomerId>TOKEN ns5:developerToken>AGENT ns6:userAgent>https://adwords.google.com/
> api/adwords/cm/v200909">false soapenv:Header>https://adwords.google.com/
> api/adwords/info/v200909"> xmlns:ns8="https://adwords.google.com/api/adwords/cm/
> v200909">2009120120091216 dateRange>UNIT_COUNT soapenv:Body>  (handleRequest.159)
>
> DEBUG [soap_xml]   xmlns:soap="http://schemas.xmlsoap.org/soap/
> envelope/">37b605d5b1f0f2d70b2451589608ea58 requestId>1489 responseTime>1 soap:Header>0 ns2:cost>
>  (handleResponse.219)
>
> Thanks!
>
> -Joel
>
> On Dec 2, 12:25 pm, AdWords API Advisor 
> wrote:
>
>
>
> > Hi James,
>
> > Your request looks correctly formatted, and I am seeing the same
> > behavior on my end.  I've reported the issue to the core engineering
> > team and I'll update this thread when I have more information.
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Dec 1, 8:35 pm, James  wrote:
>
> > > Hello,
> > > We are migrating our code to v2009. We have a job which gets the quota
> > > used per method for a specified date range, and am having trouble
> > > getting this working in v2009. I get the total quota for a date range
> > > without any trouble, but when I add a service/method to the selector
> > > it always returns 0.
> > > Now in the migration 
> > > guidehttp://code.google.com/apis/adwords/v2009/docs/callguide.html#infoser...
> > > It does not mention the getUnitCountForMethod call. Does that mean it
> > > is not supported in v2009?
> > > I have tried using both v13 and v2009 service/method filters. SOAP is
> > > below.
>
> > > As I said, it seems to be working fine without the service/method tags
> > > in the SOAP.
> > > Thanks in advance
> > >     James
>
> > > --  v13  -
> > > http://schemas.xmlsoap.org/soap/
> > > envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> > > adwords.google.com/api/adwords/info/v200909" xmlns:ns2="https://
> > > adwords.google.com/api/adwords/cm/v200909" >
> > > 
> > > 
> > > 
> > > 
> > > 
> > >  > > ns2:applicationToken>
> > > 
> > > 
> > > 
> > >   https://adwords.google.com/api/adwords/info/v200909";
> > > xmlns:cm="https://adwords.google.com/api/adwords/cm/v200909";>
> > >     
> > >        CriterionService
> > >        getAllCriteria
> > >        
> > >           20091101
> > >           20091130
> > >        
> > >        UNIT_COUNT
> > >     
> > >  
> > > 
> > > 
>
> > > http://schemas.xmlsoap.org/soap/envelope/";>
> > > 
> > > https://adwords.google.com/api/adwords/
> > > info/v200909" xmlns="https://adwords.google.com/api/adwords/cm/
> > > v200909">
> > > 1075aba1906b64e2ca628dc5d8d5a3e0
> > > 1
> > > 3503
> > > 1
> > > 
> > > 
> > > 
> > > https://adwords.google.com/api/adwords/cm/
> > > v200909" xmlns:ns2="https://adwords.google.com/api/adwords/info/
> > > v200909">
> > > 
> > > 0
> > > 
> > > 
> > > 
> > > 
>
> > > --  v2009  -
> > > http://schemas.xmlsoap.org/soap/
> > > envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> > > adwords.google.com/api/adwords/info/v200909" xmlns:ns2="https://
> > > adwords.google.com/api/adwords/cm/v200909" >
> > > 
> > > 
> > > 
> > > 
> > > 
> > >  > > ns2:applicationToken>
> > > 
> > > 
> > > 
> > >   https://adwords.google.com/api/adwords/info/v200909";
> > > xmlns:cm="https://adwords.google.com/api/adwords/cm/v200909";>
> > >     
> > >        AdGroupCriterionService
> > >        get
> > >        
> > >           20091101
> > >           20091130
> > >        
> 

AdWords API Re: getUnitCountForMethod in v2009 InfoService

2009-12-17 Thread AdWords API Advisor
Hi James,

The cause of this problem has been identified and a fix was developed
and pushed to production.  Let me know if you see any other issues.

Best,
- Eric

On Dec 2, 12:25 pm, AdWords API Advisor 
wrote:
> Hi James,
>
> Your request looks correctly formatted, and I am seeing the same
> behavior on my end.  I've reported the issue to the core engineering
> team and I'll update this thread when I have more information.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Dec 1, 8:35 pm, James  wrote:
>
>
>
> > Hello,
> > We are migrating our code to v2009. We have a job which gets the quota
> > used per method for a specified date range, and am having trouble
> > getting this working in v2009. I get the total quota for a date range
> > without any trouble, but when I add a service/method to the selector
> > it always returns 0.
> > Now in the migration 
> > guidehttp://code.google.com/apis/adwords/v2009/docs/callguide.html#infoser...
> > It does not mention the getUnitCountForMethod call. Does that mean it
> > is not supported in v2009?
> > I have tried using both v13 and v2009 service/method filters. SOAP is
> > below.
>
> > As I said, it seems to be working fine without the service/method tags
> > in the SOAP.
> > Thanks in advance
> >     James
>
> > --  v13  -
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> > adwords.google.com/api/adwords/info/v200909" xmlns:ns2="https://
> > adwords.google.com/api/adwords/cm/v200909" >
> > 
> > 
> > 
> > 
> > 
> >  > ns2:applicationToken>
> > 
> > 
> > 
> >   https://adwords.google.com/api/adwords/info/v200909";
> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v200909";>
> >     
> >        CriterionService
> >        getAllCriteria
> >        
> >           20091101
> >           20091130
> >        
> >        UNIT_COUNT
> >     
> >  
> > 
> > 
>
> > http://schemas.xmlsoap.org/soap/envelope/";>
> > 
> > https://adwords.google.com/api/adwords/
> > info/v200909" xmlns="https://adwords.google.com/api/adwords/cm/
> > v200909">
> > 1075aba1906b64e2ca628dc5d8d5a3e0
> > 1
> > 3503
> > 1
> > 
> > 
> > 
> > https://adwords.google.com/api/adwords/cm/
> > v200909" xmlns:ns2="https://adwords.google.com/api/adwords/info/
> > v200909">
> > 
> > 0
> > 
> > 
> > 
> > 
>
> > --  v2009  -
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> > adwords.google.com/api/adwords/info/v200909" xmlns:ns2="https://
> > adwords.google.com/api/adwords/cm/v200909" >
> > 
> > 
> > 
> > 
> > 
> >  > ns2:applicationToken>
> > 
> > 
> > 
> >   https://adwords.google.com/api/adwords/info/v200909";
> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v200909";>
> >     
> >        AdGroupCriterionService
> >        get
> >        
> >           20091101
> >           20091130
> >        
> >        UNIT_COUNT
> >     
> >  
> > 
> > 
>
> > http://schemas.xmlsoap.org/soap/envelope/";>
> > 
> > https://adwords.google.com/api/adwords/cm/
> > v200909" xmlns="https://adwords.google.com/api/adwords/info/v200909";>
> > 349eb305ee75b5a20f7cb45f5e809431
> > 1
> > 2601
> > 1
> > 
> > 
> > 
> > https://adwords.google.com/api/adwords/info/
> > v200909" xmlns:ns2="https://adwords.google.com/api/adwords/cm/
> > v200909">
> > 
> > 0
> > 
> > 
> > 
> > 

--

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-...@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.




AdWords API Re: getUnitCountForMethod in v2009 InfoService

2009-12-17 Thread joel
I'm not sure if this is related, but I'm also seeing 0 returned as the
cost for all calls I made to the InfoService. I'm still in the process
of migrating from v13, so should v13 API units used still show up
under UNIT_COUNT? Here's the sanitized SOAP I'm sending that's
returning 0 cost:

http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/
adwords/info/v200909">TOKEN**IDTOKENAGENThttps://adwords.google.com/
api/adwords/cm/v200909">falsehttps://adwords.google.com/
api/adwords/info/v200909">https://adwords.google.com/api/adwords/cm/
v200909">2009120120091216UNIT_COUNT  (handleRequest.159)

DEBUG [soap_xml]  http://schemas.xmlsoap.org/soap/
envelope/">37b605d5b1f0f2d70b2451589608ea58148910
 (handleResponse.219)

Thanks!

-Joel

On Dec 2, 12:25 pm, AdWords API Advisor 
wrote:
> Hi James,
>
> Your request looks correctly formatted, and I am seeing the same
> behavior on my end.  I've reported the issue to the core engineering
> team and I'll update this thread when I have more information.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Dec 1, 8:35 pm, James  wrote:
>
> > Hello,
> > We are migrating our code to v2009. We have a job which gets the quota
> > used per method for a specified date range, and am having trouble
> > getting this working in v2009. I get the total quota for a date range
> > without any trouble, but when I add a service/method to the selector
> > it always returns 0.
> > Now in the migration 
> > guidehttp://code.google.com/apis/adwords/v2009/docs/callguide.html#infoser...
> > It does not mention the getUnitCountForMethod call. Does that mean it
> > is not supported in v2009?
> > I have tried using both v13 and v2009 service/method filters. SOAP is
> > below.
>
> > As I said, it seems to be working fine without the service/method tags
> > in the SOAP.
> > Thanks in advance
> >     James
>
> > --  v13  -
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> > adwords.google.com/api/adwords/info/v200909" xmlns:ns2="https://
> > adwords.google.com/api/adwords/cm/v200909" >
> > 
> > 
> > 
> > 
> > 
> >  > ns2:applicationToken>
> > 
> > 
> > 
> >   https://adwords.google.com/api/adwords/info/v200909";
> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v200909";>
> >     
> >        CriterionService
> >        getAllCriteria
> >        
> >           20091101
> >           20091130
> >        
> >        UNIT_COUNT
> >     
> >  
> > 
> > 
>
> > http://schemas.xmlsoap.org/soap/envelope/";>
> > 
> > https://adwords.google.com/api/adwords/
> > info/v200909" xmlns="https://adwords.google.com/api/adwords/cm/
> > v200909">
> > 1075aba1906b64e2ca628dc5d8d5a3e0
> > 1
> > 3503
> > 1
> > 
> > 
> > 
> > https://adwords.google.com/api/adwords/cm/
> > v200909" xmlns:ns2="https://adwords.google.com/api/adwords/info/
> > v200909">
> > 
> > 0
> > 
> > 
> > 
> > 
>
> > --  v2009  -
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> > adwords.google.com/api/adwords/info/v200909" xmlns:ns2="https://
> > adwords.google.com/api/adwords/cm/v200909" >
> > 
> > 
> > 
> > 
> > 
> >  > ns2:applicationToken>
> > 
> > 
> > 
> >   https://adwords.google.com/api/adwords/info/v200909";
> > xmlns:cm="https://adwords.google.com/api/adwords/cm/v200909";>
> >     
> >        AdGroupCriterionService
> >        get
> >        
> >           20091101
> >           20091130
> >        
> >        UNIT_COUNT
> >     
> >  
> > 
> > 
>
> > http://schemas.xmlsoap.org/soap/envelope/";>
> > 
> > https://adwords.google.com/api/adwords/cm/
> > v200909" xmlns="https://adwords.google.com/api/adwords/info/v200909";>
> > 349eb305ee75b5a20f7cb45f5e809431
> > 1
> > 2601
> > 1
> > 
> > 
> > 
> > https://adwords.google.com/api/adwords/info/
> > v200909" xmlns:ns2="https://adwords.google.com/api/adwords/cm/
> > v200909">
> > 
> > 0
> > 
> > 
> > 
> > 

--

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-...@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.




AdWords API Re: getUnitCountForMethod in v2009 InfoService

2009-12-02 Thread AdWords API Advisor
Hi James,

Your request looks correctly formatted, and I am seeing the same
behavior on my end.  I've reported the issue to the core engineering
team and I'll update this thread when I have more information.

Best,
- Eric Koleda, AdWords API Team

On Dec 1, 8:35 pm, James  wrote:
> Hello,
> We are migrating our code to v2009. We have a job which gets the quota
> used per method for a specified date range, and am having trouble
> getting this working in v2009. I get the total quota for a date range
> without any trouble, but when I add a service/method to the selector
> it always returns 0.
> Now in the migration 
> guidehttp://code.google.com/apis/adwords/v2009/docs/callguide.html#infoser...
> It does not mention the getUnitCountForMethod call. Does that mean it
> is not supported in v2009?
> I have tried using both v13 and v2009 service/method filters. SOAP is
> below.
>
> As I said, it seems to be working fine without the service/method tags
> in the SOAP.
> Thanks in advance
>     James
>
> --  v13  -
> http://schemas.xmlsoap.org/soap/
> envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> adwords.google.com/api/adwords/info/v200909" xmlns:ns2="https://
> adwords.google.com/api/adwords/cm/v200909" >
> 
> 
> 
> 
> 
>  ns2:applicationToken>
> 
> 
> 
>   https://adwords.google.com/api/adwords/info/v200909";
> xmlns:cm="https://adwords.google.com/api/adwords/cm/v200909";>
>     
>        CriterionService
>        getAllCriteria
>        
>           20091101
>           20091130
>        
>        UNIT_COUNT
>     
>  
> 
> 
>
> http://schemas.xmlsoap.org/soap/envelope/";>
> 
> https://adwords.google.com/api/adwords/
> info/v200909" xmlns="https://adwords.google.com/api/adwords/cm/
> v200909">
> 1075aba1906b64e2ca628dc5d8d5a3e0
> 1
> 3503
> 1
> 
> 
> 
> https://adwords.google.com/api/adwords/cm/
> v200909" xmlns:ns2="https://adwords.google.com/api/adwords/info/
> v200909">
> 
> 0
> 
> 
> 
> 
>
> --  v2009  -
> http://schemas.xmlsoap.org/soap/
> envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ns1="https://
> adwords.google.com/api/adwords/info/v200909" xmlns:ns2="https://
> adwords.google.com/api/adwords/cm/v200909" >
> 
> 
> 
> 
> 
>  ns2:applicationToken>
> 
> 
> 
>   https://adwords.google.com/api/adwords/info/v200909";
> xmlns:cm="https://adwords.google.com/api/adwords/cm/v200909";>
>     
>        AdGroupCriterionService
>        get
>        
>           20091101
>           20091130
>        
>        UNIT_COUNT
>     
>  
> 
> 
>
> http://schemas.xmlsoap.org/soap/envelope/";>
> 
> https://adwords.google.com/api/adwords/cm/
> v200909" xmlns="https://adwords.google.com/api/adwords/info/v200909";>
> 349eb305ee75b5a20f7cb45f5e809431
> 1
> 2601
> 1
> 
> 
> 
> https://adwords.google.com/api/adwords/info/
> v200909" xmlns:ns2="https://adwords.google.com/api/adwords/cm/
> v200909">
> 
> 0
> 
> 
> 
> 

--

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-...@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.