Re: C# API v201109 GetAllAdGroups returns always NULL.

2011-12-21 Thread Minh Le
HI Claudio, Could you send me the source code you used to get CampaignPage (page.entries)? I'm facing the same problem with my project. On Dec 20, 11:13 am, Carballal Claudio wrote: > Thank You!! I was using "clientId" instead  "clientCustomerId". Now it > works perfectly. > > Thanks again to al

Re: C# API v201109 GetAllAdGroups returns always NULL.

2011-12-20 Thread Carballal Claudio
Thank You!! I was using "clientId" instead "clientCustomerId". Now it works perfectly. Thanks again to all. Claudio On 20 dic, 14:13, Kevin Winter wrote: > Hi Claudio, >   As you can see in the SOAP headers below, the clientCustomerId is not > showing up in the SOAP message. > >   >     xmln

Re: C# API v201109 GetAllAdGroups returns always NULL.

2011-12-20 Thread Kevin Winter
Hi Claudio, As you can see in the SOAP headers below, the clientCustomerId is not showing up in the SOAP message. https://adwords.google.com/api/adwords/cm/v201109";> https://adwords.google.com/api/adwords/cm/v201109";>** https://adwords.google.com/api/adwords/cm/v201109"

Re: C# API v201109 GetAllAdGroups returns always NULL.

2011-12-20 Thread Carballal Claudio
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: -BEGIN API CALL-

Re: C# API v201109 GetAllAdGroups returns always NULL.

2011-12-16 Thread Kevin Winter
Hi Claudio, Another possibility is you may still be using a clientEmail header. The clientEmail header is ignored in v201109 (use clientCustomerId instead), which means if you authenticate with an MCC and used to use clientEmail to target the client account, the request is now going directly

Re: C# API v201109 GetAllAdGroups returns always NULL.

2011-12-16 Thread Anash P. Oommen
Hi Claudio, It would be helpful if you can turn on the logging in your App.config, and post the sanitized SOAP request and response xmls on this thread, There's a chance that this is a result of the change discussed in http://adwordsapi.blogspot.com/2011/11/discover-v201109-changes-to-accounts.

C# API v201109 GetAllAdGroups returns always NULL.

2011-12-14 Thread Carballal Claudio
Hi, I'm using C# API for Adwords, updating from v201101 to v201109. Using v201101, I get all the groups for a certain campaign without problems, but when I use the v201109 for the same campaign I get always null in page.entries. Using the example provided in v201109 I'm getting the same behavi