Re: Ad hoc report oddity - simple request but no data returned

2012-11-08 Thread Oliver
In v201206 you can use CustomerService in case the account is not linked to an MCC. You don't need to pass the customer ID. This is how we use it: Customer customer = customerService.get(); String timeZone = customer.getDateTimeZone(); Oliver On Thursday, November 8, 2012 6:57:42 PM UTC, Zw

Re: Ad hoc report oddity - simple request but no data returned

2012-11-08 Thread Zweitze
Well, ManagedCustomerService does not work for accounts that are not part of an MCC (well, that was the case a month ago). So if I get an account not part of any MCC, how can I get its time zone and currency? Now I solve this by requesting a report, but that doesn't work on new accounts without

Re: Ad hoc report oddity - simple request but no data returned

2012-11-07 Thread Kevin Winter
Hi, The zero-impressions behavior I discussed above is still the case. The Account Performance Report will still return zero rows if there is no activity. You can add a campaign and use the Campaign Performance Report in many situations. What are you looking for? The previous use-case for

Re: Ad hoc report oddity - simple request but no data returned

2012-10-04 Thread Zweitze
I noticed this is still the case in v201206. Will it be fixed eventually? I have another question on this: Let's say I have a new account, without any campaigns and therefore no impressions. When I ask an Account Performance Report with Impressions, will I get results? I only ask because I canno

Re: Ad hoc report oddity - simple request but no data returned

2012-07-02 Thread Oliver
Kevin, This is strange; when I went back this morning to generate the XML for you for some of the reports that kept failing last week I found they are actually now working (with the exception of the Account Report which you already mentioned). Sorry about this but I know they were failing also

Re: Ad hoc report oddity - simple request but no data returned

2012-06-28 Thread Kevin Winter
Hi Oliver, Can you provide an example Report Definition XML? There are many columns (which are documented on our Report Types documentation) which will prevent zero impression rows from returning. IncludeZeroImpressions=false will likewise prevent this. - Kevin Winter AdWords API Team On T

Re: Ad hoc report oddity - simple request but no data returned

2012-06-28 Thread Oliver
Kevin, As per my previous post, I'm seeing this exact behavior with all adhoc report types, not just the account one. Oliver On Tuesday, May 15, 2012 4:54:01 PM UTC+1, Kevin Winter wrote: > > Hi, > There's a known issue where the Account Performance Report will only > return back rows for w

Re: Ad hoc report oddity - simple request but no data returned

2012-05-15 Thread Kevin Winter
Hi, There's a known issue where the Account Performance Report will only return back rows for which there are impressions. If this account has Impressions, please add a field (such as Impressions) to your selector and you should get results. - Kevin Winter AdWords API Team On Thursday, May