Re: Problem in adgroup list fetch

2011-07-05 Thread Danial Klimkin
Hi, It looks like you are making a request with an empty clientEmail. Please double-check the data is passed correctly within your app. If the AccountService indeed gives you empty values, please send us full request and response XML code (minus sensitive data). -Danial, AdWords API Team. -

Re: Problem in adgroup list fetch

2011-07-01 Thread himan...@ranosys.com
Hi Sanju, I have already mentioned that I am fetching clients emails through api call and than for each client I am fetching adgroups. than how it is possible that google is returning some of my clients email address and other are blank fields. Please reply only if you know the answer. On Jul 1,

Re: Problem in adgroup list fetch

2011-07-01 Thread Sanju
U need to set Client mail to selector object, May u didnt set this function. On Jul 1, 10:04 am, "himan...@ranosys.com" wrote: > Hi, > > I want to fetch all adgrousp in my mcc account. For that I have used > that following procedure. > > first I fetch the client accounts list in my mcc, than I pi

Problem in adgroup list fetch

2011-06-30 Thread himan...@ranosys.com
Hi, I want to fetch all adgrousp in my mcc account. For that I have used that following procedure. first I fetch the client accounts list in my mcc, than I pick each account one by one and fetch their adgroups. but some times I got error : CLIENT_EMAIL_REQUIRED. I don't know why it is happening