Hi Anash,
Your solution worked!
Here is the code required. Someone might find it useful...
AdWordsUser user = new AdWordsUser();
ServicedAccountService servicedAccountService =
(ServicedAccountService)user.GetService(AdWordsService.v201101.ServicedAccountService);
servicedAccountService.Req
Hi Simone,
The error message you are seeing is slightly misleading; you are getting it
because you are specifying an empty ClientCustomerId header instead of not
specifying one. Try commenting out ClientCustomerId and ClientEmail headers
in your web.config, or set
servicedAccountService.Reques