Hi Claudio,
  As you can see in the SOAP headers below, the clientCustomerId is not 
showing up in the SOAP message.

  <soap:Header>
    <RequestHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201109";>
      <authToken 
xmlns="https://adwords.google.com/api/adwords/cm/v201109";>******</authToken>
      <developerToken 
xmlns="https://adwords.google.com/api/adwords/cm/v201109";>******</developerToken>
      <userAgent xmlns="https://adwords.google.com/api/ 
adwords/cm/v201109">AwApi-DotNet-13.3.0|991-063-2233</userAgent>
    </RequestHeader>
  </soap:Header>

As a result, this request is running against the effective user, which is 
the same user the AuthToken uses to authenticate against.  Is that user 
(the email and password) belonging to an MCC?  If so, that explains the 
behavior you are observing.

Please doublecheck your configuration and make sure you have the 
clientCustomerId specified in your config (and that is it not commented 
out).  Also make sure that clientEmail is not ALSO specified, as that may 
be preventing the clientCustomerId from appearing.

- Kevin Winter
AdWords API Team

On Tuesday, December 20, 2011 10:49:09 AM UTC-5, Carballal Claudio wrote:
>
> Thanks for all the answers.
> As Anash ask me, I paste the info of the logs. Hope It can help to
> solve my problem. Also I'm using the client customer Id to login at
> the services. (I'm using the function provided in the examples to get
> it.).
>
> soap_xml.log:
>
> [snipped]
>
> host=adwords.google.com,url=/api/adwords/cm/v201109/
>
> AdGroupService,method=get,operator=None,requestId=0004b487e89201700a969b2600005533,serviceName=AdGroupService,methodName=get,operations=1,responseTime=723,units=1
>
> Thanks Again!.
>
> Claudio
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to