In v13 we used a structure report to retrieve the complete account 
structure. Since we migrated to v101101 we use the method to retrieve 
reports for all levels. On keyword level we retrieve a report with the 
following columns:
"ExternalCustomerId", "CampaignId", "AdGroupId", "Id", "KeywordText", 
"Status", "KeywordMatchType", "DestinationUrl", "MaxCpc", "MaxCpm", 
"IsNegative"

Because we only care about the structure and not about the statistics we 
don't include any statistic columns and we set the daterange to Yesterday:
reportDefinition.setDateRangeType(ReportDefinitionDateRangeType.YESTERDAY);

This has always worked perfectly, but after a bug report of a client we 
noticed the behavior of this request has changed. The problem is we don't 
get any deleted or paused keywords in this request, there are only active 
keywords. I've tried several things and it seems that I can get deleted 
keywords when I run the report for LAST_MONTH in stead of YESTERDAY.

My logic conclusion is that all keywords without statistics are filtered out 
of the request. This is a big issue to me because I simply want to get the 
complete structure. When I run the report for LAST_MONTH I probably won't 
get the keywords that weren't active before that month.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to