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
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
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
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
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();
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
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