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 
impressions.
Note: the v201109 had a similar service (forgot its name) which did work as 
long as you provided the customerid when accessing that service. But I 
found out that that workaround did not work in the ManagedCustomerService 
of v201206.


On Wednesday, November 7, 2012 5:33:05 PM UTC+1, Kevin Winter wrote:

 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 the Account report 
 was for TimeZone and CurrencyCode, but both of these are now available in 
 the CustomerService and ManagedCustomerService.

 - Kevin Winter
 AdWords API Team

 On Thursday, October 4, 2012 5:55:39 AM UTC-4, Zweitze wrote:

 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 cannot test this.

 Thanks in advance!


 On Tuesday, May 15, 2012 5:54:01 PM UTC+2, Kevin Winter wrote:

 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 10, 2012 9:02:09 AM UTC-4, axtens wrote:

 reportDefinition xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
 selector
 fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
 /selector
 reportName1_91_123_skinny/reportName
 reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
 dateRangeTypeYESTERDAY/dateRangeType
 downloadFormatTSV/downloadFormat
 /reportDefinition

  Amazingly, that reportDefinition, which looks legit to me, doesn't 
 return anything other than a title, fieldnames and a totals line. There's 
 nothing else provided. What do I have to add/change to get a fuller 
 response?



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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, Zweitze wrote:

 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 
 impressions.
 Note: the v201109 had a similar service (forgot its name) which did work 
 as long as you provided the customerid when accessing that service. But I 
 found out that that workaround did not work in the ManagedCustomerService 
 of v201206.


 On Wednesday, November 7, 2012 5:33:05 PM UTC+1, Kevin Winter wrote:

 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 the Account report 
 was for TimeZone and CurrencyCode, but both of these are now available in 
 the CustomerService and ManagedCustomerService.

 - Kevin Winter
 AdWords API Team

 On Thursday, October 4, 2012 5:55:39 AM UTC-4, Zweitze wrote:

 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 cannot test this.

 Thanks in advance!


 On Tuesday, May 15, 2012 5:54:01 PM UTC+2, Kevin Winter wrote:

 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 10, 2012 9:02:09 AM UTC-4, axtens wrote:

 reportDefinition xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
 selector
 fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
 /selector
 reportName1_91_123_skinny/reportName
 reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
 dateRangeTypeYESTERDAY/dateRangeType
 downloadFormatTSV/downloadFormat
 /reportDefinition

  Amazingly, that reportDefinition, which looks legit to me, doesn't 
 return anything other than a title, fieldnames and a totals line. There's 
 nothing else provided. What do I have to add/change to get a fuller 
 response?



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 the Account report was 
for TimeZone and CurrencyCode, but both of these are now available in the 
CustomerService and ManagedCustomerService.

- Kevin Winter
AdWords API Team

On Thursday, October 4, 2012 5:55:39 AM UTC-4, Zweitze wrote:

 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 cannot test this.

 Thanks in advance!


 On Tuesday, May 15, 2012 5:54:01 PM UTC+2, Kevin Winter wrote:

 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 10, 2012 9:02:09 AM UTC-4, axtens wrote:

 reportDefinition xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
 selector
 fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
 /selector
 reportName1_91_123_skinny/reportName
 reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
 dateRangeTypeYESTERDAY/dateRangeType
 downloadFormatTSV/downloadFormat
 /reportDefinition

  Amazingly, that reportDefinition, which looks legit to me, doesn't 
 return anything other than a title, fieldnames and a totals line. There's 
 nothing else provided. What do I have to add/change to get a fuller 
 response?



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 cannot test this.

Thanks in advance!


On Tuesday, May 15, 2012 5:54:01 PM UTC+2, Kevin Winter wrote:

 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 10, 2012 9:02:09 AM UTC-4, axtens wrote:

 reportDefinition xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
 selector
 fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
 /selector
 reportName1_91_123_skinny/reportName
 reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
 dateRangeTypeYESTERDAY/dateRangeType
 downloadFormatTSV/downloadFormat
 /reportDefinition

  Amazingly, that reportDefinition, which looks legit to me, doesn't 
 return anything other than a title, fieldnames and a totals line. There's 
 nothing else provided. What do I have to add/change to get a fuller 
 response?



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 for 
someone else, so it couldn't have been just an error on my side.  The 
important thing is it's all working.

Thanks

On Thursday, June 28, 2012 8:14:06 PM UTC+1, Kevin Winter wrote:

 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 Thursday, June 28, 2012 12:03:34 PM UTC-4, Oliver wrote:

 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 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 10, 2012 9:02:09 AM UTC-4, axtens wrote:

 reportDefinition xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
 selector
 fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
 /selector
 reportName1_91_123_skinny/reportName
 reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
 dateRangeTypeYESTERDAY/dateRangeType
 downloadFormatTSV/downloadFormat
 /reportDefinition

  Amazingly, that reportDefinition, which looks legit to me, doesn't 
 return anything other than a title, fieldnames and a totals line. There's 
 nothing else provided. What do I have to add/change to get a fuller 
 response?



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 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 10, 2012 9:02:09 AM UTC-4, axtens wrote:

 reportDefinition xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
 selector
 fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
 /selector
 reportName1_91_123_skinny/reportName
 reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
 dateRangeTypeYESTERDAY/dateRangeType
 downloadFormatTSV/downloadFormat
 /reportDefinition

  Amazingly, that reportDefinition, which looks legit to me, doesn't 
 return anything other than a title, fieldnames and a totals line. There's 
 nothing else provided. What do I have to add/change to get a fuller 
 response?



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 Thursday, June 28, 2012 12:03:34 PM UTC-4, Oliver wrote:

 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 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 10, 2012 9:02:09 AM UTC-4, axtens wrote:

 reportDefinition xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
 selector
 fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
 /selector
 reportName1_91_123_skinny/reportName
 reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
 dateRangeTypeYESTERDAY/dateRangeType
 downloadFormatTSV/downloadFormat
 /reportDefinition

  Amazingly, that reportDefinition, which looks legit to me, doesn't 
 return anything other than a title, fieldnames and a totals line. There's 
 nothing else provided. What do I have to add/change to get a fuller 
 response?



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 10, 2012 9:02:09 AM UTC-4, axtens wrote:

 reportDefinition xmlns=https://adwords.google.com/api/adwords/cm/v201109
 
 selector
 fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
 /selector
 reportName1_91_123_skinny/reportName
 reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
 dateRangeTypeYESTERDAY/dateRangeType
 downloadFormatTSV/downloadFormat
 /reportDefinition

  Amazingly, that reportDefinition, which looks legit to me, doesn't return 
 anything other than a title, fieldnames and a totals line. There's nothing 
 else provided. What do I have to add/change to get a fuller response?


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Ad hoc report oddity - simple request but no data returned

2012-05-10 Thread axtens
reportDefinition xmlns=https://adwords.google.com/api/adwords/cm/v201109;
selector
fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
/selector
reportName1_91_123_skinny/reportName
reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
dateRangeTypeYESTERDAY/dateRangeType
downloadFormatTSV/downloadFormat
/reportDefinition

 Amazingly, that reportDefinition, which looks legit to me, doesn't return 
anything other than a title, fieldnames and a totals line. There's nothing 
else provided. What do I have to add/change to get a fuller response?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en