Re: Campaign + Adwords + Keywords Details are not coming

2011-08-03 Thread Sahdev
Hi Anash, Details are correct, I could able to get the details of "ServicedAccountService", following code is working fine, I'm able to see the account details Problem is only with Campaign + Keywords etc., ServicedAccountService servicedAccountService = (ServicedAccountService)user.GetService(

Re: Campaign + Adwords + Keywords Details are not coming

2011-07-07 Thread Anash P. Oommen
Hi Sahdev, I can think of 2 possible reasons: 1. The campaign id is wrong. 2. The clientEmail/clientCustomerId set on the user object doesn't own the campaignId you are providing. Could you confirm if these details are correct at your end? Let me know if you have more questions. Cheers, Anash

Campaign + Adwords + Keywords Details are not coming

2011-07-04 Thread Sahdev
Hey group, I could able to get account details using (ServicedAccountService)user.GetService(AdWordsService.v201101.ServicedAccountService); but i'm unable to get details of followings: AdGroupService adGroupService = (AdGroupService)user.GetService(AdWordsService.v201101.AdGroupService); --> Ge