Re: Retrieve campaign name and adgroup name for all keywords?

2015-04-09 Thread Josh Radcliff (AdWords API Team)
Hi, For your use case, I'd highly recommend looking into using Structure Reports https://developers.google.com/adwords/api/docs/guides/structure-reports instead. For example, you could run a KEYWORDS_PERFORMANCE_REPORT https://developers.google.com/adwords/api/docs/appendix/reports#keywords

Re: Retrieve campaign name and adgroup name for all keywords?

2015-04-09 Thread Aditya
Thanks so much, I completely missed the Reporting section! This definitely makes things easier. On Thursday, April 9, 2015 at 1:57:32 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: Hi, For your use case, I'd highly recommend looking into using Structure Reports

Retrieve campaign name and adgroup name for all keywords?

2015-04-09 Thread Aditya
So if I understand the examples and documentation correctly, the following bit of code should be a pretty efficient way to retrieve all the keywords (criterion? as the technical term I guess) within a campaign: Selector selector = builder.fields(Id, AdGroupId, KeywordMatchType,