Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-31 Thread Dr.g.
Hey Kevin, thanks for the help. Roee. On Jan 31, 6:53 pm, Kevin Winter kevin.win...@google.com wrote: Hi Roee,   Yes, this is the current workaround to get account currency/timezone for accounts with no impressions.  We are working on improving the situation. - Kevin Winter AdWords API

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-30 Thread Kevin Winter
Hi Roee, The impressions restriction for Account Performance is a known issue on our end that we're working to address. However, you should still be able to support users with no impressions as long as they have at least one campaign (via the campaign performance report) which does support

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-30 Thread Dr.g.
Hey Kevin, So if I'm getting it right. I should get the campaign list. if the account don't have a campaign I should add a dummy campaign to it Then download the campaign performance report. and remove the dummy campaign (cause I'm sure my user wouldn't want it). This seems to much work for such

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-28 Thread Dr.g.
Hey Kevin. Thanks for the help. I guess that if an account have impressions that mean that the payment method was already set so I would be able to use the ServicedAccountService anyway. So I guess I just tell my users that we have a limitation with the Google's account and that we can't support

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-27 Thread Kevin Winter
Hi Roee, Since you have the clientCustomerId, you should be able to get this information using AdHoc reports. If the account has impressions, you can use an Account Performance Report to obtain the CurrencyCode and Account Descriptive Name:

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-25 Thread Dr.g.
Help ! Still can't figure out what to do... On Jan 24, 9:12 am, Dr.g. roeegavr...@gmail.com wrote: Hey Anash, Thank you for you quick response. Unfortunately it didn't help. I tried to remove the ClientCustomerId from the header, but got the same result. Also I could not benefit from the

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-25 Thread Dr.g.
Still not working, Help! On Jan 24, 9:12 am, Dr.g. roeegavr...@gmail.com wrote: Hey Anash, Thank you for you quick response. Unfortunately it didn't help. I tried to remove the ClientCustomerId from the header, but got the same result. Also I could not benefit from the code you post a

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-23 Thread Dr.g.
One more thing I just found out. The account is set to Manual payments and have not make any pays so far. After login to Google's UI I saw a warning message: Your ads aren't running because we haven't received your payment. does it mean that account which have not finish the payment adjustments

Re: ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-23 Thread Dr.g.
Hey Anash, Thank you for you quick response. Unfortunately it didn't help. I tried to remove the ClientCustomerId from the header, but got the same result. Also I could not benefit from the code you post a link to. It help retrieving the ClientCostumerId using the user e-mail. But I have both

ServicedAccountService - failed to get account information for some accounts (getting an empty account)

2012-01-22 Thread Dr.g.
Hey, I am using ServicedAccountService to receive some data for a new account that want to get service by my web application. The data I need from this service is: CompanyName and currencyCode. As previously told, I now ask my user to provide his CustomerId. That's is working good for some