Good morning all! I am at a loss as to why I am seeing the above
error. The "offending" code is:
<CODE>
AdGroupAdServiceInterface service = null;
try {
service = user
.getService(
AdWordsService.V200909.ADGROUP_AD_SERVICE );
AdGroupAdSelector selector = new
AdGroupAdSelector();
selector.setCampaignIds( campaignIds );
StatsSelector statsSelector = new
StatsSelector();
statsSelector.setDateRange( new DateRange(
dateMin, dateMax ) );
AdGroupAdPage page = service.get( selector );
</code>
The last line in the above sequence that gets called before I see the
SOAPFault is service.get( selector );
I've poure through the docs and examples and everything *looks*
correct to me...am I missing something though?
Thanks in advance for any help/advice you can offer.
Chris
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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