Hi, it looks to me that only workaround is to use ReportDefinitionService and download Account Performance Report<http://code.google.com/apis/adwords/docs/appendix/reports.html#account>that includes currency code and customer id.
On Mon, May 16, 2011 at 1:46 PM, Marcin Czepinski < [email protected]> wrote: > Hi > > It seems to me that I have a similar problem. I managed to use > customerId instead of clientEmail and it works in v201101. > Unfortunately I'm not sure if it works with v13 - I still use Account > service from there to obtain info on currency of an account. > > 1. I tried to switch to ServicedAccountService from v201101, but field > currencyCode returned in Account object is empty. > > 2. When I try to call getAccountInfo() against v13 (using customerId > instead of clientEmail), I get "Invalid client email specified." > error. > > Please help on how to get information on currency of an account for > new accounts where clientEmail is empty. > > Thanks, > Marcin > > > On 14 Maj, 09:37, Evgeniy Bogdanov <[email protected]> wrote: > > Hi Peter. > > > > I didn't meet with such problem but as an idea: > > > > All clients have also Client ID field. Adwords API can accept this ID > > instead of client e-mail. > > So you need way to get this IDs for such accounts. > > > > Take a look on this methods: > > > > > http://code.google.com/intl/en-EN/apis/adwords/docs/reference/latest/...http://code.google.com/intl/en-EN/apis/adwords/docs/reference/latest/. > .. > > > > This should help. > > > > Regards, > > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussion group: > http://adwordsapi.blogspot.com > http://groups.google.com/group/adwords-api > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > You received this message because you are subscribed to the Google > Groups "AdWords API Forum" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/adwords-api?hl=en > -- AdWords API in C# / VB.NET <http://www.gemboxsoftware.com/Ppc/Overview.htm>- GemBox.Ppc component -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
