Re: Migraring V13 Structure Reports to v201101

2011-06-27 Thread David Torres
Hi, Cross-client reports are not yet fully supported in v201101 on neither report type. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwor

Re: Migraring V13 Structure Reports to v201101

2011-06-26 Thread uttam mohanty
Hi All, IF Cross client Keyword report is supported or released in api version 201101. Thank you in advance. On Tue, Jun 21, 2011 at 11:14 PM, David Torres wrote: > Hi All. > > I also wanted to communicate that we have also included more > information in our Report Types appendix to call out th

Re: Migraring V13 Structure Reports to v201101

2011-06-21 Thread David Torres
Hi All. I also wanted to communicate that we have also included more information in our Report Types appendix to call out those kind of fields, like Date, that prevent report for returning zero impression rows. Please give it a look to the appendix http://code.google.com/apis/adwords/docs/append

Re: Migraring V13 Structure Reports to v201101

2011-06-16 Thread Reed
Thanks for the postings - the problem was actually the presence of the Date in the fields list, which I thought that I had removed but apparently hadn't. There is no need for the filter on impressions since the default is for impressions >=0 unless you include a field (like Date) that causes segme

Re: Migraring V13 Structure Reports to v201101

2011-06-16 Thread ShayBarChen
the following code will fillter your results without zero impressions - just remove it from your code (c# ) if (!this.includeZeroImpression) { // Create a filter Impressions > 0 Predicate predicate = new Predicate();

Re: Migraring V13 Structure Reports to v201101

2011-06-14 Thread jstedman
Don't filter on impressions>0 and you should get all the records. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

Migraring V13 Structure Reports to v201101

2011-06-14 Thread Reed
The migration guide at http://adwordsapi.blogspot.com/2010/07/discover-v201003-migrating-your-account.html helps to fill in the gaps for replacing the v13 structure reports using the new api, but doesn't really address the ability of the v13 structure reports to return data for the entire account