hi,
i have just used this request url ------>  
https://adwords.google.com/api/adwords/mcm/v201806/ManagedCustomerService?wsdl 
for getting a customerClientID and managerCustomerId
   i wanna know how use this request for getting other user data who logged 
through my client and client secret by that i m getting its refresh token.
  i have used this request
 --header Authorization:Bearer ********************
 --headerdeveloperToken:XXXXXXXX
 --header Content-Type:application/xml
and in xml i used 

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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 
xmlns:ns1="https://adwords.google.com/api/adwords/mcm/v201806"; 
soapenv:mustUnderstand="0">
            <ns2:clientCustomerId 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201806";>492-330-398</ns2:clientCustomerId>
            <ns3:developerToken 
xmlns:ns3="https://adwords.google.com/api/adwords/cm/v201806";>XXXXXXXXXXXXXXerToken>
            <ns4:userAgent 
xmlns:ns4="https://adwords.google.com/api/adwords/cm/v201806";>unknown 
(AwApi-Java, AdWords-Axis/3.15.0, Common-Java/3.15.0, Axis/1.4, 
Java/1.8.0_171, jars, SelectorBuilder, SelectorField)</ns4:userAgent>
            <ns5:validateOnly 
xmlns:ns5="https://adwords.google.com/api/adwords/cm/v201806";>false</ns5:validateOnly>
            <ns6:partialFailure 
xmlns:ns6="https://adwords.google.com/api/adwords/cm/v201806";>false</ns6:partialFailure>
        </ns1:RequestHeader>
    </soapenv:Header>
    <soapenv:Body>
        <get xmlns="https://adwords.google.com/api/adwords/mcm/v201806";>
            <serviceSelector>
                <ns7:fields 
xmlns:ns7="https://adwords.google.com/api/adwords/cm/v201806";>CustomerId</ns7:fields>
                <ns8:fields 
xmlns:ns8="https://adwords.google.com/api/adwords/cm/v201806";>Name</ns8:fields>
                <ns9:paging 
xmlns:ns9="https://adwords.google.com/api/adwords/cm/v201806";>
                    <ns9:startIndex>0</ns9:startIndex>
                    <ns9:numberResults>500</ns9:numberResults>
                </ns9:paging>
            </serviceSelector>
        </get>
    </soapenv:Body>
</soapenv:Envelope>

that is working only for my account credentials like there should be my 
account  refresh token and client customer id and developer token 
please tell me how can i get other user details who logged in with clientid 
and client secret . how i can get other account details like 
its  managerCustomerId , clientCustomerId  for my api creation

i am stuck in this process .
thanks


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/07c142df-2479-4c52-94d7-0acb89077501%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... RAJKUMAR SHARMA
    • ... 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to