Anyone have any ideas as to why this doesn't work? It doesn't make
sense why I would be getting this error (and I still am)

On May 28, 8:12 am, Chris Kujawa <ckuj...@maranathasoftwaredesign.com>
wrote:
> 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to