Hello, here is the xml that was sent to google API to request stats.
<?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/cm/v200909"> <ns1:applicationToken>APPLICATION_TOKEN</ns1:applicationToken> <ns1:authToken>AUTH_TOKEN</ns1:authToken> <ns1:clientCustomerId>CLIENT_CUSTOMER_ID</ns1:clientCustomerId> <ns1:developerToken>MY_TOKEN_HERE</ns1:developerToken> <ns1:userAgent>AdWords API Java Client Library - v6.4.0 - "VK Consulting</ns1:userAgent> <ns1:validateOnly>false</ns1:validateOnly> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <get xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <selector> <idFilters> <adGroupId>67948556</adGroupId> </idFilters> <statsSelector> <dateRange> <min>20100210</min> <max>20100210</max> </dateRange> </statsSelector> </selector> </get> </soapenv:Body> </soapenv:Envelope> -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
