Hi, If you just need to retrieve all keywords for all campaigns, a report can do that for you. By using a Keyword Performance Report: http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords
You can select KeywordText to get the actual text of the keyword. (you can also pull Campaign Name and ID along with AdGroup Name and ID). If you don't want to use reports, we can continue to try to troubleshoot using the AdGroupCriteriaService. One other step you might want to try is to create a keywords report in the UI (log into account at https://adwords.google.com, click "Campaigns", then "Keywords" tab and click Download Report icon next to the search box). Then you can match this against what you are seeing in the API. If they match, you may want to contact general AdWords support if there are actual keywords for campaigns that are not showing up. If you could provide us with the XML request/response for a campaign that has no results (please redact sensitive information such as your auth token and developer token), I could take a closer look. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
