Hello,
thanks for a reply. however,
adding the dateRange line
StatsSelector statsSelector = new StatsSelector();
DateRange dateRange = new DateRange();
dateRange.setMin("20090121");
dateRange.setMax("20090121");
// this line was missing from prev post
statsSelector.setDateRange(dateRange);
selector.setStatsSelector(statsSelector);
// Get all ad group criteria.
AdGroupCriterionPage page =
adGroupCriterionService.get(selector);
still does not return Keyword specific data;
2. how can i see the resulting SOAP XML?
--
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.