Hi, I'm currently making a query to get the number of accounts and customer 
IDs using the Managed Customer Service API. Below is my call.. 

@"
<?xml version=""1.0"" encoding=""utf-8""?>
<soap:Envelope
    xmlns:soap=""http://schemas.xmlsoap.org/soap/envelope/"";
    xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"";
    xmlns:xsd=""http://www.w3.org/2001/XMLSchema"";>
    <soap:Header>
        <RequestHeader
            xmlns=""https://adwords.google.com/api/adwords/mcm/v201502"";>
            <developerToken
                
xmlns=""https://adwords.google.com/api/adwords/cm/v201502"";>****************************
            </developerToken>
            <clientCustomerId
                
xmlns=""https://adwords.google.com/api/adwords/cm/v201502"";>***************
            </clientCustomerId>
            <userAgent
                
xmlns=""https://adwords.google.com/api/adwords/cm/v201502"";>AwApi-DotNet-1.0.0|Analytics
 
Canvas
            </userAgent>
        </RequestHeader>
    </soap:Header>
    <soap:Body>
        <get
            xmlns=""https://adwords.google.com/api/adwords/mcm/v201502"";>
            <serviceSelector>
                <fields
                    
xmlns=""https://adwords.google.com/api/adwords/cm/v201502\"";>Name
                </fields>
                <fields
                    
xmlns=""https://adwords.google.com/api/adwords/cm/v201502\"";>CustomerId
                </fields>
                <fields
                    
xmlns=""https://adwords.google.com/api/adwords/cm/v201502\"";>CompanyName
                </fields>
                <fields
                    
xmlns=""https://adwords.google.com/api/adwords/cm/v201502\"";>CanManageClients
                </fields>
                <fields
                    
xmlns=""https://adwords.google.com/api/adwords/cm/v201502\"";>CurrencyCode
                </fields>
                <fields
                    
xmlns=""https://adwords.google.com/api/adwords/cm/v201502\"";>DateTimeZone
                </fields>
                <fields
                    
xmlns=""https://adwords.google.com/api/adwords/cm/v201502\"";>TestAccount
                </fields>
            </serviceSelector>
        </get>
    </soap:Body>
</soap:Envelope>"

Is there anything wrong in my request? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f8c55c7a-79de-4913-9d97-f3f53ce90c73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to