AdWords API Re: Can't get new accounts name

2008-10-09 Thread LeTic
Thanks for the hint it made me realize that the user didn't put a name in it but actually put a company name in the primary address that is use by default by the web interface if there is no name. I didn't know that behaviour so I changed our code to clone it so user won't annoy us again to tell u

AdWords API Re: Can't get new accounts name

2008-10-09 Thread Zweitze
Try AccountInfo.primaryAddress.name when AccountInfo.descriptiveName returns an empty name. On Oct 9, 2:04 pm, LeTic <[EMAIL PROTECTED]> wrote: > [...] > We are using the adwords java api 2.1 and using the method : > accountservice.getAccountInfo().getDescriptiveName() which works for > all > oth