I'm trying to get the campaign of the user that log in into the app, when I 
used the GTM-OAUTH2 i get a clientID, lets say  "104122614809666770682", if 
a used this value
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:v20="https://adwords.google.com/api/adwords/cm/v201502";>
   <soapenv:Header>
      <v20:RequestHeader>
         <!--Optional:-->
         <v20:clientCustomerId> 104122614809666770682</v20:clientCustomerId>
         <!--Optional:-->
         <v20:developerToken>xxxxxxxxxxxxxxxxxxxxx</v20:developerToken>
         <!--Optional:-->
         <v20:userAgent>PPCMobility</v20:userAgent>
         <!--Optional:-->
         <v20:validateOnly></v20:validateOnly>
         <!--Optional:-->
         <v20:partialFailure></v20:partialFailure>
      </v20:RequestHeader>
   </soapenv:Header>
   <soapenv:Body>
      <v20:get>
         <!--Optional:-->
         <v20:serviceSelector>
            <!--Zero or more repetitions:-->
            <v20:fields>Name</v20:fields>
            <!--Zero or more repetitions:-->
            <v20:predicates>
               <!--Optional:-->
               <v20:field>Name</v20:field>
               <!--Optional:-->
               <v20:operator>NOT_EQUALS</v20:operator>
               <!--Zero or more repetitions:-->
               <v20:values></v20:values>
            </v20:predicates>
            <!--Optional:-->
            <v20:dateRange>
               <!--Optional:-->
               <v20:min>20100101</v20:min>
               <!--Optional:-->
               <v20:max>20150310</v20:max>
            </v20:dateRange>
            <!--Zero or more repetitions:-->
            <v20:ordering>
               <!--Optional:-->
               <v20:field>Name</v20:field>
               <!--Optional:-->
               <v20:sortOrder>ASCENDING</v20:sortOrder>
            </v20:ordering>
            <!--Optional:-->
            <v20:paging>
               <!--Optional:-->
               <v20:startIndex>0</v20:startIndex>
               <!--Optional:-->
               <v20:numberResults>1000</v20:numberResults>
            </v20:paging>
         </v20:serviceSelector>
      </v20:get>
   </soapenv:Body>
</soapenv:Envelope>

i got an error, and if a used the number that appear in my test account 
xxx-xxx-xxxx now i get a correct response, so I don't know how to get the 
correct user id from google adwords, I try with CustomerService

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:v20="https://adwords.google.com/api/adwords/mcm/v201502"; 
xmlns:v201="https://adwords.google.com/api/adwords/cm/v201502";>
   <soapenv:Header>
      <v20:RequestHeader>
         <!--Optional:-->
         <v201:clientCustomerId></v201:clientCustomerId>
         <!--Optional:-->
         <v201:developerToken>xxxxxxxxxxxxxxxx</v201:developerToken>
         <!--Optional:-->
         <v201:userAgent></v201:userAgent>
         <!--Optional:-->
         <v201:validateOnly></v201:validateOnly>
         <!--Optional:-->
         <v201:partialFailure></v201:partialFailure>
      </v20:RequestHeader>
   </soapenv:Header>
   <soapenv:Body>
      <v20:get/>
   </soapenv:Body>
</soapenv:Envelope>

without specifing the clientCustomerId and I got

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
   <soap:Header>
      <ResponseHeader 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201502"; 
xmlns="https://adwords.google.com/api/adwords/mcm/v201502";>
         <ns2:requestId>0005160eb16946490ab62784a50068ef</ns2:requestId>
         <ns2:serviceName>CustomerService</ns2:serviceName>
         <ns2:methodName>get</ns2:methodName>
         <ns2:operations>0</ns2:operations>
         <ns2:responseTime>44</ns2:responseTime>
      </ResponseHeader>
   </soap:Header>
   <soap:Body>
      <soap:Fault>
         <faultcode>soap:Server</faultcode>
         <faultstring>[AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ 
; trigger:'&lt;null>']</faultstring>
         <detail>
            <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/mcm/v201502"; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201502";>
              
 <ns2:message>[AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; 
trigger:'&lt;null>']</ns2:message>
              
 <ns2:ApplicationException.Type>ApiException</ns2:ApplicationException.Type>
               <ns2:errors xsi:type="ns2:AuthenticationError" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
                  <ns2:fieldPath/>
                  <ns2:trigger>&lt;null></ns2:trigger>
                  
<ns2:errorString>AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED</ns2:errorString>
                  <ns2:ApiError.Type>AuthenticationError</ns2:ApiError.Type>
                  <ns2:reason>CLIENT_CUSTOMER_ID_IS_REQUIRED</ns2:reason>
               </ns2:errors>
            </ApiExceptionFault>
         </detail>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>

El jueves, 14 de mayo de 2015, 11:08:02 (UTC-5), Anthony Madrigal escribió:
>
> Hi Jonathan,
>
> You may have confused the client ID from the Developer's Console with the 
> customer ID from AdWords. You will want to use your AdWords CID. You can 
> use the *CustomerService.get()* without specifying the clientCustomerId 
> <https://developers.google.com/adwords/api/docs/guides/soap#clientCustomerId> 
> SOAP 
> header. For other services, such as *CampaignService*, you will need to 
> specify a clientCustomerId.
>
> Regards,
> Anthony, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ac7eee0f-983c-4067-b270-48e36a3522cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to