Hello,
here is the xml that was sent to google API to request stats.
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
http://schemas.xmlsoap.org/soap/
actor/next" soapenv:m
Hello,
I changed dates to earlier, to 20090210 and same problem.
Stats object is empty
--
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-...@googlegroups.com.
To unsubscribe from this group, se
Hello,
Doing the following on the on the campaign level works perfectly
CampaignSelector selector = new CampaignSelector();
StatsSelector statsSelector = new StatsSelector();
DateRange dateRange = new DateRange();
dateRange.setMin("20090121");
dateRange
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 mis
Hello,
Can someone point me how using v200909 APIs i can get stats for a
particular keyWord.
// Get the AdGroupCriterionService.
AdGroupCriterionServiceInterface adGroupCriterionService =
user.getService(AdWordsService.V200909.ADGROUP_CRITERION_SERVICE);
// Create sel