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
Hi,
I have been trying to use the sandbox using API v201101 for a few days
now but cannot succeed. I have read the documentation and it all
sounds very simple but I keep getting error messages.
I am using the following configuration in the web.config
https://adwo