Hello Bernardo,
We strongly recommend to use one of our libraries available here: https://developers.google.com/adwords/api/docs/clientlibraries but if you prefer SOAP, here is the request example for you: <?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="https://adwords.google.com/api/adwords/mcm/v201209" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201209"> <env:Header> <wsdl:RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201209"> <userAgent>user-agent</userAgent> <developerToken>developer-token</developerToken> <authToken>auth-token</authToken> </wsdl:RequestHeader> </env:Header> <env:Body> <get xmlns="https://adwords.google.com/api/adwords/mcm/v201209"> <serviceSelector> <ns0:fields>Login</ns0:fields> <ns0:fields>CustomerId</ns0:fields> <ns0:fields>Name</ns0:fields> </serviceSelector> </get> </env:Body> </env:Envelope> -Danial, AdWords API Team. On Thursday, January 3, 2013 9:35:59 PM UTC+4, Bernardo Alves wrote: > > Hi, > > Could anyone please provide me with a SOAP example to get a > ManagedCustomerPage list from the ManagedCustomerService ? I've been trying > several combinations but I keep getting the "invalid request" error. My > goal is to obtain the list of managed client IDs of my MCC account, in > order to run reports for each of them. > > > Any help on this subject would be much appreciated. > > Best regards, > Bernardo Alves > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
