<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
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:Header><ns1:RequestHeader
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"
soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/
adwords/info/v200909"><ns2:applicationToken xmlns:ns2="https://
adwords.google.com/api/adwords/cm/v200909">TOKEN</
ns2:applicationToken><ns3:authToken xmlns:ns3="https://
adwords.google.com/api/adwords/cm/v200909">******</
ns3:authToken><ns4:clientCustomerId xmlns:ns4="https://
adwords.google.com/api/adwords/cm/v200909">ID</
ns4:clientCustomerId><ns5:developerToken xmlns:ns5="https://
adwords.google.com/api/adwords/cm/v200909">TOKEN</
ns5:developerToken><ns6:userAgent xmlns:ns6="https://
adwords.google.com/api/adwords/cm/v200909">AGENT</
ns6:userAgent><ns7:validateOnly xmlns:ns7="https://adwords.google.com/
api/adwords/cm/v200909">false</ns7:validateOnly></ns1:RequestHeader></
soapenv:Header><soapenv:Body><get xmlns="https://adwords.google.com/
api/adwords/info/v200909"><selector><dateRange><ns8:min
xmlns:ns8="https://adwords.google.com/api/adwords/cm/
v200909">20091201</ns8:min><ns9:max xmlns:ns9="https://
adwords.google.com/api/adwords/cm/v200909">20091216</ns9:max></
dateRange><apiUsageType>UNIT_COUNT</apiUsageType></selector></get></
soapenv:Body></soapenv:Envelope> <main> (handleRequest.159)
DEBUG [soap_xml] <?xml version="1.0" encoding="UTF-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/
envelope/"><soap:Header><ns2:ResponseHeader xmlns:ns2="https://
adwords.google.com/api/adwords/info/v200909" xmlns="https://
adwords.google.com/api/adwords/cm/
v200909"><requestId>37b605d5b1f0f2d70b2451589608ea58</
requestId><operations>1</operations><responseTime>489</
responseTime><units>1</units></ns2:ResponseHeader></
soap:Header><soap:Body><ns2:getResponse xmlns="https://
adwords.google.com/api/adwords/cm/v200909" xmlns:ns2="https://
adwords.google.com/api/adwords/info/v200909"><ns2:rval><ns2:cost>0</
ns2:cost></ns2:rval></ns2:getResponse></soap:Body></soap:Envelope>
<main> (handleResponse.219)
Thanks!
-Joel
On Dec 2, 12:25 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:
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 <adwordsapiadvi...@google.com>
wrote:
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 <joel.patt...@gmail.com> 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:
>
> <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
> 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:Header><ns1:RequestHeader
Thank you!
On Dec 17, 2:54 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
Have fun,
James
On Dec 18, 6:51 am, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:
> Hi James,
>